Color Hex Logo

#edc94c Color Hex

#EDC94C
(237,201,76)
0 Favorites   0 Comments

Color spaces of #edc94c

RGB 23720176
HSL0.130.820.61
HSV47°68°93°
CMYK 0.000.150.68   0.07
XYZ57.116260.299615.4661
Yxy60.29960.42980.4538
Hunter Lab77.6528-4.599842.5482
CIE-Lab82.0008-0.484064.6142

#edc94c color RGB value is (237,201,76).

#edc94c hex color red value is 237, green value is 201 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #edc94c hue: 0.13 , saturation: 0.82 and the lightness value of edc94c is 0.61.

The process color (four color CMYK) of #edc94c color hex is 0.00, 0.15, 0.68, 0.07. Web safe color of #edc94c is #ffcc33. Color #edc94c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001001 01001100
Octal 355 311 114
Decimal 237 201 76
Hex ED C9 4C

RGB Percentages of Color #edc94c

%46.11
%39.11
%14.79

CMYK Percentages of Color #edc94c

%0
%15
%68
%7

Triadic Colors of #edc94c

#edc94c #4cedc9 #c94ced

Analogous Colors of #edc94c

#edc94c #c1ed4c #ed794c

Monochromatic Colors of #edc94c

#edc94c

Complementary Color

#edc94c #4c70ed

#edc94c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edc94c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edc94c Color CSS Codes

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

#edc94c Text Font Color

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

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


#edc94c Background Color

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

This div background color is #edc94c


#edc94c Border Color

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

This div border color is #edc94c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edc94c


Comments

No comments written yet.

Please login to write comment.