Color Hex Logo

#edd82c Color Hex

#EDD82C
(237,216,44)
0 Favorites   0 Comments

Color spaces of #edd82c

RGB 23721644
HSL0.150.840.55
HSV53°81°93°
CMYK 0.000.090.81   0.07
XYZ59.935567.298112.2138
Yxy67.29810.42980.4826
Hunter Lab82.0354-13.149048.5974
CIE-Lab85.6543-9.400778.8105

#edd82c color RGB value is (237,216,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 00101100
Octal 355 330 54
Decimal 237 216 44
Hex ED D8 2C

RGB Percentages of Color #edd82c

%47.69
%43.46
%8.85

CMYK Percentages of Color #edd82c

%0
%9
%81
%7

Triadic Colors of #edd82c

#edd82c #2cedd8 #d82ced

Analogous Colors of #edd82c

#edd82c #a2ed2c #ed782c

Monochromatic Colors of #edd82c

#edd82c

Complementary Color

#edd82c #2c41ed

#edd82c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd82c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd82c Color CSS Codes

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

#edd82c Text Font Color

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

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


#edd82c Background Color

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

This div background color is #edd82c


#edd82c Border Color

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

This div border color is #edd82c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd82c


Comments

No comments written yet.

Please login to write comment.