Color Hex Logo

#72a2ab Color Hex

#72A2AB
(114,162,171)
0 Favorites   0 Comments

Color spaces of #72a2ab

RGB 114162171
HSL0.530.250.56
HSV189°33°67°
CMYK 0.330.050.00   0.33
XYZ27.210432.358343.3397
Yxy32.35830.26440.3144
Hunter Lab56.8844-14.1629-5.3535
CIE-Lab63.6379-13.7314-9.8133

#72a2ab color RGB value is (114,162,171).

#72a2ab hex color red value is 114, green value is 162 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #72a2ab hue: 0.53 , saturation: 0.25 and the lightness value of 72a2ab is 0.56.

The process color (four color CMYK) of #72a2ab color hex is 0.33, 0.05, 0.00, 0.33. Web safe color of #72a2ab is #669999. Color #72a2ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10100010 10101011
Octal 162 242 253
Decimal 114 162 171
Hex 72 A2 AB

RGB Percentages of Color #72a2ab

%25.50
%36.24
%38.26

CMYK Percentages of Color #72a2ab

%33
%5
%0
%33

Triadic Colors of #72a2ab

#72a2ab #ab72a2 #a2ab72

Analogous Colors of #72a2ab

#72a2ab #7286ab #72ab98

Monochromatic Colors of #72a2ab

#72a2ab

Complementary Color

#72a2ab #ab7b72

#72a2ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72a2ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#72a2ab Color CSS Codes

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

#72a2ab Text Font Color

<p style="color:#72a2ab">Text here</p>

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


#72a2ab Background Color

<div style="background-color:#72a2ab">
Div content here</div>

This div background color is #72a2ab


#72a2ab Border Color

<div style="border:3px solid #72a2ab">
Div here</div>

This div border color is #72a2ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,162,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72a2ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72a2ab;
  -webkit-box-shadow: 1px 1px 3px 2px #72a2ab;
  box-shadow:         1px 1px 3px 2px #72a2ab; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72a2ab


Comments

No comments written yet.

Please login to write comment.