Color Hex Logo

#edd893 Color Hex

#EDD893
(237,216,147)
0 Favorites   0 Comments

Color spaces of #edd893

RGB 237216147
HSL0.130.710.75
HSV46°38°93°
CMYK 0.000.090.38   0.07
XYZ64.747469.222837.5526
Yxy69.22280.37750.4036
Hunter Lab83.2002-6.689631.4795
CIE-Lab86.6143-2.358336.6645

#edd893 color RGB value is (237,216,147).

#edd893 hex color red value is 237, green value is 216 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #edd893 hue: 0.13 , saturation: 0.71 and the lightness value of edd893 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 10010011
Octal 355 330 223
Decimal 237 216 147
Hex ED D8 93

RGB Percentages of Color #edd893

%39.50
%36.00
%24.50

CMYK Percentages of Color #edd893

%0
%9
%38
%7

Triadic Colors of #edd893

#edd893 #93edd8 #d893ed

Analogous Colors of #edd893

#edd893 #d5ed93 #edab93

Monochromatic Colors of #edd893

#edd893

Complementary Color

#edd893 #93a8ed

#edd893 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd893 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd893 Color CSS Codes

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

#edd893 Text Font Color

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

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


#edd893 Background Color

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

This div background color is #edd893


#edd893 Border Color

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

This div border color is #edd893


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,216,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd893


Comments

No comments written yet.

Please login to write comment.