Color Hex Logo

#72ddba Color Hex

#72DDBA
(114,221,186)
0 Favorites   0 Comments

Color spaces of #72ddba

RGB 114221186
HSL0.450.610.66
HSV160°48°87°
CMYK 0.480.000.16   0.13
XYZ41.658858.835555.6151
Yxy58.83550.26690.3769
Hunter Lab76.7043-37.287610.7043
CIE-Lab81.2011-39.16637.7154

#72ddba color RGB value is (114,221,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011101 10111010
Octal 162 335 272
Decimal 114 221 186
Hex 72 DD BA

RGB Percentages of Color #72ddba

%21.88
%42.42
%35.70

CMYK Percentages of Color #72ddba

%48
%0
%16
%13

Triadic Colors of #72ddba

#72ddba #ba72dd #ddba72

Analogous Colors of #72ddba

#72ddba #72cbdd #72dd85

Monochromatic Colors of #72ddba

#72ddba

Complementary Color

#72ddba #dd7295

#72ddba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72ddba Color Preview on White Background

Lorem ipsum dolor sit amet.

#72ddba Color CSS Codes

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

#72ddba Text Font Color

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

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


#72ddba Background Color

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

This div background color is #72ddba


#72ddba Border Color

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

This div border color is #72ddba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72ddba


Comments

No comments written yet.

Please login to write comment.