Color Hex Logo

#72dfaa Color Hex

#72DFAA
(114,223,170)
0 Favorites   0 Comments

Color spaces of #72dfaa

RGB 114223170
HSL0.420.630.66
HSV151°49°87°
CMYK 0.490.000.24   0.13
XYZ40.582859.255047.3286
Yxy59.25500.27580.4026
Hunter Lab76.9773-40.604117.4303
CIE-Lab81.4316-43.458216.4836

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

#72dfaa hex color red value is 114, green value is 223 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #72dfaa hue: 0.42 , saturation: 0.63 and the lightness value of 72dfaa is 0.66.

The process color (four color CMYK) of #72dfaa color hex is 0.49, 0.00, 0.24, 0.13. Web safe color of #72dfaa is #66cc99. Color #72dfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011111 10101010
Octal 162 337 252
Decimal 114 223 170
Hex 72 DF AA

RGB Percentages of Color #72dfaa

%22.49
%43.98
%33.53

CMYK Percentages of Color #72dfaa

%49
%0
%24
%13

Triadic Colors of #72dfaa

#72dfaa #aa72df #dfaa72

Analogous Colors of #72dfaa

#72dfaa #72dedf #72df74

Monochromatic Colors of #72dfaa

#72dfaa

Complementary Color

#72dfaa #df72a7

#72dfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72dfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#72dfaa Color CSS Codes

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

#72dfaa Text Font Color

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

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


#72dfaa Background Color

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

This div background color is #72dfaa


#72dfaa Border Color

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

This div border color is #72dfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72dfaa


Comments

No comments written yet.

Please login to write comment.