Color Hex Logo

#60b5df Color Hex

#60B5DF
(96,181,223)
0 Favorites   0 Comments

Color spaces of #60b5df

RGB 96181223
HSL0.560.660.63
HSV200°57°87°
CMYK 0.570.190.00   0.13
XYZ34.667040.862375.8721
Yxy40.86230.22900.2699
Hunter Lab63.9236-15.0624-25.6258
CIE-Lab70.0793-13.7895-28.8990

#60b5df color RGB value is (96,181,223).

#60b5df hex color red value is 96, green value is 181 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #60b5df hue: 0.56 , saturation: 0.66 and the lightness value of 60b5df is 0.63.

The process color (four color CMYK) of #60b5df color hex is 0.57, 0.19, 0.00, 0.13. Web safe color of #60b5df is #66cccc. Color #60b5df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10110101 11011111
Octal 140 265 337
Decimal 96 181 223
Hex 60 B5 DF

RGB Percentages of Color #60b5df

%19.20
%36.20
%44.60

CMYK Percentages of Color #60b5df

%57
%19
%0
%13

Triadic Colors of #60b5df

#60b5df #df60b5 #b5df60

Analogous Colors of #60b5df

#60b5df #6076df #60dfca

Monochromatic Colors of #60b5df

#60b5df

Complementary Color

#60b5df #df8a60

#60b5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60b5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#60b5df Color CSS Codes

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

#60b5df Text Font Color

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

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


#60b5df Background Color

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

This div background color is #60b5df


#60b5df Border Color

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

This div border color is #60b5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60b5df


Comments

No comments written yet.

Please login to write comment.