Color Hex Logo

#72dbba Color Hex

#72DBBA
(114,219,186)
0 Favorites   0 Comments

Color spaces of #72dbba

RGB 114219186
HSL0.450.590.65
HSV161°48°86°
CMYK 0.480.000.15   0.14
XYZ41.133957.785655.4401
Yxy57.78560.26650.3744
Hunter Lab76.0168-36.44039.9708
CIE-Lab80.6194-38.26116.8804

#72dbba color RGB value is (114,219,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011011 10111010
Octal 162 333 272
Decimal 114 219 186
Hex 72 DB BA

RGB Percentages of Color #72dbba

%21.97
%42.20
%35.84

CMYK Percentages of Color #72dbba

%48
%0
%15
%14

Triadic Colors of #72dbba

#72dbba #ba72db #dbba72

Analogous Colors of #72dbba

#72dbba #72c8db #72db86

Monochromatic Colors of #72dbba

#72dbba

Complementary Color

#72dbba #db7293

#72dbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72dbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#72dbba Color CSS Codes

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

#72dbba Text Font Color

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

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


#72dbba Background Color

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

This div background color is #72dbba


#72dbba Border Color

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

This div border color is #72dbba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,219,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 #72dbba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72dbba


Comments

No comments written yet.

Please login to write comment.