Color Hex Logo

#eecafe Color Hex

#EECAFE
(238,202,254)
0 Favorites   0 Comments

Color spaces of #eecafe

RGB 238202254
HSL0.780.960.89
HSV282°20°100°
CMYK 0.060.200.00   0.00
XYZ74.269867.5740102.8946
Yxy67.57400.30350.2761
Hunter Lab82.203417.4167-16.6713
CIE-Lab85.793021.7707-20.7589

#eecafe color RGB value is (238,202,254).

#eecafe hex color red value is 238, green value is 202 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #eecafe hue: 0.78 , saturation: 0.96 and the lightness value of eecafe is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001010 11111110
Octal 356 312 376
Decimal 238 202 254
Hex EE CA FE

RGB Percentages of Color #eecafe

%34.29
%29.11
%36.60

CMYK Percentages of Color #eecafe

%6
%20
%0
%0

Triadic Colors of #eecafe

#eecafe #feeeca #cafeee

Analogous Colors of #eecafe

#eecafe #fecaf4 #d4cafe

Monochromatic Colors of #eecafe

#eecafe

Complementary Color

#eecafe #dafeca

#eecafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecafe Color CSS Codes

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

#eecafe Text Font Color

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

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


#eecafe Background Color

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

This div background color is #eecafe


#eecafe Border Color

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

This div border color is #eecafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecafe

Related Colors


Comments

No comments written yet.

Please login to write comment.