Color Hex Logo

#60aec0 Color Hex

#60AEC0
(96,174,192)
0 Favorites   0 Comments

Color spaces of #60aec0

RGB 96174192
HSL0.530.430.56
HSV191°50°75°
CMYK 0.500.090.00   0.25
XYZ29.474436.564755.3734
Yxy36.56470.24280.3012
Hunter Lab60.4688-18.8137-11.9658
CIE-Lab66.9492-19.1069-16.6249

#60aec0 color RGB value is (96,174,192).

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

The process color (four color CMYK) of #60aec0 color hex is 0.50, 0.09, 0.00, 0.25. Web safe color of #60aec0 is #6699cc. Color #60aec0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101110 11000000
Octal 140 256 300
Decimal 96 174 192
Hex 60 AE C0

RGB Percentages of Color #60aec0

%20.78
%37.66
%41.56

CMYK Percentages of Color #60aec0

%50
%9
%0
%25

Triadic Colors of #60aec0

#60aec0 #c060ae #aec060

Analogous Colors of #60aec0

#60aec0 #607ec0 #60c0a2

Monochromatic Colors of #60aec0

#60aec0

Complementary Color

#60aec0 #c07260

#60aec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60aec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#60aec0 Color CSS Codes

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

#60aec0 Text Font Color

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

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


#60aec0 Background Color

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

This div background color is #60aec0


#60aec0 Border Color

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

This div border color is #60aec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60aec0


Comments

No comments written yet.

Please login to write comment.