Color Hex Logo

#eeddaf Color Hex

#EEDDAF
(238,221,175)
0 Favorites   0 Comments

Color spaces of #eeddaf

RGB 238221175
HSL0.120.650.81
HSV44°26°93°
CMYK 0.000.070.26   0.07
XYZ68.854272.985251.0160
Yxy72.98520.35700.3784
Hunter Lab85.4314-5.641224.3965
CIE-Lab88.4407-1.119124.7317

#eeddaf color RGB value is (238,221,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 10101111
Octal 356 335 257
Decimal 238 221 175
Hex EE DD AF

RGB Percentages of Color #eeddaf

%37.54
%34.86
%27.60

CMYK Percentages of Color #eeddaf

%0
%7
%26
%7

Triadic Colors of #eeddaf

#eeddaf #afeedd #ddafee

Analogous Colors of #eeddaf

#eeddaf #e0eeaf #eebeaf

Monochromatic Colors of #eeddaf

#eeddaf

Complementary Color

#eeddaf #afc0ee

#eeddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeddaf Color CSS Codes

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

#eeddaf Text Font Color

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

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


#eeddaf Background Color

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

This div background color is #eeddaf


#eeddaf Border Color

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

This div border color is #eeddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeddaf


Comments

No comments written yet.

Please login to write comment.