Color Hex Logo

#eefb0f Color Hex

#EEFB0F
(238,251,15)
0 Favorites   0 Comments

Color spaces of #eefb0f

RGB 23825115
HSL0.180.970.52
HSV63°94°98°
CMYK 0.050.000.94   0.02
XYZ69.843387.206013.6032
Yxy87.20600.40930.5110
Hunter Lab93.3842-29.919656.7322
CIE-Lab94.8256-26.500491.0962

#eefb0f color RGB value is (238,251,15).

#eefb0f hex color red value is 238, green value is 251 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #eefb0f hue: 0.18 , saturation: 0.97 and the lightness value of eefb0f is 0.52.

The process color (four color CMYK) of #eefb0f color hex is 0.05, 0.00, 0.94, 0.02. Web safe color of #eefb0f is #ffff00. Color #eefb0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111011 00001111
Octal 356 373 17
Decimal 238 251 15
Hex EE FB F

RGB Percentages of Color #eefb0f

%47.22
%49.80
%2.98

CMYK Percentages of Color #eefb0f

%5
%0
%94
%2

Triadic Colors of #eefb0f

#eefb0f #0feefb #fb0fee

Analogous Colors of #eefb0f

#eefb0f #78fb0f #fb920f

Monochromatic Colors of #eefb0f

#eefb0f

Complementary Color

#eefb0f #1c0ffb

#eefb0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefb0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefb0f Color CSS Codes

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

#eefb0f Text Font Color

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

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


#eefb0f Background Color

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

This div background color is #eefb0f


#eefb0f Border Color

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

This div border color is #eefb0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefb0f

Related Colors


Comments

No comments written yet.

Please login to write comment.