Color Hex Logo

#edd87e Color Hex

#EDD87E
(237,216,126)
0 Favorites   0 Comments

Color spaces of #edd87e

RGB 237216126
HSL0.140.760.71
HSV49°47°93°
CMYK 0.000.090.47   0.07
XYZ63.246868.622629.6507
Yxy68.62260.39160.4249
Hunter Lab82.8388-8.684436.7653
CIE-Lab86.3168-4.501646.7735

#edd87e color RGB value is (237,216,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 01111110
Octal 355 330 176
Decimal 237 216 126
Hex ED D8 7E

RGB Percentages of Color #edd87e

%40.93
%37.31
%21.76

CMYK Percentages of Color #edd87e

%0
%9
%47
%7

Triadic Colors of #edd87e

#edd87e #7eedd8 #d87eed

Analogous Colors of #edd87e

#edd87e #cbed7e #eda17e

Monochromatic Colors of #edd87e

#edd87e

Complementary Color

#edd87e #7e93ed

#edd87e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd87e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd87e Color CSS Codes

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

#edd87e Text Font Color

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

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


#edd87e Background Color

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

This div background color is #edd87e


#edd87e Border Color

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

This div border color is #edd87e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd87e


Comments

No comments written yet.

Please login to write comment.