Color Hex Logo

#72dfab Color Hex

#72DFAB
(114,223,171)
0 Favorites   0 Comments

Color spaces of #72dfab

RGB 114223171
HSL0.420.630.66
HSV151°49°87°
CMYK 0.490.000.23   0.13
XYZ40.677859.293047.8288
Yxy59.29300.27520.4012
Hunter Lab77.0019-40.457317.0741
CIE-Lab81.4524-43.254415.9877

#72dfab color RGB value is (114,223,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011111 10101011
Octal 162 337 253
Decimal 114 223 171
Hex 72 DF AB

RGB Percentages of Color #72dfab

%22.44
%43.90
%33.66

CMYK Percentages of Color #72dfab

%49
%0
%23
%13

Triadic Colors of #72dfab

#72dfab #ab72df #dfab72

Analogous Colors of #72dfab

#72dfab #72dddf #72df75

Monochromatic Colors of #72dfab

#72dfab

Complementary Color

#72dfab #df72a6

#72dfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72dfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#72dfab Color CSS Codes

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

#72dfab Text Font Color

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

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


#72dfab Background Color

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

This div background color is #72dfab


#72dfab Border Color

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

This div border color is #72dfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72dfab


Comments

No comments written yet.

Please login to write comment.