Color Hex Logo

#60bdfb Color Hex

#60BDFB
(96,189,251)
0 Favorites   0 Comments

Color spaces of #60bdfb

RGB 96189251
HSL0.570.950.68
HSV204°62°98°
CMYK 0.620.250.00   0.02
XYZ40.434145.847097.9850
Yxy45.84700.21940.2488
Hunter Lab67.7104-11.8998-38.4024
CIE-Lab73.4461-9.4988-38.8740

#60bdfb color RGB value is (96,189,251).

#60bdfb hex color red value is 96, green value is 189 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #60bdfb hue: 0.57 , saturation: 0.95 and the lightness value of 60bdfb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111101 11111011
Octal 140 275 373
Decimal 96 189 251
Hex 60 BD FB

RGB Percentages of Color #60bdfb

%17.91
%35.26
%46.83

CMYK Percentages of Color #60bdfb

%62
%25
%0
%2

Triadic Colors of #60bdfb

#60bdfb #fb60bd #bdfb60

Analogous Colors of #60bdfb

#60bdfb #6070fb #60fbec

Monochromatic Colors of #60bdfb

#60bdfb

Complementary Color

#60bdfb #fb9e60

#60bdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60bdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#60bdfb Color CSS Codes

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

#60bdfb Text Font Color

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

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


#60bdfb Background Color

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

This div background color is #60bdfb


#60bdfb Border Color

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

This div border color is #60bdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60bdfb


Comments

No comments written yet.

Please login to write comment.