Color Hex Logo

#72daba Color Hex

#72DABA
(114,218,186)
0 Favorites   0 Comments

Color spaces of #72daba

RGB 114218186
HSL0.450.580.65
HSV162°48°85°
CMYK 0.480.000.15   0.15
XYZ40.873857.265455.3534
Yxy57.26540.26630.3731
Hunter Lab75.6739-36.01609.6027
CIE-Lab80.3286-37.80656.4624

#72daba color RGB value is (114,218,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011010 10111010
Octal 162 332 272
Decimal 114 218 186
Hex 72 DA BA

RGB Percentages of Color #72daba

%22.01
%42.08
%35.91

CMYK Percentages of Color #72daba

%48
%0
%15
%15

Triadic Colors of #72daba

#72daba #ba72da #daba72

Analogous Colors of #72daba

#72daba #72c6da #72da86

Monochromatic Colors of #72daba

#72daba

Complementary Color

#72daba #da7292

#72daba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72daba Color Preview on White Background

Lorem ipsum dolor sit amet.

#72daba Color CSS Codes

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

#72daba Text Font Color

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

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


#72daba Background Color

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

This div background color is #72daba


#72daba Border Color

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

This div border color is #72daba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72daba


Comments

No comments written yet.

Please login to write comment.