Color Hex Logo

#90da72 Color Hex

#90DA72
(144,218,114)
0 Favorites   0 Comments

Color spaces of #90da72

RGB 144218114
HSL0.290.580.65
HSV103°48°85°
CMYK 0.340.000.48   0.15
XYZ39.610357.287024.8894
Yxy57.28700.32520.4704
Hunter Lab75.6882-39.038933.4847
CIE-Lab80.3407-41.788243.8174

#90da72 color RGB value is (144,218,114).

#90da72 hex color red value is 144, green value is 218 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #90da72 hue: 0.29 , saturation: 0.58 and the lightness value of 90da72 is 0.65.

The process color (four color CMYK) of #90da72 color hex is 0.34, 0.00, 0.48, 0.15. Web safe color of #90da72 is #99cc66. Color #90da72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010000 11011010 01110010
Octal 220 332 162
Decimal 144 218 114
Hex 90 DA 72

RGB Percentages of Color #90da72

%30.25
%45.80
%23.95

CMYK Percentages of Color #90da72

%34
%0
%48
%15

Triadic Colors of #90da72

#90da72 #7290da #da7290

Analogous Colors of #90da72

#90da72 #72da88 #c4da72

Monochromatic Colors of #90da72

#90da72

Complementary Color

#90da72 #bc72da

#90da72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#90da72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#90da72 Color CSS Codes

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

#90da72 Text Font Color

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

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


#90da72 Background Color

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

This div background color is #90da72


#90da72 Border Color

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

This div border color is #90da72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #90da72


Comments

No comments written yet.

Please login to write comment.