Color Hex Logo

#eacaef Color Hex

#EACAEF
(234,202,239)
0 Favorites   0 Comments

Color spaces of #eacaef

RGB 234202239
HSL0.810.540.86
HSV292°15°94°
CMYK 0.020.150.00   0.06
XYZ70.632265.965590.6712
Yxy65.96550.31080.2903
Hunter Lab81.219113.0989-9.3366
CIE-Lab84.978817.6351-14.0611

#eacaef color RGB value is (234,202,239).

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

The process color (four color CMYK) of #eacaef color hex is 0.02, 0.15, 0.00, 0.06. Web safe color of #eacaef is #ffccff. Color #eacaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001010 11101111
Octal 352 312 357
Decimal 234 202 239
Hex EA CA EF

RGB Percentages of Color #eacaef

%34.67
%29.93
%35.41

CMYK Percentages of Color #eacaef

%2
%15
%0
%6

Triadic Colors of #eacaef

#eacaef #efeaca #caefea

Analogous Colors of #eacaef

#eacaef #efcae2 #d8caef

Monochromatic Colors of #eacaef

#eacaef

Complementary Color

#eacaef #cfefca

#eacaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacaef Color CSS Codes

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

#eacaef Text Font Color

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

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


#eacaef Background Color

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

This div background color is #eacaef


#eacaef Border Color

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

This div border color is #eacaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacaef


Comments

No comments written yet.

Please login to write comment.