Color Hex Logo

#eeceaf Color Hex

#EECEAF
(238,206,175)
0 Favorites   0 Comments

Color spaces of #eeceaf

RGB 238206175
HSL0.080.650.81
HSV30°26°93°
CMYK 0.000.130.26   0.07
XYZ65.069165.414949.7543
Yxy65.41490.36100.3629
Hunter Lab80.87952.067620.1424
CIE-Lab84.69716.632919.5686

#eeceaf color RGB value is (238,206,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001110 10101111
Octal 356 316 257
Decimal 238 206 175
Hex EE CE AF

RGB Percentages of Color #eeceaf

%38.45
%33.28
%28.27

CMYK Percentages of Color #eeceaf

%0
%13
%26
%7

Triadic Colors of #eeceaf

#eeceaf #afeece #ceafee

Analogous Colors of #eeceaf

#eeceaf #eeeeaf #eeafb0

Monochromatic Colors of #eeceaf

#eeceaf

Complementary Color

#eeceaf #afcfee

#eeceaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeceaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeceaf Color CSS Codes

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

#eeceaf Text Font Color

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

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


#eeceaf Background Color

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

This div background color is #eeceaf


#eeceaf Border Color

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

This div border color is #eeceaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,206,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 #eeceaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeceaf


Comments

No comments written yet.

Please login to write comment.