Color Hex Logo

#edd10a Color Hex

#EDD10A
(237,209,10)
0 Favorites   0 Comments

Color spaces of #edd10a

RGB 23720910
HSL0.150.920.48
HSV53°96°93°
CMYK 0.000.120.96   0.07
XYZ57.780363.62749.5231
Yxy63.62740.44130.4860
Hunter Lab79.7668-10.292648.7583
CIE-Lab83.7714-6.487083.2422

#edd10a color RGB value is (237,209,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010001 00001010
Octal 355 321 12
Decimal 237 209 10
Hex ED D1 A

RGB Percentages of Color #edd10a

%51.97
%45.83
%2.19

CMYK Percentages of Color #edd10a

%0
%12
%96
%7

Triadic Colors of #edd10a

#edd10a #0aedd1 #d10aed

Analogous Colors of #edd10a

#edd10a #98ed0a #ed600a

Monochromatic Colors of #edd10a

#edd10a

Complementary Color

#edd10a #0a26ed

#edd10a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd10a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd10a Color CSS Codes

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

#edd10a Text Font Color

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

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


#edd10a Background Color

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

This div background color is #edd10a


#edd10a Border Color

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

This div border color is #edd10a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd10a


Comments

No comments written yet.

Please login to write comment.