Color Hex Logo

#effe90 Color Hex

#EFFE90
(239,254,144)
0 Favorites   0 Comments

Color spaces of #effe90

RGB 239254144
HSL0.190.980.78
HSV68°43°100°
CMYK 0.060.000.43   0.00
XYZ76.072591.248039.9887
Yxy91.24800.36700.4402
Hunter Lab95.5238-25.014342.0464
CIE-Lab96.5121-20.735950.7601

#effe90 color RGB value is (239,254,144).

#effe90 hex color red value is 239, green value is 254 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #effe90 hue: 0.19 , saturation: 0.98 and the lightness value of effe90 is 0.78.

The process color (four color CMYK) of #effe90 color hex is 0.06, 0.00, 0.43, 0.00. Web safe color of #effe90 is #ffff99. Color #effe90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111110 10010000
Octal 357 376 220
Decimal 239 254 144
Hex EF FE 90

RGB Percentages of Color #effe90

%37.52
%39.87
%22.61

CMYK Percentages of Color #effe90

%6
%0
%43
%0

Triadic Colors of #effe90

#effe90 #90effe #fe90ef

Analogous Colors of #effe90

#effe90 #b8fe90 #fed690

Monochromatic Colors of #effe90

#effe90

Complementary Color

#effe90 #9f90fe

#effe90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effe90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effe90 Color CSS Codes

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

#effe90 Text Font Color

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

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


#effe90 Background Color

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

This div background color is #effe90


#effe90 Border Color

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

This div border color is #effe90


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,254,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effe90


Comments

No comments written yet.

Please login to write comment.