Color Hex Logo

#edd82f Color Hex

#EDD82F
(237,216,47)
0 Favorites   0 Comments

Color spaces of #edd82f

RGB 23721647
HSL0.150.840.56
HSV53°80°93°
CMYK 0.000.090.80   0.07
XYZ59.994067.321512.5216
Yxy67.32150.42900.4814
Hunter Lab82.0497-13.069348.3865
CIE-Lab85.6660-9.312078.0273

#edd82f color RGB value is (237,216,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011000 00101111
Octal 355 330 57
Decimal 237 216 47
Hex ED D8 2F

RGB Percentages of Color #edd82f

%47.40
%43.20
%9.40

CMYK Percentages of Color #edd82f

%0
%9
%80
%7

Triadic Colors of #edd82f

#edd82f #2fedd8 #d82fed

Analogous Colors of #edd82f

#edd82f #a3ed2f #ed792f

Monochromatic Colors of #edd82f

#edd82f

Complementary Color

#edd82f #2f44ed

#edd82f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd82f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd82f Color CSS Codes

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

#edd82f Text Font Color

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

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


#edd82f Background Color

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

This div background color is #edd82f


#edd82f Border Color

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

This div border color is #edd82f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd82f


Comments

No comments written yet.

Please login to write comment.