Color Hex Logo

#7aacab Color Hex

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

Color spaces of #7aacab

RGB 122172171
HSL0.500.230.58
HSV179°29°67°
CMYK 0.290.000.01   0.33
XYZ30.129236.582944.0013
Yxy36.58290.27210.3304
Hunter Lab60.4838-16.9292-0.7942
CIE-Lab66.9629-16.6783-4.8254

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

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

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

Base Numbers

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

RGB Percentages of Color #7aacab

%26.24
%36.99
%36.77

CMYK Percentages of Color #7aacab

%29
%0
%1
%33

Triadic Colors of #7aacab

#7aacab #ab7aac #acab7a

Analogous Colors of #7aacab

#7aacab #7a94ac #7aac92

Monochromatic Colors of #7aacab

#7aacab

Complementary Color

#7aacab #ac7a7b

#7aacab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aacab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aacab Color CSS Codes

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

#7aacab Text Font Color

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

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


#7aacab Background Color

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

This div background color is #7aacab


#7aacab Border Color

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

This div border color is #7aacab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aacab


Comments

No comments written yet.

Please login to write comment.