Color Hex Logo

#e9ceeb Color Hex

#E9CEEB
(233,206,235)
0 Favorites   0 Comments

Color spaces of #e9ceeb

RGB 233206235
HSL0.820.420.86
HSV296°12°92°
CMYK 0.010.120.00   0.08
XYZ70.671067.464487.8944
Yxy67.46440.31270.2985
Hunter Lab82.13679.8434-5.9505
CIE-Lab85.737914.4460-10.8115

#e9ceeb color RGB value is (233,206,235).

#e9ceeb hex color red value is 233, green value is 206 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e9ceeb hue: 0.82 , saturation: 0.42 and the lightness value of e9ceeb is 0.86.

The process color (four color CMYK) of #e9ceeb color hex is 0.01, 0.12, 0.00, 0.08. Web safe color of #e9ceeb is #ffccff. Color #e9ceeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 11001110 11101011
Octal 351 316 353
Decimal 233 206 235
Hex E9 CE EB

RGB Percentages of Color #e9ceeb

%34.57
%30.56
%34.87

CMYK Percentages of Color #e9ceeb

%1
%12
%0
%8

Triadic Colors of #e9ceeb

#e9ceeb #ebe9ce #ceebe9

Analogous Colors of #e9ceeb

#e9ceeb #ebcedf #dbceeb

Monochromatic Colors of #e9ceeb

#e9ceeb

Complementary Color

#e9ceeb #d0ebce

#e9ceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9ceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9ceeb Color CSS Codes

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

#e9ceeb Text Font Color

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

This sample text font color is #e9ceeb
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.


#e9ceeb Background Color

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

This div background color is #e9ceeb


#e9ceeb Border Color

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

This div border color is #e9ceeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,206,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 #e9ceeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9ceeb


Comments

No comments written yet.

Please login to write comment.