Color Hex Logo

#72b28d Color Hex

#72B28D
(114,178,141)
0 Favorites   0 Comments

Color spaces of #72b28d

RGB 114178141
HSL0.400.290.57
HSV145°36°70°
CMYK 0.360.000.21   0.30
XYZ27.667537.341330.9487
Yxy37.34130.28830.3891
Hunter Lab61.1075-26.119212.7471
CIE-Lab67.5323-28.682512.5217

#72b28d color RGB value is (114,178,141).

#72b28d hex color red value is 114, green value is 178 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #72b28d hue: 0.40 , saturation: 0.29 and the lightness value of 72b28d is 0.57.

The process color (four color CMYK) of #72b28d color hex is 0.36, 0.00, 0.21, 0.30. Web safe color of #72b28d is #669999. Color #72b28d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10110010 10001101
Octal 162 262 215
Decimal 114 178 141
Hex 72 B2 8D

RGB Percentages of Color #72b28d

%26.33
%41.11
%32.56

CMYK Percentages of Color #72b28d

%36
%0
%21
%30

Triadic Colors of #72b28d

#72b28d #8d72b2 #b28d72

Analogous Colors of #72b28d

#72b28d #72b2ad #77b272

Monochromatic Colors of #72b28d

#72b28d

Complementary Color

#72b28d #b27297

#72b28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72b28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#72b28d Color CSS Codes

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

#72b28d Text Font Color

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

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


#72b28d Background Color

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

This div background color is #72b28d


#72b28d Border Color

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

This div border color is #72b28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72b28d


Comments

No comments written yet.

Please login to write comment.