Color Hex Logo

#edd03a Color Hex

#EDD03A
(237,208,58)
0 Favorites   0 Comments

Color spaces of #edd03a

RGB 23720858
HSL0.140.830.58
HSV50°76°93°
CMYK 0.000.120.76   0.07
XYZ58.244663.421813.1748
Yxy63.42180.43190.4703
Hunter Lab79.6378-8.816845.9379
CIE-Lab83.6638-4.891872.9125

#edd03a color RGB value is (237,208,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010000 00111010
Octal 355 320 72
Decimal 237 208 58
Hex ED D0 3A

RGB Percentages of Color #edd03a

%47.12
%41.35
%11.53

CMYK Percentages of Color #edd03a

%0
%12
%76
%7

Triadic Colors of #edd03a

#edd03a #3aedd0 #d03aed

Analogous Colors of #edd03a

#edd03a #b1ed3a #ed773a

Monochromatic Colors of #edd03a

#edd03a

Complementary Color

#edd03a #3a57ed

#edd03a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd03a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd03a Color CSS Codes

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

#edd03a Text Font Color

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

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


#edd03a Background Color

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

This div background color is #edd03a


#edd03a Border Color

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

This div border color is #edd03a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd03a


Comments

No comments written yet.

Please login to write comment.