Color Hex Logo

#e4ceee Color Hex

#E4CEEE
(228,206,238)
0 Favorites   0 Comments

Color spaces of #e4ceee

RGB 228206238
HSL0.780.480.87
HSV281°13°93°
CMYK 0.040.130.00   0.07
XYZ69.498866.809690.1215
Yxy66.80960.30690.2951
Hunter Lab81.73718.7336-8.1558
CIE-Lab85.407713.3510-12.9406

#e4ceee color RGB value is (228,206,238).

#e4ceee hex color red value is 228, green value is 206 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #e4ceee hue: 0.78 , saturation: 0.48 and the lightness value of e4ceee is 0.87.

The process color (four color CMYK) of #e4ceee color hex is 0.04, 0.13, 0.00, 0.07. Web safe color of #e4ceee is #ccccff. Color #e4ceee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11001110 11101110
Octal 344 316 356
Decimal 228 206 238
Hex E4 CE EE

RGB Percentages of Color #e4ceee

%33.93
%30.65
%35.42

CMYK Percentages of Color #e4ceee

%4
%13
%0
%7

Triadic Colors of #e4ceee

#e4ceee #eee4ce #ceeee4

Analogous Colors of #e4ceee

#e4ceee #eecee8 #d4ceee

Monochromatic Colors of #e4ceee

#e4ceee

Complementary Color

#e4ceee #d8eece

#e4ceee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4ceee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4ceee Color CSS Codes

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

#e4ceee Text Font Color

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

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


#e4ceee Background Color

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

This div background color is #e4ceee


#e4ceee Border Color

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

This div border color is #e4ceee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4ceee


Comments

No comments written yet.

Please login to write comment.