Color Hex Logo

#90e180 Color Hex

#90E180
(144,225,128)
0 Favorites   0 Comments

Color spaces of #90e180

RGB 144225128
HSL0.310.620.69
HSV110°43°88°
CMYK 0.360.000.43   0.12
XYZ42.323161.338230.0309
Yxy61.33820.31660.4588
Hunter Lab78.3187-40.597132.0887
CIE-Lab82.5602-43.016439.7449

#90e180 color RGB value is (144,225,128).

#90e180 hex color red value is 144, green value is 225 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #90e180 hue: 0.31 , saturation: 0.62 and the lightness value of 90e180 is 0.69.

The process color (four color CMYK) of #90e180 color hex is 0.36, 0.00, 0.43, 0.12. Web safe color of #90e180 is #99cc99. Color #90e180 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11100001 10000000
Octal 220 341 200
Decimal 144 225 128
Hex 90 E1 80

RGB Percentages of Color #90e180

%28.97
%45.27
%25.75

CMYK Percentages of Color #90e180

%36
%0
%43
%12

Triadic Colors of #90e180

#90e180 #8090e1 #e18090

Analogous Colors of #90e180

#90e180 #80e1a1 #c1e180

Monochromatic Colors of #90e180

#90e180

Complementary Color

#90e180 #d180e1

#90e180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90e180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#90e180 Color CSS Codes

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

#90e180 Text Font Color

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

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


#90e180 Background Color

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

This div background color is #90e180


#90e180 Border Color

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

This div border color is #90e180


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90e180


Comments

No comments written yet.

Please login to write comment.