Color Hex Logo

#60afdb Color Hex

#60AFDB
(96,175,219)
0 Favorites   0 Comments

Color spaces of #60afdb

RGB 96175219
HSL0.560.630.62
HSV201°56°86°
CMYK 0.560.200.00   0.14
XYZ32.940038.261272.6669
Yxy38.26120.22900.2659
Hunter Lab61.8556-13.1907-26.3539
CIE-Lab68.2127-11.7772-29.5846

#60afdb color RGB value is (96,175,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101111 11011011
Octal 140 257 333
Decimal 96 175 219
Hex 60 AF DB

RGB Percentages of Color #60afdb

%19.59
%35.71
%44.69

CMYK Percentages of Color #60afdb

%56
%20
%0
%14

Triadic Colors of #60afdb

#60afdb #db60af #afdb60

Analogous Colors of #60afdb

#60afdb #6072db #60dbca

Monochromatic Colors of #60afdb

#60afdb

Complementary Color

#60afdb #db8c60

#60afdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60afdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#60afdb Color CSS Codes

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

#60afdb Text Font Color

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

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


#60afdb Background Color

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

This div background color is #60afdb


#60afdb Border Color

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

This div border color is #60afdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60afdb

#60afdb Color Palettes


Comments

No comments written yet.

Please login to write comment.