Color Hex Logo

#60ab90 Color Hex

#60AB90
(96,171,144)
0 Favorites   0 Comments

Color spaces of #60ab90

RGB 96171144
HSL0.440.310.52
HSV158°44°67°
CMYK 0.440.000.16   0.33
XYZ24.420833.626231.5890
Yxy33.62620.27240.3751
Hunter Lab57.9881-26.30668.2935
CIE-Lab64.6648-29.82726.6770

#60ab90 color RGB value is (96,171,144).

#60ab90 hex color red value is 96, green value is 171 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #60ab90 hue: 0.44 , saturation: 0.31 and the lightness value of 60ab90 is 0.52.

The process color (four color CMYK) of #60ab90 color hex is 0.44, 0.00, 0.16, 0.33. Web safe color of #60ab90 is #669999. Color #60ab90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101011 10010000
Octal 140 253 220
Decimal 96 171 144
Hex 60 AB 90

RGB Percentages of Color #60ab90

%23.36
%41.61
%35.04

CMYK Percentages of Color #60ab90

%44
%0
%16
%33

Triadic Colors of #60ab90

#60ab90 #9060ab #ab9060

Analogous Colors of #60ab90

#60ab90 #60a1ab #60ab6b

Monochromatic Colors of #60ab90

#60ab90

Complementary Color

#60ab90 #ab607b

#60ab90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ab90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ab90 Color CSS Codes

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

#60ab90 Text Font Color

<p style="color:#60ab90">Text here</p>

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


#60ab90 Background Color

<div style="background-color:#60ab90">
Div content here</div>

This div background color is #60ab90


#60ab90 Border Color

<div style="border:3px solid #60ab90">
Div here</div>

This div border color is #60ab90


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,171,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60ab90; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60ab90;
  -webkit-box-shadow: 1px 1px 3px 2px #60ab90;
  box-shadow:         1px 1px 3px 2px #60ab90; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ab90


Comments

No comments written yet.

Please login to write comment.