Color Hex Logo

#edd02f Color Hex

#EDD02F
(237,208,47)
0 Favorites   0 Comments

Color spaces of #edd02f

RGB 23720847
HSL0.140.840.56
HSV51°80°93°
CMYK 0.000.120.80   0.07
XYZ57.994063.321511.8550
Yxy63.32150.43550.4755
Hunter Lab79.5748-9.165446.8694
CIE-Lab83.6112-5.275276.2420

#edd02f color RGB value is (237,208,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11010000 00101111
Octal 355 320 57
Decimal 237 208 47
Hex ED D0 2F

RGB Percentages of Color #edd02f

%48.17
%42.28
%9.55

CMYK Percentages of Color #edd02f

%0
%12
%80
%7

Triadic Colors of #edd02f

#edd02f #2fedd0 #d02fed

Analogous Colors of #edd02f

#edd02f #abed2f #ed712f

Monochromatic Colors of #edd02f

#edd02f

Complementary Color

#edd02f #2f4ced

#edd02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edd02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edd02f Color CSS Codes

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

#edd02f Text Font Color

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

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


#edd02f Background Color

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

This div background color is #edd02f


#edd02f Border Color

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

This div border color is #edd02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edd02f


Comments

No comments written yet.

Please login to write comment.