Color Hex Logo

#edd87d Color Hex

#EDD87D
(237,216,125)
0 Favorites   0 Comments

Color spaces of #edd87d

RGB 237216125
HSL0.140.760.71
HSV49°47°93°
CMYK 0.000.090.47   0.07
XYZ63.182668.596929.3125
Yxy68.59690.39220.4258
Hunter Lab82.8232-8.770036.9926
CIE-Lab86.3040-4.594247.2462

#edd87d color RGB value is (237,216,125).

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

The process color (four color CMYK) of #edd87d color hex is 0.00, 0.09, 0.47, 0.07. Web safe color of #edd87d is #ffcc66. Color #edd87d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 01111101
Octal 355 330 175
Decimal 237 216 125
Hex ED D8 7D

RGB Percentages of Color #edd87d

%41.00
%37.37
%21.63

CMYK Percentages of Color #edd87d

%0
%9
%47
%7

Triadic Colors of #edd87d

#edd87d #7dedd8 #d87ded

Analogous Colors of #edd87d

#edd87d #caed7d #eda07d

Monochromatic Colors of #edd87d

#edd87d

Complementary Color

#edd87d #7d92ed

#edd87d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd87d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd87d Color CSS Codes

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

#edd87d Text Font Color

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

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


#edd87d Background Color

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

This div background color is #edd87d


#edd87d Border Color

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

This div border color is #edd87d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd87d


Comments

No comments written yet.

Please login to write comment.