Color Hex Logo

#6aaaac Color Hex

#6AAAAC
(106,170,172)
0 Favorites   0 Comments

Color spaces of #6aaaac

RGB 106170172
HSL0.510.280.55
HSV182°38°67°
CMYK 0.380.010.00   0.33
XYZ27.765034.792244.2819
Yxy34.79220.25990.3257
Hunter Lab58.9849-19.2012-3.2215
CIE-Lab65.5866-19.9069-7.5121

#6aaaac color RGB value is (106,170,172).

#6aaaac hex color red value is 106, green value is 170 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6aaaac hue: 0.51 , saturation: 0.28 and the lightness value of 6aaaac is 0.55.

The process color (four color CMYK) of #6aaaac color hex is 0.38, 0.01, 0.00, 0.33. Web safe color of #6aaaac is #669999. Color #6aaaac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101010 10101100
Octal 152 252 254
Decimal 106 170 172
Hex 6A AA AC

RGB Percentages of Color #6aaaac

%23.66
%37.95
%38.39

CMYK Percentages of Color #6aaaac

%38
%1
%0
%33

Triadic Colors of #6aaaac

#6aaaac #ac6aaa #aaac6a

Analogous Colors of #6aaaac

#6aaaac #6a89ac #6aac8d

Monochromatic Colors of #6aaaac

#6aaaac

Complementary Color

#6aaaac #ac6c6a

#6aaaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aaaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aaaac Color CSS Codes

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

#6aaaac Text Font Color

<p style="color:#6aaaac">Text here</p>

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


#6aaaac Background Color

<div style="background-color:#6aaaac">
Div content here</div>

This div background color is #6aaaac


#6aaaac Border Color

<div style="border:3px solid #6aaaac">
Div here</div>

This div border color is #6aaaac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,170,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6aaaac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6aaaac;
  -webkit-box-shadow: 1px 1px 3px 2px #6aaaac;
  box-shadow:         1px 1px 3px 2px #6aaaac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,170,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 #6aaaac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aaaac


Comments

No comments written yet.

Please login to write comment.