Color Hex Logo

#eddfad Color Hex

#EDDFAD
(237,223,173)
0 Favorites   0 Comments

Color spaces of #eddfad

RGB 237223173
HSL0.130.640.80
HSV47°27°93°
CMYK 0.000.060.27   0.07
XYZ68.855673.797050.1503
Yxy73.79700.35710.3828
Hunter Lab85.9052-7.260925.5209
CIE-Lab88.8265-2.778926.2806

#eddfad color RGB value is (237,223,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011111 10101101
Octal 355 337 255
Decimal 237 223 173
Hex ED DF AD

RGB Percentages of Color #eddfad

%37.44
%35.23
%27.33

CMYK Percentages of Color #eddfad

%0
%6
%27
%7

Triadic Colors of #eddfad

#eddfad #adeddf #dfaded

Analogous Colors of #eddfad

#eddfad #dbedad #edbfad

Monochromatic Colors of #eddfad

#eddfad

Complementary Color

#eddfad #adbbed

#eddfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddfad Color CSS Codes

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

#eddfad Text Font Color

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

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


#eddfad Background Color

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

This div background color is #eddfad


#eddfad Border Color

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

This div border color is #eddfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddfad


Comments

No comments written yet.

Please login to write comment.