Color Hex Logo

#60baf4 Color Hex

#60BAF4
(96,186,244)
0 Favorites   0 Comments

Color spaces of #60baf4

RGB 96186244
HSL0.570.870.67
HSV204°61°96°
CMYK 0.610.240.00   0.04
XYZ38.711944.136392.0668
Yxy44.13630.22130.2523
Hunter Lab66.4352-12.2492-35.6603
CIE-Lab72.3195-10.0591-36.8480

#60baf4 color RGB value is (96,186,244).

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

The process color (four color CMYK) of #60baf4 color hex is 0.61, 0.24, 0.00, 0.04. Web safe color of #60baf4 is #66ccff. Color #60baf4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111010 11110100
Octal 140 272 364
Decimal 96 186 244
Hex 60 BA F4

RGB Percentages of Color #60baf4

%18.25
%35.36
%46.39

CMYK Percentages of Color #60baf4

%61
%24
%0
%4

Triadic Colors of #60baf4

#60baf4 #f460ba #baf460

Analogous Colors of #60baf4

#60baf4 #6070f4 #60f4e4

Monochromatic Colors of #60baf4

#60baf4

Complementary Color

#60baf4 #f49a60

#60baf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60baf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#60baf4 Color CSS Codes

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

#60baf4 Text Font Color

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

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


#60baf4 Background Color

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

This div background color is #60baf4


#60baf4 Border Color

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

This div border color is #60baf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60baf4


Comments

No comments written yet.

Please login to write comment.