Color Hex Logo

#60a9b0 Color Hex

#60A9B0
(96,169,176)
0 Favorites   0 Comments

Color spaces of #60a9b0

RGB 96169176
HSL0.510.340.53
HSV185°45°69°
CMYK 0.450.040.00   0.31
XYZ26.848333.997346.2214
Yxy33.99730.25080.3175
Hunter Lab58.3072-19.8450-6.1854
CIE-Lab64.9604-20.9002-10.7241

#60a9b0 color RGB value is (96,169,176).

#60a9b0 hex color red value is 96, green value is 169 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #60a9b0 hue: 0.51 , saturation: 0.34 and the lightness value of 60a9b0 is 0.53.

The process color (four color CMYK) of #60a9b0 color hex is 0.45, 0.04, 0.00, 0.31. Web safe color of #60a9b0 is #669999. Color #60a9b0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101001 10110000
Octal 140 251 260
Decimal 96 169 176
Hex 60 A9 B0

RGB Percentages of Color #60a9b0

%21.77
%38.32
%39.91

CMYK Percentages of Color #60a9b0

%45
%4
%0
%31

Triadic Colors of #60a9b0

#60a9b0 #b060a9 #a9b060

Analogous Colors of #60a9b0

#60a9b0 #6081b0 #60b08f

Monochromatic Colors of #60a9b0

#60a9b0

Complementary Color

#60a9b0 #b06760

#60a9b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60a9b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#60a9b0 Color CSS Codes

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

#60a9b0 Text Font Color

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

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


#60a9b0 Background Color

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

This div background color is #60a9b0


#60a9b0 Border Color

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

This div border color is #60a9b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60a9b0


Comments

No comments written yet.

Please login to write comment.