Color Hex Logo

#72bfbb Color Hex

#72BFBB
(114,191,187)
0 Favorites   0 Comments

Color spaces of #72bfbb

RGB 114191187
HSL0.490.380.60
HSV177°40°75°
CMYK 0.400.000.02   0.25
XYZ34.539944.426953.7685
Yxy44.42690.26020.3347
Hunter Lab66.6535-24.1448-1.1710
CIE-Lab72.5129-24.7162-5.4748

#72bfbb color RGB value is (114,191,187).

#72bfbb hex color red value is 114, green value is 191 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #72bfbb hue: 0.49 , saturation: 0.38 and the lightness value of 72bfbb is 0.60.

The process color (four color CMYK) of #72bfbb color hex is 0.40, 0.00, 0.02, 0.25. Web safe color of #72bfbb is #66cccc. Color #72bfbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10111111 10111011
Octal 162 277 273
Decimal 114 191 187
Hex 72 BF BB

RGB Percentages of Color #72bfbb

%23.17
%38.82
%38.01

CMYK Percentages of Color #72bfbb

%40
%0
%2
%25

Triadic Colors of #72bfbb

#72bfbb #bb72bf #bfbb72

Analogous Colors of #72bfbb

#72bfbb #729dbf #72bf95

Monochromatic Colors of #72bfbb

#72bfbb

Complementary Color

#72bfbb #bf7276

#72bfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72bfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#72bfbb Color CSS Codes

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

#72bfbb Text Font Color

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

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


#72bfbb Background Color

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

This div background color is #72bfbb


#72bfbb Border Color

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

This div border color is #72bfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72bfbb


Comments

No comments written yet.

Please login to write comment.