Color Hex Logo

#72cbac Color Hex

#72CBAC
(114,203,172)
0 Favorites   0 Comments

Color spaces of #72cbac

RGB 114203172
HSL0.440.460.62
HSV159°44°80°
CMYK 0.440.000.15   0.20
XYZ35.741849.267846.6556
Yxy49.26780.27150.3742
Hunter Lab70.1910-31.94079.7240
CIE-Lab75.6176-34.00717.1811

#72cbac color RGB value is (114,203,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11001011 10101100
Octal 162 313 254
Decimal 114 203 172
Hex 72 CB AC

RGB Percentages of Color #72cbac

%23.31
%41.51
%35.17

CMYK Percentages of Color #72cbac

%44
%0
%15
%20

Triadic Colors of #72cbac

#72cbac #ac72cb #cbac72

Analogous Colors of #72cbac

#72cbac #72becb #72cb80

Monochromatic Colors of #72cbac

#72cbac

Complementary Color

#72cbac #cb7291

#72cbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72cbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#72cbac Color CSS Codes

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

#72cbac Text Font Color

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

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


#72cbac Background Color

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

This div background color is #72cbac


#72cbac Border Color

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

This div border color is #72cbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72cbac


Comments

No comments written yet.

Please login to write comment.