Color Hex Logo

#72c5ab Color Hex

#72C5AB
(114,197,171)
0 Favorites   0 Comments

Color spaces of #72c5ab

RGB 114197171
HSL0.450.420.61
HSV161°42°77°
CMYK 0.420.000.13   0.23
XYZ34.256446.450245.6884
Yxy46.45020.27100.3675
Hunter Lab68.1544-29.55087.9621
CIE-Lab73.8367-31.40115.1598

#72c5ab color RGB value is (114,197,171).

#72c5ab hex color red value is 114, green value is 197 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #72c5ab hue: 0.45 , saturation: 0.42 and the lightness value of 72c5ab is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11000101 10101011
Octal 162 305 253
Decimal 114 197 171
Hex 72 C5 AB

RGB Percentages of Color #72c5ab

%23.65
%40.87
%35.48

CMYK Percentages of Color #72c5ab

%42
%0
%13
%23

Triadic Colors of #72c5ab

#72c5ab #ab72c5 #c5ab72

Analogous Colors of #72c5ab

#72c5ab #72b6c5 #72c582

Monochromatic Colors of #72c5ab

#72c5ab

Complementary Color

#72c5ab #c5728c

#72c5ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72c5ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#72c5ab Color CSS Codes

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

#72c5ab Text Font Color

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

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


#72c5ab Background Color

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

This div background color is #72c5ab


#72c5ab Border Color

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

This div border color is #72c5ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72c5ab


Comments

No comments written yet.

Please login to write comment.