Color Hex Logo

#60abdb Color Hex

#60ABDB
(96,171,219)
0 Favorites   0 Comments

Color spaces of #60abdb

RGB 96171219
HSL0.570.630.62
HSV203°56°86°
CMYK 0.560.220.00   0.14
XYZ32.173036.727172.4112
Yxy36.72710.22770.2599
Hunter Lab60.6029-11.2926-28.4205
CIE-Lab67.0718-9.6069-31.3464

#60abdb color RGB value is (96,171,219).

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

The process color (four color CMYK) of #60abdb color hex is 0.56, 0.22, 0.00, 0.14. Web safe color of #60abdb is #6699cc. Color #60abdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101011 11011011
Octal 140 253 333
Decimal 96 171 219
Hex 60 AB DB

RGB Percentages of Color #60abdb

%19.75
%35.19
%45.06

CMYK Percentages of Color #60abdb

%56
%22
%0
%14

Triadic Colors of #60abdb

#60abdb #db60ab #abdb60

Analogous Colors of #60abdb

#60abdb #606edb #60dbce

Monochromatic Colors of #60abdb

#60abdb

Complementary Color

#60abdb #db9060

#60abdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60abdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#60abdb Color CSS Codes

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

#60abdb Text Font Color

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

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


#60abdb Background Color

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

This div background color is #60abdb


#60abdb Border Color

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

This div border color is #60abdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60abdb


Comments

No comments written yet.

Please login to write comment.