Color Hex Logo

#72abab Color Hex

#72ABAB
(114,171,171)
0 Favorites   0 Comments

Color spaces of #72abab

RGB 114171171
HSL0.500.250.56
HSV180°33°67°
CMYK 0.330.000.00   0.33
XYZ28.853035.643543.8872
Yxy35.64350.26620.3289
Hunter Lab59.7022-18.2129-1.7927
CIE-Lab66.2466-18.4740-5.9325

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

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

The process color (four color CMYK) of #72abab color hex is 0.33, 0.00, 0.00, 0.33. Web safe color of #72abab is #669999. Color #72abab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101011 10101011
Octal 162 253 253
Decimal 114 171 171
Hex 72 AB AB

RGB Percentages of Color #72abab

%25.00
%37.50
%37.50

CMYK Percentages of Color #72abab

%33
%0
%0
%33

Triadic Colors of #72abab

#72abab #ab72ab #abab72

Analogous Colors of #72abab

#72abab #728fab #72ab8f

Monochromatic Colors of #72abab

#72abab

Complementary Color

#72abab #ab7272

#72abab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72abab Color Preview on White Background

Lorem ipsum dolor sit amet.

#72abab Color CSS Codes

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

#72abab Text Font Color

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

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


#72abab Background Color

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

This div background color is #72abab


#72abab Border Color

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

This div border color is #72abab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72abab


Comments

No comments written yet.

Please login to write comment.