Color Hex Logo

#eef94b Color Hex

#EEF94B
(238,249,75)
0 Favorites   0 Comments

Color spaces of #eef94b

RGB 23824975
HSL0.180.940.64
HSV64°70°98°
CMYK 0.040.000.70   0.02
XYZ70.405686.436519.6298
Yxy86.43650.39900.4898
Hunter Lab92.9712-27.524552.5615
CIE-Lab94.4987-23.883577.5314

#eef94b color RGB value is (238,249,75).

#eef94b hex color red value is 238, green value is 249 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #eef94b hue: 0.18 , saturation: 0.94 and the lightness value of eef94b is 0.64.

The process color (four color CMYK) of #eef94b color hex is 0.04, 0.00, 0.70, 0.02. Web safe color of #eef94b is #ffff33. Color #eef94b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111001 01001011
Octal 356 371 113
Decimal 238 249 75
Hex EE F9 4B

RGB Percentages of Color #eef94b

%42.35
%44.31
%13.35

CMYK Percentages of Color #eef94b

%4
%0
%70
%2

Triadic Colors of #eef94b

#eef94b #4beef9 #f94bee

Analogous Colors of #eef94b

#eef94b #97f94b #f9ad4b

Monochromatic Colors of #eef94b

#eef94b

Complementary Color

#eef94b #564bf9

#eef94b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef94b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef94b Color CSS Codes

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

#eef94b Text Font Color

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

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


#eef94b Background Color

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

This div background color is #eef94b


#eef94b Border Color

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

This div border color is #eef94b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef94b

Related Colors


Comments

No comments written yet.

Please login to write comment.