Color Hex Logo

#72ccae Color Hex

#72CCAE
(114,204,174)
0 Favorites   0 Comments

Color spaces of #72ccae

RGB 114204174
HSL0.440.470.62
HSV160°44°80°
CMYK 0.440.000.15   0.20
XYZ36.172349.819147.7540
Yxy49.81910.27050.3725
Hunter Lab70.5826-32.04179.2941
CIE-Lab75.9581-34.03146.5941

#72ccae color RGB value is (114,204,174).

#72ccae hex color red value is 114, green value is 204 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #72ccae hue: 0.44 , saturation: 0.47 and the lightness value of 72ccae is 0.62.

The process color (four color CMYK) of #72ccae color hex is 0.44, 0.00, 0.15, 0.20. Web safe color of #72ccae is #66cc99. Color #72ccae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11001100 10101110
Octal 162 314 256
Decimal 114 204 174
Hex 72 CC AE

RGB Percentages of Color #72ccae

%23.17
%41.46
%35.37

CMYK Percentages of Color #72ccae

%44
%0
%15
%20

Triadic Colors of #72ccae

#72ccae #ae72cc #ccae72

Analogous Colors of #72ccae

#72ccae #72bdcc #72cc81

Monochromatic Colors of #72ccae

#72ccae

Complementary Color

#72ccae #cc7290

#72ccae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72ccae Color Preview on White Background

Lorem ipsum dolor sit amet.

#72ccae Color CSS Codes

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

#72ccae Text Font Color

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

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


#72ccae Background Color

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

This div background color is #72ccae


#72ccae Border Color

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

This div border color is #72ccae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72ccae


Comments

No comments written yet.

Please login to write comment.