Color Hex Logo

#6aabac Color Hex

#6AABAC
(106,171,172)
0 Favorites   0 Comments

Color spaces of #6aabac

RGB 106171172
HSL0.500.280.55
HSV181°38°67°
CMYK 0.380.010.00   0.33
XYZ27.953235.168544.3446
Yxy35.16850.26010.3273
Hunter Lab59.3030-19.6422-2.8227
CIE-Lab65.8796-20.4223-7.0767

#6aabac color RGB value is (106,171,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 10101011 10101100
Octal 152 253 254
Decimal 106 171 172
Hex 6A AB AC

RGB Percentages of Color #6aabac

%23.61
%38.08
%38.31

CMYK Percentages of Color #6aabac

%38
%1
%0
%33

Triadic Colors of #6aabac

#6aabac #ac6aab #abac6a

Analogous Colors of #6aabac

#6aabac #6a8aac #6aac8c

Monochromatic Colors of #6aabac

#6aabac

Complementary Color

#6aabac #ac6b6a

#6aabac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6aabac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6aabac Color CSS Codes

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

#6aabac Text Font Color

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

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


#6aabac Background Color

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

This div background color is #6aabac


#6aabac Border Color

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

This div border color is #6aabac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6aabac


Comments

No comments written yet.

Please login to write comment.