Color Hex Logo

#72dfad Color Hex

#72DFAD
(114,223,173)
0 Favorites   0 Comments

Color spaces of #72dfad

RGB 114223173
HSL0.420.630.66
HSV152°49°87°
CMYK 0.490.000.22   0.13
XYZ40.869959.369948.8406
Yxy59.36990.27410.3982
Hunter Lab77.0519-40.160716.3544
CIE-Lab81.4945-42.843714.9957

#72dfad color RGB value is (114,223,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011111 10101101
Octal 162 337 255
Decimal 114 223 173
Hex 72 DF AD

RGB Percentages of Color #72dfad

%22.35
%43.73
%33.92

CMYK Percentages of Color #72dfad

%49
%0
%22
%13

Triadic Colors of #72dfad

#72dfad #ad72df #dfad72

Analogous Colors of #72dfad

#72dfad #72dbdf #72df77

Monochromatic Colors of #72dfad

#72dfad

Complementary Color

#72dfad #df72a4

#72dfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72dfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#72dfad Color CSS Codes

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

#72dfad Text Font Color

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

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


#72dfad Background Color

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

This div background color is #72dfad


#72dfad Border Color

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

This div border color is #72dfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72dfad


Comments

No comments written yet.

Please login to write comment.