Color Hex Logo

#60baff Color Hex

#60BAFF
(96,186,255)
0 Favorites   0 Comments

Color spaces of #60baff

RGB 96186255
HSL0.571.000.69
HSV206°62°100°
CMYK 0.620.270.00   0.00
XYZ40.432844.8246101.1287
Yxy44.82460.21690.2405
Hunter Lab66.9512-9.3658-42.6908
CIE-Lab72.7763-6.6153-42.0723

#60baff color RGB value is (96,186,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111010 11111111
Octal 140 272 377
Decimal 96 186 255
Hex 60 BA FF

RGB Percentages of Color #60baff

%17.88
%34.64
%47.49

CMYK Percentages of Color #60baff

%62
%27
%0
%0

Triadic Colors of #60baff

#60baff #ff60ba #baff60

Analogous Colors of #60baff

#60baff #606bff #60fff5

Monochromatic Colors of #60baff

#60baff

Complementary Color

#60baff #ffa560

#60baff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60baff Color Preview on White Background

Lorem ipsum dolor sit amet.

#60baff Color CSS Codes

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

#60baff Text Font Color

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

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


#60baff Background Color

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

This div background color is #60baff


#60baff Border Color

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

This div border color is #60baff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60baff


Comments

No comments written yet.

Please login to write comment.