Color Hex Logo

#60acff Color Hex

#60ACFF
(96,172,255)
0 Favorites   0 Comments

Color spaces of #60acff

RGB 96172255
HSL0.591.000.69
HSV211°62°100°
CMYK 0.620.330.00   0.00
XYZ37.626439.2118100.1933
Yxy39.21180.21250.2215
Hunter Lab62.6193-2.3276-51.0327
CIE-Lab68.90441.1640-48.1444

#60acff color RGB value is (96,172,255).

#60acff hex color red value is 96, green value is 172 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #60acff hue: 0.59 , saturation: 1.00 and the lightness value of 60acff is 0.69.

The process color (four color CMYK) of #60acff color hex is 0.62, 0.33, 0.00, 0.00. Web safe color of #60acff is #6699ff. Color #60acff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101100 11111111
Octal 140 254 377
Decimal 96 172 255
Hex 60 AC FF

RGB Percentages of Color #60acff

%18.36
%32.89
%48.76

CMYK Percentages of Color #60acff

%62
%33
%0
%0

Triadic Colors of #60acff

#60acff #ff60ac #acff60

Analogous Colors of #60acff

#60acff #6360ff #60fcff

Monochromatic Colors of #60acff

#60acff

Complementary Color

#60acff #ffb360

#60acff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60acff Color Preview on White Background

Lorem ipsum dolor sit amet.

#60acff Color CSS Codes

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

#60acff Text Font Color

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

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


#60acff Background Color

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

This div background color is #60acff


#60acff Border Color

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

This div border color is #60acff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60acff

Related Colors


Comments

No comments written yet.

Please login to write comment.