Color Hex Logo

#72faaa Color Hex

#72FAAA
(114,250,170)
0 Favorites   0 Comments

Color spaces of #72faaa

RGB 114250170
HSL0.400.930.71
HSV145°54°98°
CMYK 0.540.000.32   0.02
XYZ48.380774.850949.9280
Yxy74.85090.27940.4323
Hunter Lab86.5164-51.585026.3457
CIE-Lab89.3231-54.756827.3654

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

#72faaa hex color red value is 114, green value is 250 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #72faaa hue: 0.40 , saturation: 0.93 and the lightness value of 72faaa is 0.71.

The process color (four color CMYK) of #72faaa color hex is 0.54, 0.00, 0.32, 0.02. Web safe color of #72faaa is #66ff99. Color #72faaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11111010 10101010
Octal 162 372 252
Decimal 114 250 170
Hex 72 FA AA

RGB Percentages of Color #72faaa

%21.35
%46.82
%31.84

CMYK Percentages of Color #72faaa

%54
%0
%32
%2

Triadic Colors of #72faaa

#72faaa #aa72fa #faaa72

Analogous Colors of #72faaa

#72faaa #72faee #7efa72

Monochromatic Colors of #72faaa

#72faaa

Complementary Color

#72faaa #fa72c2

#72faaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72faaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#72faaa Color CSS Codes

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

#72faaa Text Font Color

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

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


#72faaa Background Color

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

This div background color is #72faaa


#72faaa Border Color

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

This div border color is #72faaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72faaa


Comments

No comments written yet.

Please login to write comment.