Color Hex Logo

#eecdaf Color Hex

#EECDAF
(238,205,175)
0 Favorites   0 Comments

Color spaces of #eecdaf

RGB 238205175
HSL0.080.650.81
HSV29°26°93°
CMYK 0.000.140.26   0.07
XYZ64.829164.934949.6743
Yxy64.93490.36130.3619
Hunter Lab80.58222.586019.8587
CIE-Lab84.45027.154619.2255

#eecdaf color RGB value is (238,205,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001101 10101111
Octal 356 315 257
Decimal 238 205 175
Hex EE CD AF

RGB Percentages of Color #eecdaf

%38.51
%33.17
%28.32

CMYK Percentages of Color #eecdaf

%0
%14
%26
%7

Triadic Colors of #eecdaf

#eecdaf #afeecd #cdafee

Analogous Colors of #eecdaf

#eecdaf #eeedaf #eeafb1

Monochromatic Colors of #eecdaf

#eecdaf

Complementary Color

#eecdaf #afd0ee

#eecdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eecdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eecdaf Color CSS Codes

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

#eecdaf Text Font Color

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

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


#eecdaf Background Color

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

This div background color is #eecdaf


#eecdaf Border Color

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

This div border color is #eecdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eecdaf


Comments

No comments written yet.

Please login to write comment.