Color Hex Logo

#edddaf Color Hex

#EDDDAF
(237,221,175)
0 Favorites   0 Comments

Color spaces of #edddaf

RGB 237221175
HSL0.120.630.81
HSV45°26°93°
CMYK 0.000.070.26   0.07
XYZ68.519472.812651.0003
Yxy72.81260.35630.3786
Hunter Lab85.3303-5.994324.2947
CIE-Lab88.3583-1.492924.6056

#edddaf color RGB value is (237,221,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 10101111
Octal 355 335 257
Decimal 237 221 175
Hex ED DD AF

RGB Percentages of Color #edddaf

%37.44
%34.91
%27.65

CMYK Percentages of Color #edddaf

%0
%7
%26
%7

Triadic Colors of #edddaf

#edddaf #afeddd #ddafed

Analogous Colors of #edddaf

#edddaf #deedaf #edbeaf

Monochromatic Colors of #edddaf

#edddaf

Complementary Color

#edddaf #afbfed

#edddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#edddaf Color CSS Codes

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

#edddaf Text Font Color

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

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


#edddaf Background Color

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

This div background color is #edddaf


#edddaf Border Color

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

This div border color is #edddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edddaf


Comments

No comments written yet.

Please login to write comment.