Color Hex Logo

#90ef70 Color Hex

#90EF70
(144,239,112)
0 Favorites   0 Comments

Color spaces of #90ef70

RGB 144239112
HSL0.290.800.69
HSV105°53°94°
CMYK 0.400.000.53   0.06
XYZ45.292768.832126.2280
Yxy68.83210.32270.4904
Hunter Lab82.9651-47.741439.3321
CIE-Lab86.4208-50.928252.1462

#90ef70 color RGB value is (144,239,112).

#90ef70 hex color red value is 144, green value is 239 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #90ef70 hue: 0.29 , saturation: 0.80 and the lightness value of 90ef70 is 0.69.

The process color (four color CMYK) of #90ef70 color hex is 0.40, 0.00, 0.53, 0.06. Web safe color of #90ef70 is #99ff66. Color #90ef70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101111 01110000
Octal 220 357 160
Decimal 144 239 112
Hex 90 EF 70

RGB Percentages of Color #90ef70

%29.09
%48.28
%22.63

CMYK Percentages of Color #90ef70

%40
%0
%53
%6

Triadic Colors of #90ef70

#90ef70 #7090ef #ef7090

Analogous Colors of #90ef70

#90ef70 #70ef90 #d0ef70

Monochromatic Colors of #90ef70

#90ef70

Complementary Color

#90ef70 #cf70ef

#90ef70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ef70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ef70 Color CSS Codes

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

#90ef70 Text Font Color

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

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


#90ef70 Background Color

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

This div background color is #90ef70


#90ef70 Border Color

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

This div border color is #90ef70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ef70


Comments

No comments written yet.

Please login to write comment.