Color Hex Logo

#eef22a Color Hex

#EEF22A
(238,242,42)
0 Favorites   0 Comments

Color spaces of #eef22a

RGB 23824242
HSL0.170.880.56
HSV61°83°95°
CMYK 0.020.000.83   0.05
XYZ67.429981.848614.4349
Yxy81.84860.41190.5000
Hunter Lab90.4702-25.282053.8692
CIE-Lab92.5080-21.768685.1029

#eef22a color RGB value is (238,242,42).

#eef22a hex color red value is 238, green value is 242 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #eef22a hue: 0.17 , saturation: 0.88 and the lightness value of eef22a is 0.56.

The process color (four color CMYK) of #eef22a color hex is 0.02, 0.00, 0.83, 0.05. Web safe color of #eef22a is #ffff33. Color #eef22a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110010 00101010
Octal 356 362 52
Decimal 238 242 42
Hex EE F2 2A

RGB Percentages of Color #eef22a

%45.59
%46.36
%8.05

CMYK Percentages of Color #eef22a

%2
%0
%83
%5

Triadic Colors of #eef22a

#eef22a #2aeef2 #f22aee

Analogous Colors of #eef22a

#eef22a #8af22a #f2922a

Monochromatic Colors of #eef22a

#eef22a

Complementary Color

#eef22a #2e2af2

#eef22a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef22a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef22a Color CSS Codes

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

#eef22a Text Font Color

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

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


#eef22a Background Color

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

This div background color is #eef22a


#eef22a Border Color

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

This div border color is #eef22a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,242,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef22a


Comments

No comments written yet.

Please login to write comment.