Color Hex Logo

#60aeef Color Hex

#60AEEF
(96,174,239)
0 Favorites   0 Comments

Color spaces of #60aeef

RGB 96174239
HSL0.580.820.66
HSV207°60°94°
CMYK 0.600.270.00   0.06
XYZ35.539938.990987.3142
Yxy38.99090.21960.2409
Hunter Lab62.4427-7.6796-39.1959
CIE-Lab68.7447-5.0631-39.6996

#60aeef color RGB value is (96,174,239).

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

The process color (four color CMYK) of #60aeef color hex is 0.60, 0.27, 0.00, 0.06. Web safe color of #60aeef is #6699ff. Color #60aeef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101110 11101111
Octal 140 256 357
Decimal 96 174 239
Hex 60 AE EF

RGB Percentages of Color #60aeef

%18.86
%34.18
%46.95

CMYK Percentages of Color #60aeef

%60
%27
%0
%6

Triadic Colors of #60aeef

#60aeef #ef60ae #aeef60

Analogous Colors of #60aeef

#60aeef #6067ef #60efe9

Monochromatic Colors of #60aeef

#60aeef

Complementary Color

#60aeef #efa160

#60aeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60aeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#60aeef Color CSS Codes

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

#60aeef Text Font Color

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

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


#60aeef Background Color

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

This div background color is #60aeef


#60aeef Border Color

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

This div border color is #60aeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60aeef


Comments

No comments written yet.

Please login to write comment.