Color Hex Logo

#90ed5c Color Hex

#90ED5C
(144,237,92)
0 Favorites   0 Comments

Color spaces of #90ed5c

RGB 14423792
HSL0.270.800.65
HSV98°61°93°
CMYK 0.390.000.61   0.07
XYZ43.717667.270420.8055
Yxy67.27040.33170.5104
Hunter Lab82.0185-48.388242.3730
CIE-Lab85.6403-52.144560.0463

#90ed5c color RGB value is (144,237,92).

#90ed5c hex color red value is 144, green value is 237 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #90ed5c hue: 0.27 , saturation: 0.80 and the lightness value of 90ed5c is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101101 01011100
Octal 220 355 134
Decimal 144 237 92
Hex 90 ED 5C

RGB Percentages of Color #90ed5c

%30.44
%50.11
%19.45

CMYK Percentages of Color #90ed5c

%39
%0
%61
%7

Triadic Colors of #90ed5c

#90ed5c #5c90ed #ed5c90

Analogous Colors of #90ed5c

#90ed5c #5ced71 #d9ed5c

Monochromatic Colors of #90ed5c

#90ed5c

Complementary Color

#90ed5c #b95ced

#90ed5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90ed5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#90ed5c Color CSS Codes

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

#90ed5c Text Font Color

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

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


#90ed5c Background Color

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

This div background color is #90ed5c


#90ed5c Border Color

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

This div border color is #90ed5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90ed5c


Comments

No comments written yet.

Please login to write comment.