Color Hex Logo

#edc77e Color Hex

#EDC77E
(237,199,126)
0 Favorites   0 Comments

Color spaces of #edc77e

RGB 237199126
HSL0.110.760.71
HSV39°47°93°
CMYK 0.000.160.47   0.07
XYZ59.114460.357728.2732
Yxy60.35770.40010.4085
Hunter Lab77.6902-0.137432.8062
CIE-Lab82.03224.244541.4257

#edc77e color RGB value is (237,199,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000111 01111110
Octal 355 307 176
Decimal 237 199 126
Hex ED C7 7E

RGB Percentages of Color #edc77e

%42.17
%35.41
%22.42

CMYK Percentages of Color #edc77e

%0
%16
%47
%7

Triadic Colors of #edc77e

#edc77e #7eedc7 #c77eed

Analogous Colors of #edc77e

#edc77e #dced7e #ed907e

Monochromatic Colors of #edc77e

#edc77e

Complementary Color

#edc77e #7ea4ed

#edc77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc77e Color CSS Codes

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

#edc77e Text Font Color

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

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


#edc77e Background Color

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

This div background color is #edc77e


#edc77e Border Color

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

This div border color is #edc77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc77e


Comments

No comments written yet.

Please login to write comment.