Color Hex Logo

#90ea70 Color Hex

#90EA70
(144,234,112)
0 Favorites   0 Comments

Color spaces of #90ea70

RGB 144234112
HSL0.290.740.68
HSV104°52°92°
CMYK 0.380.000.52   0.08
XYZ43.849065.944825.7468
Yxy65.94480.32350.4865
Hunter Lab81.2064-45.726638.0464
CIE-Lab84.9683-48.861450.4075

#90ea70 color RGB value is (144,234,112).

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

The process color (four color CMYK) of #90ea70 color hex is 0.38, 0.00, 0.52, 0.08. Web safe color of #90ea70 is #99ff66. Color #90ea70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101010 01110000
Octal 220 352 160
Decimal 144 234 112
Hex 90 EA 70

RGB Percentages of Color #90ea70

%29.39
%47.76
%22.86

CMYK Percentages of Color #90ea70

%38
%0
%52
%8

Triadic Colors of #90ea70

#90ea70 #7090ea #ea7090

Analogous Colors of #90ea70

#90ea70 #70ea8d #cdea70

Monochromatic Colors of #90ea70

#90ea70

Complementary Color

#90ea70 #ca70ea

#90ea70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ea70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ea70 Color CSS Codes

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

#90ea70 Text Font Color

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

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


#90ea70 Background Color

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

This div background color is #90ea70


#90ea70 Border Color

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

This div border color is #90ea70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ea70


Comments

No comments written yet.

Please login to write comment.