Color Hex Logo

#72afaa Color Hex

#72AFAA
(114,175,170)
0 Favorites   0 Comments

Color spaces of #72afaa

RGB 114175170
HSL0.490.280.57
HSV175°35°69°
CMYK 0.350.000.03   0.31
XYZ29.525137.139643.6427
Yxy37.13960.26770.3367
Hunter Lab60.9423-20.16990.2001
CIE-Lab67.3816-20.7771-3.7007

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

#72afaa hex color red value is 114, green value is 175 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #72afaa hue: 0.49 , saturation: 0.28 and the lightness value of 72afaa is 0.57.

The process color (four color CMYK) of #72afaa color hex is 0.35, 0.00, 0.03, 0.31. Web safe color of #72afaa is #669999. Color #72afaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101111 10101010
Octal 162 257 252
Decimal 114 175 170
Hex 72 AF AA

RGB Percentages of Color #72afaa

%24.84
%38.13
%37.04

CMYK Percentages of Color #72afaa

%35
%0
%3
%31

Triadic Colors of #72afaa

#72afaa #aa72af #afaa72

Analogous Colors of #72afaa

#72afaa #7296af #72af8c

Monochromatic Colors of #72afaa

#72afaa

Complementary Color

#72afaa #af7277

#72afaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72afaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#72afaa Color CSS Codes

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

#72afaa Text Font Color

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

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


#72afaa Background Color

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

This div background color is #72afaa


#72afaa Border Color

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

This div border color is #72afaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72afaa


Comments

No comments written yet.

Please login to write comment.