Color Hex Logo

#eedfad Color Hex

#EEDFAD
(238,223,173)
0 Favorites   0 Comments

Color spaces of #eedfad

RGB 238223173
HSL0.130.660.81
HSV46°27°93°
CMYK 0.000.060.27   0.07
XYZ69.190473.969650.1660
Yxy73.96960.35790.3826
Hunter Lab86.0056-6.908825.6208
CIE-Lab88.9081-2.404326.4052

#eedfad color RGB value is (238,223,173).

#eedfad hex color red value is 238, green value is 223 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #eedfad hue: 0.13 , saturation: 0.66 and the lightness value of eedfad is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011111 10101101
Octal 356 337 255
Decimal 238 223 173
Hex EE DF AD

RGB Percentages of Color #eedfad

%37.54
%35.17
%27.29

CMYK Percentages of Color #eedfad

%0
%6
%27
%7

Triadic Colors of #eedfad

#eedfad #adeedf #dfadee

Analogous Colors of #eedfad

#eedfad #ddeead #eebfad

Monochromatic Colors of #eedfad

#eedfad

Complementary Color

#eedfad #adbcee

#eedfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedfad Color CSS Codes

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

#eedfad Text Font Color

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

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


#eedfad Background Color

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

This div background color is #eedfad


#eedfad Border Color

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

This div border color is #eedfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedfad


Comments

No comments written yet.

Please login to write comment.