Color Hex Logo

#72cdae Color Hex

#72CDAE
(114,205,174)
0 Favorites   0 Comments

Color spaces of #72cdae

RGB 114205174
HSL0.440.480.63
HSV160°44°80°
CMYK 0.440.000.15   0.20
XYZ36.410750.296047.8335
Yxy50.29600.27060.3738
Hunter Lab70.9197-32.46629.6542
CIE-Lab76.2506-34.49797.0141

#72cdae color RGB value is (114,205,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11001101 10101110
Octal 162 315 256
Decimal 114 205 174
Hex 72 CD AE

RGB Percentages of Color #72cdae

%23.12
%41.58
%35.29

CMYK Percentages of Color #72cdae

%44
%0
%15
%20

Triadic Colors of #72cdae

#72cdae #ae72cd #cdae72

Analogous Colors of #72cdae

#72cdae #72bfcd #72cd81

Monochromatic Colors of #72cdae

#72cdae

Complementary Color

#72cdae #cd7291

#72cdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72cdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#72cdae Color CSS Codes

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

#72cdae Text Font Color

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

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


#72cdae Background Color

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

This div background color is #72cdae


#72cdae Border Color

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

This div border color is #72cdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72cdae


Comments

No comments written yet.

Please login to write comment.