Color Hex Logo

#60aedf Color Hex

#60AEDF
(96,174,223)
0 Favorites   0 Comments

Color spaces of #60aedf

RGB 96174223
HSL0.560.660.63
HSV203°57°87°
CMYK 0.570.220.00   0.13
XYZ33.279238.086675.4095
Yxy38.08660.22670.2595
Hunter Lab61.7143-11.7447-29.2471
CIE-Lab68.0844-10.0228-31.9775

#60aedf color RGB value is (96,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101110 11011111
Octal 140 256 337
Decimal 96 174 223
Hex 60 AE DF

RGB Percentages of Color #60aedf

%19.47
%35.29
%45.23

CMYK Percentages of Color #60aedf

%57
%22
%0
%13

Triadic Colors of #60aedf

#60aedf #df60ae #aedf60

Analogous Colors of #60aedf

#60aedf #606fdf #60dfd1

Monochromatic Colors of #60aedf

#60aedf

Complementary Color

#60aedf #df9160

#60aedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60aedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#60aedf Color CSS Codes

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

#60aedf Text Font Color

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

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


#60aedf Background Color

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

This div background color is #60aedf


#60aedf Border Color

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

This div border color is #60aedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60aedf


Comments

No comments written yet.

Please login to write comment.