Color Hex Logo

#60abca Color Hex

#60ABCA
(96,171,202)
0 Favorites   0 Comments

Color spaces of #60abca

RGB 96171202
HSL0.550.500.58
HSV198°52°79°
CMYK 0.520.150.00   0.21
XYZ30.047535.876961.2184
Yxy35.87690.23630.2822
Hunter Lab59.8973-15.2758-18.6695
CIE-Lab66.4258-14.6714-22.9576

#60abca color RGB value is (96,171,202).

#60abca hex color red value is 96, green value is 171 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #60abca hue: 0.55 , saturation: 0.50 and the lightness value of 60abca is 0.58.

The process color (four color CMYK) of #60abca color hex is 0.52, 0.15, 0.00, 0.21. Web safe color of #60abca is #6699cc. Color #60abca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101011 11001010
Octal 140 253 312
Decimal 96 171 202
Hex 60 AB CA

RGB Percentages of Color #60abca

%20.47
%36.46
%43.07

CMYK Percentages of Color #60abca

%52
%15
%0
%21

Triadic Colors of #60abca

#60abca #ca60ab #abca60

Analogous Colors of #60abca

#60abca #6076ca #60cab4

Monochromatic Colors of #60abca

#60abca

Complementary Color

#60abca #ca7f60

#60abca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60abca Color Preview on White Background

Lorem ipsum dolor sit amet.

#60abca Color CSS Codes

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

#60abca Text Font Color

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

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


#60abca Background Color

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

This div background color is #60abca


#60abca Border Color

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

This div border color is #60abca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60abca


Comments

No comments written yet.

Please login to write comment.