Color Hex Logo

#e5ccea Color Hex

#E5CCEA
(229,204,234)
0 Favorites   0 Comments

Color spaces of #e5ccea

RGB 229204234
HSL0.810.420.86
HSV290°13°92°
CMYK 0.020.130.00   0.08
XYZ68.757265.784386.9156
Yxy65.78430.31050.2971
Hunter Lab81.10759.3815-6.7605
CIE-Lab84.886313.9906-11.5860

#e5ccea color RGB value is (229,204,234).

#e5ccea hex color red value is 229, green value is 204 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e5ccea hue: 0.81 , saturation: 0.42 and the lightness value of e5ccea is 0.86.

The process color (four color CMYK) of #e5ccea color hex is 0.02, 0.13, 0.00, 0.08. Web safe color of #e5ccea is #ccccff. Color #e5ccea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 11001100 11101010
Octal 345 314 352
Decimal 229 204 234
Hex E5 CC EA

RGB Percentages of Color #e5ccea

%34.33
%30.58
%35.08

CMYK Percentages of Color #e5ccea

%2
%13
%0
%8

Triadic Colors of #e5ccea

#e5ccea #eae5cc #cceae5

Analogous Colors of #e5ccea

#e5ccea #eacce0 #d6ccea

Monochromatic Colors of #e5ccea

#e5ccea

Complementary Color

#e5ccea #d1eacc

#e5ccea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5ccea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5ccea Color CSS Codes

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

#e5ccea Text Font Color

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

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


#e5ccea Background Color

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

This div background color is #e5ccea


#e5ccea Border Color

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

This div border color is #e5ccea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(229,204,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e5ccea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e5ccea;
  -webkit-box-shadow: 1px 1px 3px 2px #e5ccea;
  box-shadow:         1px 1px 3px 2px #e5ccea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,204,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5ccea


Comments

No comments written yet.

Please login to write comment.