Color Hex Logo

#edd92c Color Hex

#EDD92C
(237,217,44)
0 Favorites   0 Comments

Color spaces of #edd92c

RGB 23721744
HSL0.150.840.55
HSV54°81°93°
CMYK 0.000.080.81   0.07
XYZ60.192567.812112.2994
Yxy67.81210.42900.4833
Hunter Lab82.3481-13.634348.7882
CIE-Lab85.9124-9.901479.0308

#edd92c color RGB value is (237,217,44).

#edd92c hex color red value is 237, green value is 217 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #edd92c hue: 0.15 , saturation: 0.84 and the lightness value of edd92c is 0.55.

The process color (four color CMYK) of #edd92c color hex is 0.00, 0.08, 0.81, 0.07. Web safe color of #edd92c is #ffcc33. Color #edd92c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011001 00101100
Octal 355 331 54
Decimal 237 217 44
Hex ED D9 2C

RGB Percentages of Color #edd92c

%47.59
%43.57
%8.84

CMYK Percentages of Color #edd92c

%0
%8
%81
%7

Triadic Colors of #edd92c

#edd92c #2cedd9 #d92ced

Analogous Colors of #edd92c

#edd92c #a1ed2c #ed792c

Monochromatic Colors of #edd92c

#edd92c

Complementary Color

#edd92c #2c40ed

#edd92c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd92c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd92c Color CSS Codes

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

#edd92c Text Font Color

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

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


#edd92c Background Color

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

This div background color is #edd92c


#edd92c Border Color

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

This div border color is #edd92c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd92c


Comments

No comments written yet.

Please login to write comment.