Color Hex Logo

#72dab8 Color Hex

#72DAB8
(114,218,184)
0 Favorites   0 Comments

Color spaces of #72dab8

RGB 114218184
HSL0.450.580.65
HSV160°48°85°
CMYK 0.480.000.16   0.15
XYZ40.662657.180954.2413
Yxy57.18090.26740.3760
Hunter Lab75.6181-36.345610.4036
CIE-Lab80.2812-38.25337.4568

#72dab8 color RGB value is (114,218,184).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011010 10111000
Octal 162 332 270
Decimal 114 218 184
Hex 72 DA B8

RGB Percentages of Color #72dab8

%22.09
%42.25
%35.66

CMYK Percentages of Color #72dab8

%48
%0
%16
%15

Triadic Colors of #72dab8

#72dab8 #b872da #dab872

Analogous Colors of #72dab8

#72dab8 #72c8da #72da84

Monochromatic Colors of #72dab8

#72dab8

Complementary Color

#72dab8 #da7294

#72dab8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72dab8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#72dab8 Color CSS Codes

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

#72dab8 Text Font Color

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

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


#72dab8 Background Color

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

This div background color is #72dab8


#72dab8 Border Color

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

This div border color is #72dab8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72dab8


Comments

No comments written yet.

Please login to write comment.