Color Hex Logo

#72ddbd Color Hex

#72DDBD
(114,221,189)
0 Favorites   0 Comments

Color spaces of #72ddbd

RGB 114221189
HSL0.450.610.66
HSV162°48°87°
CMYK 0.480.000.14   0.13
XYZ41.981258.964457.3127
Yxy58.96440.26530.3726
Hunter Lab76.7883-36.79119.4993
CIE-Lab81.2720-38.49486.2273

#72ddbd color RGB value is (114,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011101 10111101
Octal 162 335 275
Decimal 114 221 189
Hex 72 DD BD

RGB Percentages of Color #72ddbd

%21.76
%42.18
%36.07

CMYK Percentages of Color #72ddbd

%48
%0
%14
%13

Triadic Colors of #72ddbd

#72ddbd #bd72dd #ddbd72

Analogous Colors of #72ddbd

#72ddbd #72c8dd #72dd88

Monochromatic Colors of #72ddbd

#72ddbd

Complementary Color

#72ddbd #dd7292

#72ddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72ddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#72ddbd Color CSS Codes

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

#72ddbd Text Font Color

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

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


#72ddbd Background Color

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

This div background color is #72ddbd


#72ddbd Border Color

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

This div border color is #72ddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72ddbd


Comments

No comments written yet.

Please login to write comment.