Color Hex Logo

#72ddac Color Hex

#72DDAC
(114,221,172)
0 Favorites   0 Comments

Color spaces of #72ddac

RGB 114221172
HSL0.420.610.66
HSV153°48°87°
CMYK 0.480.000.22   0.13
XYZ40.242358.268948.1558
Yxy58.26890.27440.3973
Hunter Lab76.3341-39.481816.0304
CIE-Lab80.8881-42.171514.6690

#72ddac color RGB value is (114,221,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011101 10101100
Octal 162 335 254
Decimal 114 221 172
Hex 72 DD AC

RGB Percentages of Color #72ddac

%22.49
%43.59
%33.93

CMYK Percentages of Color #72ddac

%48
%0
%22
%13

Triadic Colors of #72ddac

#72ddac #ac72dd #ddac72

Analogous Colors of #72ddac

#72ddac #72d9dd #72dd77

Monochromatic Colors of #72ddac

#72ddac

Complementary Color

#72ddac #dd72a3

#72ddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72ddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#72ddac Color CSS Codes

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

#72ddac Text Font Color

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

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


#72ddac Background Color

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

This div background color is #72ddac


#72ddac Border Color

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

This div border color is #72ddac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72ddac


Comments

No comments written yet.

Please login to write comment.