Color Hex Logo

#e0caec Color Hex

#E0CAEC
(224,202,236)
0 Favorites   0 Comments

Color spaces of #e0caec

RGB 224202236
HSL0.770.470.86
HSV279°14°93°
CMYK 0.050.140.00   0.07
XYZ67.001364.144588.2067
Yxy64.14450.30550.2924
Hunter Lab80.09039.1702-9.2353
CIE-Lab84.040913.7804-13.9576

#e0caec color RGB value is (224,202,236).

#e0caec hex color red value is 224, green value is 202 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e0caec hue: 0.77 , saturation: 0.47 and the lightness value of e0caec is 0.86.

The process color (four color CMYK) of #e0caec color hex is 0.05, 0.14, 0.00, 0.07. Web safe color of #e0caec is #ccccff. Color #e0caec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001010 11101100
Octal 340 312 354
Decimal 224 202 236
Hex E0 CA EC

RGB Percentages of Color #e0caec

%33.84
%30.51
%35.65

CMYK Percentages of Color #e0caec

%5
%14
%0
%7

Triadic Colors of #e0caec

#e0caec #ece0ca #caece0

Analogous Colors of #e0caec

#e0caec #eccae7 #cfcaec

Monochromatic Colors of #e0caec

#e0caec

Complementary Color

#e0caec #d6ecca

#e0caec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0caec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0caec Color CSS Codes

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

#e0caec Text Font Color

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

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


#e0caec Background Color

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

This div background color is #e0caec


#e0caec Border Color

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

This div border color is #e0caec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,202,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e0caec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e0caec;
  -webkit-box-shadow: 1px 1px 3px 2px #e0caec;
  box-shadow:         1px 1px 3px 2px #e0caec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,202,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0caec


Comments

No comments written yet.

Please login to write comment.