Color Hex Logo

#7aabac Color Hex

#7AABAC
(122,171,172)
0 Favorites   0 Comments

Color spaces of #7aabac

RGB 122171172
HSL0.500.230.58
HSV181°29°67°
CMYK 0.290.010.00   0.33
XYZ30.035336.242044.4421
Yxy36.24200.27130.3273
Hunter Lab60.2013-16.2961-1.6284
CIE-Lab66.7044-15.9186-5.7632

#7aabac color RGB value is (122,171,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101011 10101100
Octal 172 253 254
Decimal 122 171 172
Hex 7A AB AC

RGB Percentages of Color #7aabac

%26.24
%36.77
%36.99

CMYK Percentages of Color #7aabac

%29
%1
%0
%33

Triadic Colors of #7aabac

#7aabac #ac7aab #abac7a

Analogous Colors of #7aabac

#7aabac #7a92ac #7aac94

Monochromatic Colors of #7aabac

#7aabac

Complementary Color

#7aabac #ac7b7a

#7aabac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aabac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aabac Color CSS Codes

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

#7aabac Text Font Color

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

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


#7aabac Background Color

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

This div background color is #7aabac


#7aabac Border Color

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

This div border color is #7aabac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aabac


Comments

No comments written yet.

Please login to write comment.