Color Hex Logo

#72abac Color Hex

#72ABAC
(114,171,172)
0 Favorites   0 Comments

Color spaces of #72abac

RGB 114171172
HSL0.500.260.56
HSV181°34°67°
CMYK 0.340.010.00   0.33
XYZ28.948735.681844.3912
Yxy35.68180.26550.3273
Hunter Lab59.7342-18.0294-2.2471
CIE-Lab66.2761-18.2298-6.4451

#72abac color RGB value is (114,171,172).

#72abac hex color red value is 114, green value is 171 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #72abac hue: 0.50 , saturation: 0.26 and the lightness value of 72abac is 0.56.

The process color (four color CMYK) of #72abac color hex is 0.34, 0.01, 0.00, 0.33. Web safe color of #72abac is #669999. Color #72abac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101011 10101100
Octal 162 253 254
Decimal 114 171 172
Hex 72 AB AC

RGB Percentages of Color #72abac

%24.95
%37.42
%37.64

CMYK Percentages of Color #72abac

%34
%1
%0
%33

Triadic Colors of #72abac

#72abac #ac72ab #abac72

Analogous Colors of #72abac

#72abac #728eac #72ac90

Monochromatic Colors of #72abac

#72abac

Complementary Color

#72abac #ac7372

#72abac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72abac Color Preview on White Background

Lorem ipsum dolor sit amet.

#72abac Color CSS Codes

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

#72abac Text Font Color

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

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


#72abac Background Color

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

This div background color is #72abac


#72abac Border Color

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

This div border color is #72abac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72abac


Comments

No comments written yet.

Please login to write comment.