Color Hex Logo

#7aacb1 Color Hex

#7AACB1
(122,172,177)
0 Favorites   0 Comments

Color spaces of #7aacb1

RGB 122172177
HSL0.520.260.59
HSV185°31°69°
CMYK 0.310.030.00   0.31
XYZ30.714436.816947.0825
Yxy36.81690.26800.3212
Hunter Lab60.6769-15.8287-3.5325
CIE-Lab67.1394-15.2461-7.8949

#7aacb1 color RGB value is (122,172,177).

#7aacb1 hex color red value is 122, green value is 172 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #7aacb1 hue: 0.52 , saturation: 0.26 and the lightness value of 7aacb1 is 0.59.

The process color (four color CMYK) of #7aacb1 color hex is 0.31, 0.03, 0.00, 0.31. Web safe color of #7aacb1 is #669999. Color #7aacb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101100 10110001
Octal 172 254 261
Decimal 122 172 177
Hex 7A AC B1

RGB Percentages of Color #7aacb1

%25.90
%36.52
%37.58

CMYK Percentages of Color #7aacb1

%31
%3
%0
%31

Triadic Colors of #7aacb1

#7aacb1 #b17aac #acb17a

Analogous Colors of #7aacb1

#7aacb1 #7a91b1 #7ab19b

Monochromatic Colors of #7aacb1

#7aacb1

Complementary Color

#7aacb1 #b17f7a

#7aacb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aacb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aacb1 Color CSS Codes

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

#7aacb1 Text Font Color

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

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


#7aacb1 Background Color

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

This div background color is #7aacb1


#7aacb1 Border Color

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

This div border color is #7aacb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aacb1


Comments

No comments written yet.

Please login to write comment.