Color Hex Logo

#eefe65 Color Hex

#EEFE65
(238,254,101)
0 Favorites   0 Comments

Color spaces of #eefe65

RGB 238254101
HSL0.180.990.70
HSV66°60°100°
CMYK 0.060.000.60   0.00
XYZ73.050790.000425.8335
Yxy90.00040.38670.4765
Hunter Lab94.8685-28.571350.2628
CIE-Lab95.9969-24.745669.2838

#eefe65 color RGB value is (238,254,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111110 01100101
Octal 356 376 145
Decimal 238 254 101
Hex EE FE 65

RGB Percentages of Color #eefe65

%40.13
%42.83
%17.03

CMYK Percentages of Color #eefe65

%6
%0
%60
%0

Triadic Colors of #eefe65

#eefe65 #65eefe #fe65ee

Analogous Colors of #eefe65

#eefe65 #a2fe65 #fec265

Monochromatic Colors of #eefe65

#eefe65

Complementary Color

#eefe65 #7565fe

#eefe65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefe65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefe65 Color CSS Codes

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

#eefe65 Text Font Color

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

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


#eefe65 Background Color

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

This div background color is #eefe65


#eefe65 Border Color

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

This div border color is #eefe65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefe65

Related Colors


Comments

No comments written yet.

Please login to write comment.