Color Hex Logo

#72caac Color Hex

#72CAAC
(114,202,172)
0 Favorites   0 Comments

Color spaces of #72caac

RGB 114202172
HSL0.440.450.62
HSV160°44°79°
CMYK 0.440.000.15   0.21
XYZ35.506448.797046.5771
Yxy48.79700.27130.3728
Hunter Lab69.8548-31.51659.3656
CIE-Lab75.3249-33.53926.7610

#72caac color RGB value is (114,202,172).

#72caac hex color red value is 114, green value is 202 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #72caac hue: 0.44 , saturation: 0.45 and the lightness value of 72caac is 0.62.

The process color (four color CMYK) of #72caac color hex is 0.44, 0.00, 0.15, 0.21. Web safe color of #72caac is #66cc99. Color #72caac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11001010 10101100
Octal 162 312 254
Decimal 114 202 172
Hex 72 CA AC

RGB Percentages of Color #72caac

%23.36
%41.39
%35.25

CMYK Percentages of Color #72caac

%44
%0
%15
%21

Triadic Colors of #72caac

#72caac #ac72ca #caac72

Analogous Colors of #72caac

#72caac #72bcca #72ca80

Monochromatic Colors of #72caac

#72caac

Complementary Color

#72caac #ca7290

#72caac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72caac Color Preview on White Background

Lorem ipsum dolor sit amet.

#72caac Color CSS Codes

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

#72caac Text Font Color

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

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


#72caac Background Color

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

This div background color is #72caac


#72caac Border Color

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

This div border color is #72caac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72caac


Comments

No comments written yet.

Please login to write comment.