Color Hex Logo

#60acdb Color Hex

#60ACDB
(96,172,219)
0 Favorites   0 Comments

Color spaces of #60acdb

RGB 96172219
HSL0.560.630.62
HSV203°56°86°
CMYK 0.560.210.00   0.14
XYZ32.362637.106372.4744
Yxy37.10630.22800.2614
Hunter Lab60.9149-11.7685-27.9006
CIE-Lab67.3567-10.1518-30.9059

#60acdb color RGB value is (96,172,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101100 11011011
Octal 140 254 333
Decimal 96 172 219
Hex 60 AC DB

RGB Percentages of Color #60acdb

%19.71
%35.32
%44.97

CMYK Percentages of Color #60acdb

%56
%21
%0
%14

Triadic Colors of #60acdb

#60acdb #db60ac #acdb60

Analogous Colors of #60acdb

#60acdb #606fdb #60dbcd

Monochromatic Colors of #60acdb

#60acdb

Complementary Color

#60acdb #db8f60

#60acdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60acdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#60acdb Color CSS Codes

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

#60acdb Text Font Color

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

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


#60acdb Background Color

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

This div background color is #60acdb


#60acdb Border Color

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

This div border color is #60acdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60acdb


Comments

No comments written yet.

Please login to write comment.