Color Hex Logo

#72daae Color Hex

#72DAAE
(114,218,174)
0 Favorites   0 Comments

Color spaces of #72daae

RGB 114218174
HSL0.430.580.65
HSV155°48°85°
CMYK 0.480.000.20   0.15
XYZ39.650856.776248.9135
Yxy56.77620.27280.3906
Hunter Lab75.3500-37.931914.2568
CIE-Lab80.0536-40.423112.4352

#72daae color RGB value is (114,218,174).

#72daae hex color red value is 114, green value is 218 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #72daae hue: 0.43 , saturation: 0.58 and the lightness value of 72daae is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011010 10101110
Octal 162 332 256
Decimal 114 218 174
Hex 72 DA AE

RGB Percentages of Color #72daae

%22.53
%43.08
%34.39

CMYK Percentages of Color #72daae

%48
%0
%20
%15

Triadic Colors of #72daae

#72daae #ae72da #daae72

Analogous Colors of #72daae

#72daae #72d2da #72da7a

Monochromatic Colors of #72daae

#72daae

Complementary Color

#72daae #da729e

#72daae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72daae Color Preview on White Background

Lorem ipsum dolor sit amet.

#72daae Color CSS Codes

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

#72daae Text Font Color

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

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


#72daae Background Color

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

This div background color is #72daae


#72daae Border Color

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

This div border color is #72daae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72daae


Comments

No comments written yet.

Please login to write comment.