Color Hex Logo

#edd03e Color Hex

#EDD03E
(237,208,62)
0 Favorites   0 Comments

Color spaces of #edd03e

RGB 23720862
HSL0.140.830.59
HSV50°74°93°
CMYK 0.000.120.74   0.07
XYZ58.350463.464113.7318
Yxy63.46410.43050.4682
Hunter Lab79.6644-8.669845.5452
CIE-Lab83.6860-4.730371.5759

#edd03e color RGB value is (237,208,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010000 00111110
Octal 355 320 76
Decimal 237 208 62
Hex ED D0 3E

RGB Percentages of Color #edd03e

%46.75
%41.03
%12.23

CMYK Percentages of Color #edd03e

%0
%12
%74
%7

Triadic Colors of #edd03e

#edd03e #3eedd0 #d03eed

Analogous Colors of #edd03e

#edd03e #b3ed3e #ed793e

Monochromatic Colors of #edd03e

#edd03e

Complementary Color

#edd03e #3e5bed

#edd03e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd03e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd03e Color CSS Codes

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

#edd03e Text Font Color

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

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


#edd03e Background Color

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

This div background color is #edd03e


#edd03e Border Color

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

This div border color is #edd03e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd03e


Comments

No comments written yet.

Please login to write comment.