Color Hex Logo

#72deac Color Hex

#72DEAC
(114,222,172)
0 Favorites   0 Comments

Color spaces of #72deac

RGB 114222172
HSL0.420.620.66
HSV152°49°87°
CMYK 0.490.000.23   0.13
XYZ40.507158.798548.2440
Yxy58.79850.27450.3985
Hunter Lab76.6802-39.895816.3733
CIE-Lab81.1807-42.611215.0806

#72deac color RGB value is (114,222,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011110 10101100
Octal 162 336 254
Decimal 114 222 172
Hex 72 DE AC

RGB Percentages of Color #72deac

%22.44
%43.70
%33.86

CMYK Percentages of Color #72deac

%49
%0
%23
%13

Triadic Colors of #72deac

#72deac #ac72de #deac72

Analogous Colors of #72deac

#72deac #72dade #72de76

Monochromatic Colors of #72deac

#72deac

Complementary Color

#72deac #de72a4

#72deac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72deac Color Preview on White Background

Lorem ipsum dolor sit amet.

#72deac Color CSS Codes

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

#72deac Text Font Color

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

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


#72deac Background Color

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

This div background color is #72deac


#72deac Border Color

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

This div border color is #72deac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72deac


Comments

No comments written yet.

Please login to write comment.