Color Hex Logo

#72dd8c Color Hex

#72DD8C
(114,221,140)
0 Favorites   0 Comments

Color spaces of #72dd8c

RGB 114221140
HSL0.370.610.66
HSV135°48°87°
CMYK 0.480.000.37   0.13
XYZ37.529557.183833.8705
Yxy57.18380.29190.4447
Hunter Lab75.6200-43.747026.3777
CIE-Lab80.2829-48.196530.4910

#72dd8c color RGB value is (114,221,140).

#72dd8c hex color red value is 114, green value is 221 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #72dd8c hue: 0.37 , saturation: 0.61 and the lightness value of 72dd8c is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011101 10001100
Octal 162 335 214
Decimal 114 221 140
Hex 72 DD 8C

RGB Percentages of Color #72dd8c

%24.00
%46.53
%29.47

CMYK Percentages of Color #72dd8c

%48
%0
%37
%13

Triadic Colors of #72dd8c

#72dd8c #8c72dd #dd8c72

Analogous Colors of #72dd8c

#72dd8c #72ddc2 #8edd72

Monochromatic Colors of #72dd8c

#72dd8c

Complementary Color

#72dd8c #dd72c3

#72dd8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72dd8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#72dd8c Color CSS Codes

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

#72dd8c Text Font Color

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

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


#72dd8c Background Color

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

This div background color is #72dd8c


#72dd8c Border Color

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

This div border color is #72dd8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72dd8c


Comments

No comments written yet.

Please login to write comment.