Color Hex Logo

#72aabd Color Hex

#72AABD
(114,170,189)
0 Favorites   0 Comments

Color spaces of #72aabd

RGB 114170189
HSL0.540.360.59
HSV195°40°74°
CMYK 0.400.100.00   0.26
XYZ30.499536.001053.4855
Yxy36.00100.25420.3000
Hunter Lab60.0008-14.2667-10.8513
CIE-Lab66.5207-13.3812-15.5284

#72aabd color RGB value is (114,170,189).

#72aabd hex color red value is 114, green value is 170 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #72aabd hue: 0.54 , saturation: 0.36 and the lightness value of 72aabd is 0.59.

The process color (four color CMYK) of #72aabd color hex is 0.40, 0.10, 0.00, 0.26. Web safe color of #72aabd is #6699cc. Color #72aabd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101010 10111101
Octal 162 252 275
Decimal 114 170 189
Hex 72 AA BD

RGB Percentages of Color #72aabd

%24.10
%35.94
%39.96

CMYK Percentages of Color #72aabd

%40
%10
%0
%26

Triadic Colors of #72aabd

#72aabd #bd72aa #aabd72

Analogous Colors of #72aabd

#72aabd #7285bd #72bdab

Monochromatic Colors of #72aabd

#72aabd

Complementary Color

#72aabd #bd8572

#72aabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72aabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#72aabd Color CSS Codes

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

#72aabd Text Font Color

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

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


#72aabd Background Color

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

This div background color is #72aabd


#72aabd Border Color

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

This div border color is #72aabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72aabd


Comments

No comments written yet.

Please login to write comment.