Color Hex Logo

#edd77e Color Hex

#EDD77E
(237,215,126)
0 Favorites   0 Comments

Color spaces of #edd77e

RGB 237215126
HSL0.130.760.71
HSV48°47°93°
CMYK 0.000.090.47   0.07
XYZ62.991468.111829.5655
Yxy68.11180.39210.4239
Hunter Lab82.5299-8.186136.5309
CIE-Lab86.0623-3.992946.4590

#edd77e color RGB value is (237,215,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010111 01111110
Octal 355 327 176
Decimal 237 215 126
Hex ED D7 7E

RGB Percentages of Color #edd77e

%41.00
%37.20
%21.80

CMYK Percentages of Color #edd77e

%0
%9
%47
%7

Triadic Colors of #edd77e

#edd77e #7eedd7 #d77eed

Analogous Colors of #edd77e

#edd77e #cced7e #eda07e

Monochromatic Colors of #edd77e

#edd77e

Complementary Color

#edd77e #7e94ed

#edd77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd77e Color CSS Codes

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

#edd77e Text Font Color

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

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


#edd77e Background Color

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

This div background color is #edd77e


#edd77e Border Color

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

This div border color is #edd77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd77e


Comments

No comments written yet.

Please login to write comment.