Color Hex Logo

#72fbac Color Hex

#72FBAC
(114,251,172)
0 Favorites   0 Comments

Color spaces of #72fbac

RGB 114251172
HSL0.400.940.72
HSV145°55°98°
CMYK 0.550.000.31   0.02
XYZ48.883075.550351.0360
Yxy75.55030.27860.4306
Hunter Lab86.9197-51.722326.0309
CIE-Lab89.6501-54.789626.7967

#72fbac color RGB value is (114,251,172).

#72fbac hex color red value is 114, green value is 251 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #72fbac hue: 0.40 , saturation: 0.94 and the lightness value of 72fbac is 0.72.

The process color (four color CMYK) of #72fbac color hex is 0.55, 0.00, 0.31, 0.02. Web safe color of #72fbac is #66ff99. Color #72fbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11111011 10101100
Octal 162 373 254
Decimal 114 251 172
Hex 72 FB AC

RGB Percentages of Color #72fbac

%21.23
%46.74
%32.03

CMYK Percentages of Color #72fbac

%55
%0
%31
%2

Triadic Colors of #72fbac

#72fbac #ac72fb #fbac72

Analogous Colors of #72fbac

#72fbac #72fbf1 #7dfb72

Monochromatic Colors of #72fbac

#72fbac

Complementary Color

#72fbac #fb72c1

#72fbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72fbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#72fbac Color CSS Codes

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

#72fbac Text Font Color

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

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


#72fbac Background Color

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

This div background color is #72fbac


#72fbac Border Color

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

This div border color is #72fbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72fbac


Comments

No comments written yet.

Please login to write comment.