Color Hex Logo

#edd20a Color Hex

#EDD20A
(237,210,10)
0 Favorites   0 Comments

Color spaces of #edd20a

RGB 23721010
HSL0.150.920.48
HSV53°96°93°
CMYK 0.000.110.96   0.07
XYZ58.026464.11969.6052
Yxy64.11960.44040.4867
Hunter Lab80.0747-10.780248.9403
CIE-Lab84.0280-6.992583.4302

#edd20a color RGB value is (237,210,10).

#edd20a hex color red value is 237, green value is 210 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #edd20a hue: 0.15 , saturation: 0.92 and the lightness value of edd20a is 0.48.

The process color (four color CMYK) of #edd20a color hex is 0.00, 0.11, 0.96, 0.07. Web safe color of #edd20a is #ffcc00. Color #edd20a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010010 00001010
Octal 355 322 12
Decimal 237 210 10
Hex ED D2 A

RGB Percentages of Color #edd20a

%51.86
%45.95
%2.19

CMYK Percentages of Color #edd20a

%0
%11
%96
%7

Triadic Colors of #edd20a

#edd20a #0aedd2 #d20aed

Analogous Colors of #edd20a

#edd20a #97ed0a #ed600a

Monochromatic Colors of #edd20a

#edd20a

Complementary Color

#edd20a #0a25ed

#edd20a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd20a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd20a Color CSS Codes

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

#edd20a Text Font Color

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

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


#edd20a Background Color

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

This div background color is #edd20a


#edd20a Border Color

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

This div border color is #edd20a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd20a

#edd20a Color Palettes


Comments

No comments written yet.

Please login to write comment.