Color Hex Logo

#90eb2d Color Hex

#90EB2D
(144,235,45)
0 Favorites   0 Comments

Color spaces of #90eb2d

RGB 14423545
HSL0.250.830.55
HSV89°81°92°
CMYK 0.390.000.81   0.08
XYZ41.683665.535412.9353
Yxy65.53540.34690.5454
Hunter Lab80.9539-49.758847.1940
CIE-Lab84.7589-54.426275.4036

#90eb2d color RGB value is (144,235,45).

#90eb2d hex color red value is 144, green value is 235 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #90eb2d hue: 0.25 , saturation: 0.83 and the lightness value of 90eb2d is 0.55.

The process color (four color CMYK) of #90eb2d color hex is 0.39, 0.00, 0.81, 0.08. Web safe color of #90eb2d is #99ff33. Color #90eb2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11101011 00101101
Octal 220 353 55
Decimal 144 235 45
Hex 90 EB 2D

RGB Percentages of Color #90eb2d

%33.96
%55.42
%10.61

CMYK Percentages of Color #90eb2d

%39
%0
%81
%8

Triadic Colors of #90eb2d

#90eb2d #2d90eb #eb2d90

Analogous Colors of #90eb2d

#90eb2d #31eb2d #ebe72d

Monochromatic Colors of #90eb2d

#90eb2d

Complementary Color

#90eb2d #882deb

#90eb2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90eb2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#90eb2d Color CSS Codes

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

#90eb2d Text Font Color

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

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


#90eb2d Background Color

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

This div background color is #90eb2d


#90eb2d Border Color

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

This div border color is #90eb2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90eb2d


Comments

No comments written yet.

Please login to write comment.