Color Hex Logo

#72dcab Color Hex

#72DCAB
(114,220,171)
0 Favorites   0 Comments

Color spaces of #72dcab

RGB 114220171
HSL0.420.600.65
HSV152°48°86°
CMYK 0.480.000.22   0.14
XYZ39.883357.704147.5640
Yxy57.70410.27480.3975
Hunter Lab75.9632-39.217016.0501
CIE-Lab80.5740-41.937614.7543

#72dcab color RGB value is (114,220,171).

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

The process color (four color CMYK) of #72dcab color hex is 0.48, 0.00, 0.22, 0.14. Web safe color of #72dcab is #66cc99. Color #72dcab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011100 10101011
Octal 162 334 253
Decimal 114 220 171
Hex 72 DC AB

RGB Percentages of Color #72dcab

%22.57
%43.56
%33.86

CMYK Percentages of Color #72dcab

%48
%0
%22
%14

Triadic Colors of #72dcab

#72dcab #ab72dc #dcab72

Analogous Colors of #72dcab

#72dcab #72d8dc #72dc76

Monochromatic Colors of #72dcab

#72dcab

Complementary Color

#72dcab #dc72a3

#72dcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72dcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#72dcab Color CSS Codes

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

#72dcab Text Font Color

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

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


#72dcab Background Color

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

This div background color is #72dcab


#72dcab Border Color

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

This div border color is #72dcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72dcab


Comments

No comments written yet.

Please login to write comment.