Color Hex Logo

#effe65 Color Hex

#EFFE65
(239,254,101)
0 Favorites   0 Comments

Color spaces of #effe65

RGB 239254101
HSL0.180.990.70
HSV66°60°100°
CMYK 0.060.000.60   0.00
XYZ73.387490.173925.8493
Yxy90.17390.38750.4761
Hunter Lab94.9599-28.230750.3325
CIE-Lab96.0689-24.353069.3826

#effe65 color RGB value is (239,254,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111110 01100101
Octal 357 376 145
Decimal 239 254 101
Hex EF FE 65

RGB Percentages of Color #effe65

%40.24
%42.76
%17.00

CMYK Percentages of Color #effe65

%6
%0
%60
%0

Triadic Colors of #effe65

#effe65 #65effe #fe65ef

Analogous Colors of #effe65

#effe65 #a3fe65 #fec165

Monochromatic Colors of #effe65

#effe65

Complementary Color

#effe65 #7465fe

#effe65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effe65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effe65 Color CSS Codes

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

#effe65 Text Font Color

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

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


#effe65 Background Color

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

This div background color is #effe65


#effe65 Border Color

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

This div border color is #effe65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effe65


Comments

No comments written yet.

Please login to write comment.