Color Hex Logo

#eee4ca Color Hex

#EEE4CA
(238,228,202)
0 Favorites   0 Comments

Color spaces of #eee4ca

RGB 238228202
HSL0.120.510.86
HSV43°15°93°
CMYK 0.000.040.15   0.07
XYZ73.664077.928267.0363
Yxy77.92820.33690.3564
Hunter Lab88.2770-5.532716.7699
CIE-Lab90.7471-0.838913.9041

#eee4ca color RGB value is (238,228,202).

#eee4ca hex color red value is 238, green value is 228 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #eee4ca hue: 0.12 , saturation: 0.51 and the lightness value of eee4ca is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100100 11001010
Octal 356 344 312
Decimal 238 228 202
Hex EE E4 CA

RGB Percentages of Color #eee4ca

%35.63
%34.13
%30.24

CMYK Percentages of Color #eee4ca

%0
%4
%15
%7

Triadic Colors of #eee4ca

#eee4ca #caeee4 #e4caee

Analogous Colors of #eee4ca

#eee4ca #e6eeca #eed2ca

Monochromatic Colors of #eee4ca

#eee4ca

Complementary Color

#eee4ca #cad4ee

#eee4ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee4ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee4ca Color CSS Codes

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

#eee4ca Text Font Color

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

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


#eee4ca Background Color

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

This div background color is #eee4ca


#eee4ca Border Color

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

This div border color is #eee4ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee4ca


Comments

No comments written yet.

Please login to write comment.