Color Hex Logo

#eecac4 Color Hex

#EECAC4
(238,202,196)
0 Favorites   0 Comments

Color spaces of #eecac4

RGB 238202196
HSL0.020.550.85
HSV18°93°
CMYK 0.000.150.18   0.07
XYZ66.344264.403761.1590
Yxy64.40370.34570.3356
Hunter Lab80.25197.125010.9922
CIE-Lab84.175511.74097.6989

#eecac4 color RGB value is (238,202,196).

#eecac4 hex color red value is 238, green value is 202 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #eecac4 hue: 0.02 , saturation: 0.55 and the lightness value of eecac4 is 0.85.

The process color (four color CMYK) of #eecac4 color hex is 0.00, 0.15, 0.18, 0.07. Web safe color of #eecac4 is #ffcccc. Color #eecac4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001010 11000100
Octal 356 312 304
Decimal 238 202 196
Hex EE CA C4

RGB Percentages of Color #eecac4

%37.42
%31.76
%30.82

CMYK Percentages of Color #eecac4

%0
%15
%18
%7

Triadic Colors of #eecac4

#eecac4 #c4eeca #cac4ee

Analogous Colors of #eecac4

#eecac4 #eedfc4 #eec4d3

Monochromatic Colors of #eecac4

#eecac4

Complementary Color

#eecac4 #c4e8ee

#eecac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecac4 Color CSS Codes

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

#eecac4 Text Font Color

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

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


#eecac4 Background Color

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

This div background color is #eecac4


#eecac4 Border Color

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

This div border color is #eecac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecac4


Comments

No comments written yet.

Please login to write comment.