Color Hex Logo

#eed52f Color Hex

#EED52F
(238,213,47)
0 Favorites   0 Comments

Color spaces of #eed52f

RGB 23821347
HSL0.140.850.56
HSV52°80°93°
CMYK 0.000.110.80   0.07
XYZ59.567265.970912.2834
Yxy65.97090.43220.4787
Hunter Lab81.2225-11.230447.8892
CIE-Lab84.9816-7.381277.4678

#eed52f color RGB value is (238,213,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010101 00101111
Octal 356 325 57
Decimal 238 213 47
Hex EE D5 2F

RGB Percentages of Color #eed52f

%47.79
%42.77
%9.44

CMYK Percentages of Color #eed52f

%0
%11
%80
%7

Triadic Colors of #eed52f

#eed52f #2feed5 #d52fee

Analogous Colors of #eed52f

#eed52f #a8ee2f #ee762f

Monochromatic Colors of #eed52f

#eed52f

Complementary Color

#eed52f #2f48ee

#eed52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed52f Color CSS Codes

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

#eed52f Text Font Color

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

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


#eed52f Background Color

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

This div background color is #eed52f


#eed52f Border Color

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

This div border color is #eed52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed52f


Comments

No comments written yet.

Please login to write comment.