Color Hex Logo

#edb94c Color Hex

#EDB94C
(237,185,76)
0 Favorites   0 Comments

Color spaces of #edb94c

RGB 23718576
HSL0.110.820.61
HSV41°68°93°
CMYK 0.000.220.68   0.07
XYZ53.578553.224314.2869
Yxy53.22430.44250.4395
Hunter Lab72.95503.420139.4576
CIE-Lab78.00727.831960.4513

#edb94c color RGB value is (237,185,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111001 01001100
Octal 355 271 114
Decimal 237 185 76
Hex ED B9 4C

RGB Percentages of Color #edb94c

%47.59
%37.15
%15.26

CMYK Percentages of Color #edb94c

%0
%22
%68
%7

Triadic Colors of #edb94c

#edb94c #4cedb9 #b94ced

Analogous Colors of #edb94c

#edb94c #d1ed4c #ed694c

Monochromatic Colors of #edb94c

#edb94c

Complementary Color

#edb94c #4c80ed

#edb94c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb94c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb94c Color CSS Codes

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

#edb94c Text Font Color

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

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


#edb94c Background Color

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

This div background color is #edb94c


#edb94c Border Color

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

This div border color is #edb94c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb94c


Comments

No comments written yet.

Please login to write comment.