Color Hex Logo

#72deae Color Hex

#72DEAE
(114,222,174)
0 Favorites   0 Comments

Color spaces of #72deae

RGB 114222174
HSL0.430.620.66
HSV153°49°87°
CMYK 0.490.000.22   0.13
XYZ40.700758.876049.2634
Yxy58.87600.27350.3956
Hunter Lab76.7307-39.596015.6455
CIE-Lab81.2234-42.196714.0877

#72deae color RGB value is (114,222,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011110 10101110
Octal 162 336 256
Decimal 114 222 174
Hex 72 DE AE

RGB Percentages of Color #72deae

%22.35
%43.53
%34.12

CMYK Percentages of Color #72deae

%49
%0
%22
%13

Triadic Colors of #72deae

#72deae #ae72de #deae72

Analogous Colors of #72deae

#72deae #72d8de #72de78

Monochromatic Colors of #72deae

#72deae

Complementary Color

#72deae #de72a2

#72deae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72deae Color Preview on White Background

Lorem ipsum dolor sit amet.

#72deae Color CSS Codes

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

#72deae Text Font Color

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

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


#72deae Background Color

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

This div background color is #72deae


#72deae Border Color

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

This div border color is #72deae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72deae


Comments

No comments written yet.

Please login to write comment.