Color Hex Logo

#eefb65 Color Hex

#EEFB65
(238,251,101)
0 Favorites   0 Comments

Color spaces of #eefb65

RGB 238251101
HSL0.180.950.69
HSV65°60°98°
CMYK 0.050.000.60   0.02
XYZ72.106088.111125.5187
Yxy88.11110.38820.4744
Hunter Lab93.8675-27.150249.5888
CIE-Lab95.2077-23.326668.4280

#eefb65 color RGB value is (238,251,101).

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

The process color (four color CMYK) of #eefb65 color hex is 0.05, 0.00, 0.60, 0.02. Web safe color of #eefb65 is #ffff66. Color #eefb65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111011 01100101
Octal 356 373 145
Decimal 238 251 101
Hex EE FB 65

RGB Percentages of Color #eefb65

%40.34
%42.54
%17.12

CMYK Percentages of Color #eefb65

%5
%0
%60
%2

Triadic Colors of #eefb65

#eefb65 #65eefb #fb65ee

Analogous Colors of #eefb65

#eefb65 #a3fb65 #fbbd65

Monochromatic Colors of #eefb65

#eefb65

Complementary Color

#eefb65 #7265fb

#eefb65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefb65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefb65 Color CSS Codes

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

#eefb65 Text Font Color

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

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


#eefb65 Background Color

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

This div background color is #eefb65


#eefb65 Border Color

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

This div border color is #eefb65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefb65


Comments

No comments written yet.

Please login to write comment.