Color Hex Logo

#60bbdc Color Hex

#60BBDC
(96,187,220)
0 Favorites   0 Comments

Color spaces of #60bbdc

RGB 96187220
HSL0.540.640.62
HSV196°56°86°
CMYK 0.560.150.00   0.14
XYZ35.512543.194874.1759
Yxy43.19480.23230.2825
Hunter Lab65.7228-18.5645-20.9099
CIE-Lab71.6870-17.8381-24.7959

#60bbdc color RGB value is (96,187,220).

#60bbdc hex color red value is 96, green value is 187 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #60bbdc hue: 0.54 , saturation: 0.64 and the lightness value of 60bbdc is 0.62.

The process color (four color CMYK) of #60bbdc color hex is 0.56, 0.15, 0.00, 0.14. Web safe color of #60bbdc is #66cccc. Color #60bbdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111011 11011100
Octal 140 273 334
Decimal 96 187 220
Hex 60 BB DC

RGB Percentages of Color #60bbdc

%19.09
%37.18
%43.74

CMYK Percentages of Color #60bbdc

%56
%15
%0
%14

Triadic Colors of #60bbdc

#60bbdc #dc60bb #bbdc60

Analogous Colors of #60bbdc

#60bbdc #607ddc #60dcbf

Monochromatic Colors of #60bbdc

#60bbdc

Complementary Color

#60bbdc #dc8160

#60bbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60bbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#60bbdc Color CSS Codes

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

#60bbdc Text Font Color

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

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


#60bbdc Background Color

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

This div background color is #60bbdc


#60bbdc Border Color

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

This div border color is #60bbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60bbdc


Comments

No comments written yet.

Please login to write comment.