Color Hex Logo

#6aacaa Color Hex

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

Color spaces of #6aacaa

RGB 106172170
HSL0.490.280.55
HSV178°38°67°
CMYK 0.380.000.01   0.33
XYZ27.952135.471543.4037
Yxy35.47150.26170.3320
Hunter Lab59.5580-20.4517-1.5179
CIE-Lab66.1141-21.4373-5.6164

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

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

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

Base Numbers

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

RGB Percentages of Color #6aacaa

%23.66
%38.39
%37.95

CMYK Percentages of Color #6aacaa

%38
%0
%1
%33

Triadic Colors of #6aacaa

#6aacaa #aa6aac #acaa6a

Analogous Colors of #6aacaa

#6aacaa #6a8dac #6aac89

Monochromatic Colors of #6aacaa

#6aacaa

Complementary Color

#6aacaa #ac6a6c

#6aacaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aacaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aacaa Color CSS Codes

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

#6aacaa Text Font Color

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

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


#6aacaa Background Color

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

This div background color is #6aacaa


#6aacaa Border Color

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

This div border color is #6aacaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aacaa


Comments

No comments written yet.

Please login to write comment.