Color Hex Logo

#eec52f Color Hex

#EEC52F
(238,197,47)
0 Favorites   0 Comments

Color spaces of #eec52f

RGB 23819747
HSL0.130.850.56
HSV47°80°93°
CMYK 0.000.170.80   0.07
XYZ55.739258.314911.0074
Yxy58.31490.44570.4663
Hunter Lab76.3642-3.347944.9087
CIE-Lab80.91350.783973.9233

#eec52f color RGB value is (238,197,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000101 00101111
Octal 356 305 57
Decimal 238 197 47
Hex EE C5 2F

RGB Percentages of Color #eec52f

%49.38
%40.87
%9.75

CMYK Percentages of Color #eec52f

%0
%17
%80
%7

Triadic Colors of #eec52f

#eec52f #2feec5 #c52fee

Analogous Colors of #eec52f

#eec52f #b8ee2f #ee662f

Monochromatic Colors of #eec52f

#eec52f

Complementary Color

#eec52f #2f58ee

#eec52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec52f Color CSS Codes

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

#eec52f Text Font Color

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

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


#eec52f Background Color

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

This div background color is #eec52f


#eec52f Border Color

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

This div border color is #eec52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec52f


Comments

No comments written yet.

Please login to write comment.