Color Hex Logo

#edd13a Color Hex

#EDD13A
(237,209,58)
0 Favorites   0 Comments

Color spaces of #edd13a

RGB 23720958
HSL0.140.830.58
HSV51°76°93°
CMYK 0.000.120.76   0.07
XYZ58.489263.910913.2563
Yxy63.91090.43120.4711
Hunter Lab79.9443-9.307546.1296
CIE-Lab83.9194-5.399673.1496

#edd13a color RGB value is (237,209,58).

#edd13a hex color red value is 237, green value is 209 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #edd13a hue: 0.14 , saturation: 0.83 and the lightness value of edd13a is 0.58.

The process color (four color CMYK) of #edd13a color hex is 0.00, 0.12, 0.76, 0.07. Web safe color of #edd13a is #ffcc33. Color #edd13a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010001 00111010
Octal 355 321 72
Decimal 237 209 58
Hex ED D1 3A

RGB Percentages of Color #edd13a

%47.02
%41.47
%11.51

CMYK Percentages of Color #edd13a

%0
%12
%76
%7

Triadic Colors of #edd13a

#edd13a #3aedd1 #d13aed

Analogous Colors of #edd13a

#edd13a #b0ed3a #ed783a

Monochromatic Colors of #edd13a

#edd13a

Complementary Color

#edd13a #3a56ed

#edd13a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd13a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd13a Color CSS Codes

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

#edd13a Text Font Color

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

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


#edd13a Background Color

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

This div background color is #edd13a


#edd13a Border Color

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

This div border color is #edd13a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd13a


Comments

No comments written yet.

Please login to write comment.