Color Hex Logo

#72dbab Color Hex

#72DBAB
(114,219,171)
0 Favorites   0 Comments

Color spaces of #72dbab

RGB 114219171
HSL0.420.590.65
HSV153°48°86°
CMYK 0.480.000.22   0.14
XYZ39.621657.180747.4768
Yxy57.18070.27460.3963
Hunter Lab75.6179-38.802515.7072
CIE-Lab80.2811-41.495714.3421

#72dbab color RGB value is (114,219,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011011 10101011
Octal 162 333 253
Decimal 114 219 171
Hex 72 DB AB

RGB Percentages of Color #72dbab

%22.62
%43.45
%33.93

CMYK Percentages of Color #72dbab

%48
%0
%22
%14

Triadic Colors of #72dbab

#72dbab #ab72db #dbab72

Analogous Colors of #72dbab

#72dbab #72d7db #72db77

Monochromatic Colors of #72dbab

#72dbab

Complementary Color

#72dbab #db72a2

#72dbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72dbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#72dbab Color CSS Codes

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

#72dbab Text Font Color

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

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


#72dbab Background Color

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

This div background color is #72dbab


#72dbab Border Color

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

This div border color is #72dbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72dbab


Comments

No comments written yet.

Please login to write comment.