Color Hex Logo

#60bdde Color Hex

#60BDDE
(96,189,222)
0 Favorites   0 Comments

Color spaces of #60bdde

RGB 96189222
HSL0.540.660.62
HSV196°57°87°
CMYK 0.570.150.00   0.13
XYZ36.206344.155975.7219
Yxy44.15590.23200.2829
Hunter Lab66.4499-19.0287-21.0480
CIE-Lab72.3326-18.2907-24.8970

#60bdde color RGB value is (96,189,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111101 11011110
Octal 140 275 336
Decimal 96 189 222
Hex 60 BD DE

RGB Percentages of Color #60bdde

%18.93
%37.28
%43.79

CMYK Percentages of Color #60bdde

%57
%15
%0
%13

Triadic Colors of #60bdde

#60bdde #de60bd #bdde60

Analogous Colors of #60bdde

#60bdde #607ede #60dec0

Monochromatic Colors of #60bdde

#60bdde

Complementary Color

#60bdde #de8160

#60bdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60bdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#60bdde Color CSS Codes

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

#60bdde Text Font Color

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

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


#60bdde Background Color

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

This div background color is #60bdde


#60bdde Border Color

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

This div border color is #60bdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60bdde


Comments

No comments written yet.

Please login to write comment.