Color Hex Logo

#60afca Color Hex

#60AFCA
(96,175,202)
0 Favorites   0 Comments

Color spaces of #60afca

RGB 96175202
HSL0.540.500.58
HSV195°52°79°
CMYK 0.520.130.00   0.21
XYZ30.814537.411061.4741
Yxy37.41100.23760.2884
Hunter Lab61.1645-17.1102-16.7749
CIE-Lab67.5842-16.7910-21.1897

#60afca color RGB value is (96,175,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101111 11001010
Octal 140 257 312
Decimal 96 175 202
Hex 60 AF CA

RGB Percentages of Color #60afca

%20.30
%37.00
%42.71

CMYK Percentages of Color #60afca

%52
%13
%0
%21

Triadic Colors of #60afca

#60afca #ca60af #afca60

Analogous Colors of #60afca

#60afca #607aca #60cab0

Monochromatic Colors of #60afca

#60afca

Complementary Color

#60afca #ca7b60

#60afca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60afca Color Preview on White Background

Lorem ipsum dolor sit amet.

#60afca Color CSS Codes

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

#60afca Text Font Color

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

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


#60afca Background Color

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

This div background color is #60afca


#60afca Border Color

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

This div border color is #60afca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,175,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 #60afca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60afca


Comments

No comments written yet.

Please login to write comment.