Color Hex Logo

#72dabb Color Hex

#72DABB
(114,218,187)
0 Favorites   0 Comments

Color spaces of #72dabb

RGB 114218187
HSL0.450.580.65
HSV162°48°85°
CMYK 0.480.000.14   0.15
XYZ40.980557.308155.9154
Yxy57.30810.26580.3716
Hunter Lab75.7021-35.84979.1985
CIE-Lab80.3526-37.58155.9652

#72dabb color RGB value is (114,218,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11011010 10111011
Octal 162 332 273
Decimal 114 218 187
Hex 72 DA BB

RGB Percentages of Color #72dabb

%21.97
%42.00
%36.03

CMYK Percentages of Color #72dabb

%48
%0
%14
%15

Triadic Colors of #72dabb

#72dabb #bb72da #dabb72

Analogous Colors of #72dabb

#72dabb #72c5da #72da87

Monochromatic Colors of #72dabb

#72dabb

Complementary Color

#72dabb #da7291

#72dabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72dabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#72dabb Color CSS Codes

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

#72dabb Text Font Color

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

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


#72dabb Background Color

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

This div background color is #72dabb


#72dabb Border Color

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

This div border color is #72dabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72dabb


Comments

No comments written yet.

Please login to write comment.