Color Hex Logo

#edd3ad Color Hex

#EDD3AD
(237,211,173)
0 Favorites   0 Comments

Color spaces of #edd3ad

RGB 237211173
HSL0.100.640.80
HSV36°27°93°
CMYK 0.000.110.27   0.07
XYZ65.762167.610249.1192
Yxy67.61020.36040.3705
Hunter Lab82.2254-1.134122.1396
CIE-Lab85.81123.389722.1477

#edd3ad color RGB value is (237,211,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010011 10101101
Octal 355 323 255
Decimal 237 211 173
Hex ED D3 AD

RGB Percentages of Color #edd3ad

%38.16
%33.98
%27.86

CMYK Percentages of Color #edd3ad

%0
%11
%27
%7

Triadic Colors of #edd3ad

#edd3ad #adedd3 #d3aded

Analogous Colors of #edd3ad

#edd3ad #e7edad #edb3ad

Monochromatic Colors of #edd3ad

#edd3ad

Complementary Color

#edd3ad #adc7ed

#edd3ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd3ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd3ad Color CSS Codes

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

#edd3ad Text Font Color

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

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


#edd3ad Background Color

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

This div background color is #edd3ad


#edd3ad Border Color

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

This div border color is #edd3ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd3ad


Comments

No comments written yet.

Please login to write comment.