Color Hex Logo

#90d628 Color Hex

#90D628
(144,214,40)
0 Favorites   0 Comments

Color spaces of #90d628

RGB 14421440
HSL0.230.690.50
HSV84°81°84°
CMYK 0.330.000.81   0.16
XYZ35.931254.175610.5707
Yxy54.17560.35690.5381
Hunter Lab73.6041-41.669043.0079
CIE-Lab78.5640-46.070771.1211

#90d628 color RGB value is (144,214,40).

#90d628 hex color red value is 144, green value is 214 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #90d628 hue: 0.23 , saturation: 0.69 and the lightness value of 90d628 is 0.50.

The process color (four color CMYK) of #90d628 color hex is 0.33, 0.00, 0.81, 0.16. Web safe color of #90d628 is #99cc33. Color #90d628 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11010110 00101000
Octal 220 326 50
Decimal 144 214 40
Hex 90 D6 28

RGB Percentages of Color #90d628

%36.18
%53.77
%10.05

CMYK Percentages of Color #90d628

%33
%0
%81
%16

Triadic Colors of #90d628

#90d628 #2890d6 #d62890

Analogous Colors of #90d628

#90d628 #39d628 #d6c528

Monochromatic Colors of #90d628

#90d628

Complementary Color

#90d628 #6e28d6

#90d628 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90d628 Color Preview on White Background

Lorem ipsum dolor sit amet.

#90d628 Color CSS Codes

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

#90d628 Text Font Color

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

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


#90d628 Background Color

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

This div background color is #90d628


#90d628 Border Color

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

This div border color is #90d628


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90d628


Comments

No comments written yet.

Please login to write comment.