Color Hex Logo

#72a98e Color Hex

#72A98E
(114,169,142)
0 Favorites   0 Comments

Color spaces of #72a98e

RGB 114169142
HSL0.420.240.55
HSV151°33°66°
CMYK 0.330.000.16   0.34
XYZ26.009933.906330.7649
Yxy33.90630.28680.3739
Hunter Lab58.2291-22.16829.4350
CIE-Lab64.8881-24.03968.2236

#72a98e color RGB value is (114,169,142).

#72a98e hex color red value is 114, green value is 169 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #72a98e hue: 0.42 , saturation: 0.24 and the lightness value of 72a98e is 0.55.

The process color (four color CMYK) of #72a98e color hex is 0.33, 0.00, 0.16, 0.34. Web safe color of #72a98e is #669999. Color #72a98e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101001 10001110
Octal 162 251 216
Decimal 114 169 142
Hex 72 A9 8E

RGB Percentages of Color #72a98e

%26.82
%39.76
%33.41

CMYK Percentages of Color #72a98e

%33
%0
%16
%34

Triadic Colors of #72a98e

#72a98e #8e72a9 #a98e72

Analogous Colors of #72a98e

#72a98e #72a9a9 #72a973

Monochromatic Colors of #72a98e

#72a98e

Complementary Color

#72a98e #a9728d

#72a98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72a98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#72a98e Color CSS Codes

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

#72a98e Text Font Color

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

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


#72a98e Background Color

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

This div background color is #72a98e


#72a98e Border Color

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

This div border color is #72a98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72a98e


Comments

No comments written yet.

Please login to write comment.