color codes Logo

#eef52f color codes

#EEF52F
(238,245,47)
0 Favorites   0 Comments

Color spaces of #eef52f

RGB 23824547
HSL0.170.910.57
HSV62°81°96°
CMYK 0.030.000.81   0.04
XYZ68.425483.687215.2362
Yxy83.68720.40890.5001
Hunter Lab91.4807-26.577554.1617
CIE-Lab93.3145-23.061084.6402

#eef52f color RGB value is (238,245,47).

#eef52f hex color red value is 238, green value is 245 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #eef52f hue: 0.17 , saturation: 0.91 and the lightness value of eef52f is 0.57.

The process color (four color CMYK) of #eef52f color code is 0.03, 0.00, 0.81, 0.04. Web safe color of #eef52f is #ffff33. Color #eef52f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110101 00101111
Octal 356 365 57
Decimal 238 245 47
Hex EE F5 2F

RGB Percentages of Color #eef52f

%44.91
%46.23
%8.87

CMYK Percentages of Color #eef52f

%3
%0
%81
%4

Triadic Colors of #eef52f

#eef52f #2feef5 #f52fee

Analogous Colors of #eef52f

#eef52f #8bf52f #f5992f

Monochromatic Colors of #eef52f

#eef52f

Complementary Color

#eef52f #362ff5

#eef52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef52f Color CSS Codes

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

#eef52f Text Font Color

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

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


#eef52f Background Color

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

This div background color is #eef52f


#eef52f Border Color

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

This div border color is #eef52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef52f

Related Colors


Comments

No comments written yet.

Please login to write comment.