Color Hex Logo

#eecaaf Color Hex

#EECAAF
(238,202,175)
0 Favorites   0 Comments

Color spaces of #eecaaf

RGB 238202175
HSL0.070.650.81
HSV26°26°93°
CMYK 0.000.150.26   0.07
XYZ64.118363.513349.4373
Yxy63.51330.36210.3587
Hunter Lab79.69524.144419.0073
CIE-Lab83.71178.723218.1975

#eecaaf color RGB value is (238,202,175).

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

The process color (four color CMYK) of #eecaaf color hex is 0.00, 0.15, 0.26, 0.07. Web safe color of #eecaaf is #ffcc99. Color #eecaaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001010 10101111
Octal 356 312 257
Decimal 238 202 175
Hex EE CA AF

RGB Percentages of Color #eecaaf

%38.70
%32.85
%28.46

CMYK Percentages of Color #eecaaf

%0
%15
%26
%7

Triadic Colors of #eecaaf

#eecaaf #afeeca #caafee

Analogous Colors of #eecaaf

#eecaaf #eeeaaf #eeafb4

Monochromatic Colors of #eecaaf

#eecaaf

Complementary Color

#eecaaf #afd3ee

#eecaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecaaf Color CSS Codes

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

#eecaaf Text Font Color

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

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


#eecaaf Background Color

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

This div background color is #eecaaf


#eecaaf Border Color

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

This div border color is #eecaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecaaf


Comments

No comments written yet.

Please login to write comment.