Color Hex Logo

#72aaaa Color Hex

#72AAAA
(114,170,170)
0 Favorites   0 Comments

Color spaces of #72aaaa

RGB 114170170
HSL0.500.250.56
HSV180°33°67°
CMYK 0.330.000.00   0.33
XYZ28.569935.229143.3243
Yxy35.22910.26670.3289
Hunter Lab59.3541-17.9493-1.7296
CIE-Lab65.9266-18.1974-5.8498

#72aaaa color RGB value is (114,170,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101010 10101010
Octal 162 252 252
Decimal 114 170 170
Hex 72 AA AA

RGB Percentages of Color #72aaaa

%25.11
%37.44
%37.44

CMYK Percentages of Color #72aaaa

%33
%0
%0
%33

Triadic Colors of #72aaaa

#72aaaa #aa72aa #aaaa72

Analogous Colors of #72aaaa

#72aaaa #728eaa #72aa8e

Monochromatic Colors of #72aaaa

#72aaaa

Complementary Color

#72aaaa #aa7272

#72aaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72aaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#72aaaa Color CSS Codes

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

#72aaaa Text Font Color

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

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


#72aaaa Background Color

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

This div background color is #72aaaa


#72aaaa Border Color

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

This div border color is #72aaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72aaaa


Comments

No comments written yet.

Please login to write comment.