Color Hex Logo

#60cafc Color Hex

#60CAFC
(96,202,252)
0 Favorites   0 Comments

Color spaces of #60cafc

RGB 96202252
HSL0.550.960.68
HSV199°62°99°
CMYK 0.620.200.00   0.01
XYZ43.515151.756199.7919
Yxy51.75610.22310.2653
Hunter Lab71.9417-17.9294-31.8832
CIE-Lab77.1348-16.0795-33.6940

#60cafc color RGB value is (96,202,252).

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

The process color (four color CMYK) of #60cafc color hex is 0.62, 0.20, 0.00, 0.01. Web safe color of #60cafc is #66ccff. Color #60cafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11001010 11111100
Octal 140 312 374
Decimal 96 202 252
Hex 60 CA FC

RGB Percentages of Color #60cafc

%17.45
%36.73
%45.82

CMYK Percentages of Color #60cafc

%62
%20
%0
%1

Triadic Colors of #60cafc

#60cafc #fc60ca #cafc60

Analogous Colors of #60cafc

#60cafc #607cfc #60fce0

Monochromatic Colors of #60cafc

#60cafc

Complementary Color

#60cafc #fc9260

#60cafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60cafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#60cafc Color CSS Codes

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

#60cafc Text Font Color

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

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


#60cafc Background Color

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

This div background color is #60cafc


#60cafc Border Color

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

This div border color is #60cafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60cafc


Comments

No comments written yet.

Please login to write comment.