Color Hex Logo

#eecaf4 Color Hex

#EECAF4
(238,202,244)
0 Favorites   0 Comments

Color spaces of #eecaf4

RGB 238202244
HSL0.810.660.87
HSV291°17°96°
CMYK 0.020.170.00   0.04
XYZ72.709666.949994.6784
Yxy66.94990.31030.2857
Hunter Lab81.822915.4288-11.3292
CIE-Lab85.478619.8779-15.9314

#eecaf4 color RGB value is (238,202,244).

#eecaf4 hex color red value is 238, green value is 202 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #eecaf4 hue: 0.81 , saturation: 0.66 and the lightness value of eecaf4 is 0.87.

The process color (four color CMYK) of #eecaf4 color hex is 0.02, 0.17, 0.00, 0.04. Web safe color of #eecaf4 is #ffccff. Color #eecaf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001010 11110100
Octal 356 312 364
Decimal 238 202 244
Hex EE CA F4

RGB Percentages of Color #eecaf4

%34.80
%29.53
%35.67

CMYK Percentages of Color #eecaf4

%2
%17
%0
%4

Triadic Colors of #eecaf4

#eecaf4 #f4eeca #caf4ee

Analogous Colors of #eecaf4

#eecaf4 #f4cae5 #d9caf4

Monochromatic Colors of #eecaf4

#eecaf4

Complementary Color

#eecaf4 #d0f4ca

#eecaf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecaf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecaf4 Color CSS Codes

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

#eecaf4 Text Font Color

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

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


#eecaf4 Background Color

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

This div background color is #eecaf4


#eecaf4 Border Color

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

This div border color is #eecaf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecaf4


Comments

No comments written yet.

Please login to write comment.