Color Hex Logo

#ceadeb Color Hex

#CEADEB
(206,173,235)
0 Favorites   0 Comments

Color spaces of #ceadeb

RGB 206173235
HSL0.760.610.80
HSV272°26°92°
CMYK 0.120.260.00   0.08
XYZ55.392649.007185.1371
Yxy49.00710.29230.2586
Hunter Lab70.005118.7320-23.1024
CIE-Lab75.455723.4397-26.5714

#ceadeb color RGB value is (206,173,235).

#ceadeb hex color red value is 206, green value is 173 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #ceadeb hue: 0.76 , saturation: 0.61 and the lightness value of ceadeb is 0.80.

The process color (four color CMYK) of #ceadeb color hex is 0.12, 0.26, 0.00, 0.08. Web safe color of #ceadeb is #cc99ff. Color #ceadeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 10101101 11101011
Octal 316 255 353
Decimal 206 173 235
Hex CE AD EB

RGB Percentages of Color #ceadeb

%33.55
%28.18
%38.27

CMYK Percentages of Color #ceadeb

%12
%26
%0
%8

Triadic Colors of #ceadeb

#ceadeb #ebcead #adebce

Analogous Colors of #ceadeb

#ceadeb #ebade9 #afadeb

Monochromatic Colors of #ceadeb

#ceadeb

Complementary Color

#ceadeb #caebad

#ceadeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ceadeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ceadeb Color CSS Codes

.mybgcolor {background-color:#ceadeb; } 
.myforecolor {color:#ceadeb; }
.mybordercolor {border:3px solid #ceadeb; }

#ceadeb Text Font Color

<p style="color:#ceadeb">Text here</p>

This sample text font color is #ceadeb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ceadeb Background Color

<div style="background-color:#ceadeb">
Div content here</div>

This div background color is #ceadeb


#ceadeb Border Color

<div style="border:3px solid #ceadeb">
Div here</div>

This div border color is #ceadeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(206,173,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ceadeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ceadeb;
  -webkit-box-shadow: 1px 1px 3px 2px #ceadeb;
  box-shadow:         1px 1px 3px 2px #ceadeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(206,173,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ceadeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ceadeb;
  -webkit-box-shadow: 1px 1px 3px 2px #ceadeb;
  box-shadow:         1px 1px 3px 2px #ceadeb;">
Div content here</div>

This div box has shadow with color #ceadeb

#ceadeb Color Palettes


Comments

No comments written yet.

Please login to write comment.