Color Hex Logo

#72abad Color Hex

#72ABAD
(114,171,173)
0 Favorites   0 Comments

Color spaces of #72abad

RGB 114171173
HSL0.510.260.56
HSV182°34°68°
CMYK 0.340.010.00   0.32
XYZ29.045235.720444.8990
Yxy35.72040.26490.3257
Hunter Lab59.7665-17.8445-2.7044
CIE-Lab66.3057-17.9843-6.9573

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101011 10101101
Octal 162 253 255
Decimal 114 171 173
Hex 72 AB AD

RGB Percentages of Color #72abad

%24.89
%37.34
%37.77

CMYK Percentages of Color #72abad

%34
%1
%0
%32

Triadic Colors of #72abad

#72abad #ad72ab #abad72

Analogous Colors of #72abad

#72abad #728ead #72ad92

Monochromatic Colors of #72abad

#72abad

Complementary Color

#72abad #ad7472

#72abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#72abad Color CSS Codes

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

#72abad Text Font Color

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

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


#72abad Background Color

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

This div background color is #72abad


#72abad Border Color

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

This div border color is #72abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72abad


Comments

No comments written yet.

Please login to write comment.