Color Hex Logo

#edc77c Color Hex

#EDC77C
(237,199,124)
0 Favorites   0 Comments

Color spaces of #edc77c

RGB 237199124
HSL0.110.760.71
HSV40°48°93°
CMYK 0.000.160.48   0.07
XYZ58.986660.306627.6002
Yxy60.30660.40160.4105
Hunter Lab77.6573-0.316133.2879
CIE-Lab82.00464.056042.3985

#edc77c color RGB value is (237,199,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11000111 01111100
Octal 355 307 174
Decimal 237 199 124
Hex ED C7 7C

RGB Percentages of Color #edc77c

%42.32
%35.54
%22.14

CMYK Percentages of Color #edc77c

%0
%16
%48
%7

Triadic Colors of #edc77c

#edc77c #7cedc7 #c77ced

Analogous Colors of #edc77c

#edc77c #dbed7c #ed8f7c

Monochromatic Colors of #edc77c

#edc77c

Complementary Color

#edc77c #7ca2ed

#edc77c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc77c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc77c Color CSS Codes

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

#edc77c Text Font Color

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

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


#edc77c Background Color

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

This div background color is #edc77c


#edc77c Border Color

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

This div border color is #edc77c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc77c


Comments

No comments written yet.

Please login to write comment.