Color Hex Logo

#60aeac Color Hex

#60AEAC
(96,174,172)
0 Favorites   0 Comments

Color spaces of #60aeac

RGB 96174172
HSL0.500.330.53
HSV178°45°68°
CMYK 0.450.000.01   0.32
XYZ27.406335.737544.4833
Yxy35.73750.25460.3320
Hunter Lab59.7808-22.7839-2.2715
CIE-Lab66.3189-24.4983-6.4738

#60aeac color RGB value is (96,174,172).

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

The process color (four color CMYK) of #60aeac color hex is 0.45, 0.00, 0.01, 0.32. Web safe color of #60aeac is #669999. Color #60aeac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101110 10101100
Octal 140 256 254
Decimal 96 174 172
Hex 60 AE AC

RGB Percentages of Color #60aeac

%21.72
%39.37
%38.91

CMYK Percentages of Color #60aeac

%45
%0
%1
%32

Triadic Colors of #60aeac

#60aeac #ac60ae #aeac60

Analogous Colors of #60aeac

#60aeac #6089ae #60ae85

Monochromatic Colors of #60aeac

#60aeac

Complementary Color

#60aeac #ae6062

#60aeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60aeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#60aeac Color CSS Codes

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

#60aeac Text Font Color

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

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


#60aeac Background Color

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

This div background color is #60aeac


#60aeac Border Color

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

This div border color is #60aeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60aeac


Comments

No comments written yet.

Please login to write comment.