Color Hex Logo

#eddd87 Color Hex

#EDDD87
(237,221,135)
0 Favorites   0 Comments

Color spaces of #eddd87

RGB 237221135
HSL0.140.740.73
HSV51°43°93°
CMYK 0.000.070.43   0.07
XYZ65.154771.466733.2821
Yxy71.46670.38350.4206
Hunter Lab84.5380-10.368835.8345
CIE-Lab87.7113-6.166144.0879

#eddd87 color RGB value is (237,221,135).

#eddd87 hex color red value is 237, green value is 221 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #eddd87 hue: 0.14 , saturation: 0.74 and the lightness value of eddd87 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011101 10000111
Octal 355 335 207
Decimal 237 221 135
Hex ED DD 87

RGB Percentages of Color #eddd87

%39.97
%37.27
%22.77

CMYK Percentages of Color #eddd87

%0
%7
%43
%7

Triadic Colors of #eddd87

#eddd87 #87eddd #dd87ed

Analogous Colors of #eddd87

#eddd87 #caed87 #edaa87

Monochromatic Colors of #eddd87

#eddd87

Complementary Color

#eddd87 #8797ed

#eddd87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddd87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddd87 Color CSS Codes

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

#eddd87 Text Font Color

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

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


#eddd87 Background Color

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

This div background color is #eddd87


#eddd87 Border Color

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

This div border color is #eddd87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddd87


Comments

No comments written yet.

Please login to write comment.