Color Hex Logo

#60abdf Color Hex

#60ABDF
(96,171,223)
0 Favorites   0 Comments

Color spaces of #60abdf

RGB 96171223
HSL0.570.660.63
HSV205°57°87°
CMYK 0.570.230.00   0.13
XYZ32.706136.940375.2184
Yxy36.94030.22580.2550
Hunter Lab60.7785-10.3081-30.8312
CIE-Lab67.2322-8.3843-33.2972

#60abdf color RGB value is (96,171,223).

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

The process color (four color CMYK) of #60abdf color hex is 0.57, 0.23, 0.00, 0.13. Web safe color of #60abdf is #6699cc. Color #60abdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101011 11011111
Octal 140 253 337
Decimal 96 171 223
Hex 60 AB DF

RGB Percentages of Color #60abdf

%19.59
%34.90
%45.51

CMYK Percentages of Color #60abdf

%57
%23
%0
%13

Triadic Colors of #60abdf

#60abdf #df60ab #abdf60

Analogous Colors of #60abdf

#60abdf #606cdf #60dfd4

Monochromatic Colors of #60abdf

#60abdf

Complementary Color

#60abdf #df9460

#60abdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60abdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#60abdf Color CSS Codes

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

#60abdf Text Font Color

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

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


#60abdf Background Color

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

This div background color is #60abdf


#60abdf Border Color

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

This div border color is #60abdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,171,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 #60abdf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60abdf


Comments

No comments written yet.

Please login to write comment.