Color Hex Logo

#90ed71 Color Hex

#90ED71
(144,237,113)
0 Favorites   0 Comments

Color spaces of #90ed71

RGB 144237113
HSL0.290.780.69
HSV105°52°93°
CMYK 0.390.000.52   0.07
XYZ44.766467.689926.3288
Yxy67.68990.32260.4877
Hunter Lab82.2739-46.854938.6181
CIE-Lab85.8512-49.991251.0048

#90ed71 color RGB value is (144,237,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101101 01110001
Octal 220 355 161
Decimal 144 237 113
Hex 90 ED 71

RGB Percentages of Color #90ed71

%29.15
%47.98
%22.87

CMYK Percentages of Color #90ed71

%39
%0
%52
%7

Triadic Colors of #90ed71

#90ed71 #7190ed #ed7190

Analogous Colors of #90ed71

#90ed71 #71ed90 #ceed71

Monochromatic Colors of #90ed71

#90ed71

Complementary Color

#90ed71 #ce71ed

#90ed71 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ed71 Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ed71 Color CSS Codes

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

#90ed71 Text Font Color

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

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


#90ed71 Background Color

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

This div background color is #90ed71


#90ed71 Border Color

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

This div border color is #90ed71


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ed71


Comments

No comments written yet.

Please login to write comment.