Color Hex Logo

#e4ceeb Color Hex

#E4CEEB
(228,206,235)
0 Favorites   0 Comments

Color spaces of #e4ceeb

RGB 228206235
HSL0.790.420.86
HSV286°12°92°
CMYK 0.030.120.00   0.08
XYZ69.061666.634887.8191
Yxy66.63480.30900.2981
Hunter Lab81.63018.1637-6.6441
CIE-Lab85.319212.7860-11.4803

#e4ceeb color RGB value is (228,206,235).

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

The process color (four color CMYK) of #e4ceeb color hex is 0.03, 0.12, 0.00, 0.08. Web safe color of #e4ceeb is #ccccff. Color #e4ceeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11001110 11101011
Octal 344 316 353
Decimal 228 206 235
Hex E4 CE EB

RGB Percentages of Color #e4ceeb

%34.08
%30.79
%35.13

CMYK Percentages of Color #e4ceeb

%3
%12
%0
%8

Triadic Colors of #e4ceeb

#e4ceeb #ebe4ce #ceebe4

Analogous Colors of #e4ceeb

#e4ceeb #ebcee4 #d6ceeb

Monochromatic Colors of #e4ceeb

#e4ceeb

Complementary Color

#e4ceeb #d5ebce

#e4ceeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4ceeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4ceeb Color CSS Codes

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

#e4ceeb Text Font Color

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

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


#e4ceeb Background Color

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

This div background color is #e4ceeb


#e4ceeb Border Color

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

This div border color is #e4ceeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4ceeb

#e4ceeb Color Palettes


Comments

No comments written yet.

Please login to write comment.