Color Hex Logo

#72d7bc Color Hex

#72D7BC
(114,215,188)
0 Favorites   0 Comments

Color spaces of #72d7bc

RGB 114215188
HSL0.460.560.65
HSV164°47°84°
CMYK 0.470.000.13   0.16
XYZ40.317055.809156.2243
Yxy55.80910.26460.3663
Hunter Lab74.7055-34.40197.6714
CIE-Lab79.5050-35.97814.2096

#72d7bc color RGB value is (114,215,188).

#72d7bc hex color red value is 114, green value is 215 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #72d7bc hue: 0.46 , saturation: 0.56 and the lightness value of 72d7bc is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 11010111 10111100
Octal 162 327 274
Decimal 114 215 188
Hex 72 D7 BC

RGB Percentages of Color #72d7bc

%22.05
%41.59
%36.36

CMYK Percentages of Color #72d7bc

%47
%0
%13
%16

Triadic Colors of #72d7bc

#72d7bc #bc72d7 #d7bc72

Analogous Colors of #72d7bc

#72d7bc #72c0d7 #72d78a

Monochromatic Colors of #72d7bc

#72d7bc

Complementary Color

#72d7bc #d7728d

#72d7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72d7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#72d7bc Color CSS Codes

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

#72d7bc Text Font Color

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

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


#72d7bc Background Color

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

This div background color is #72d7bc


#72d7bc Border Color

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

This div border color is #72d7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72d7bc


Comments

No comments written yet.

Please login to write comment.