Color Hex Logo

#72aabb Color Hex

#72AABB
(114,170,187)
0 Favorites   0 Comments

Color spaces of #72aabb

RGB 114170187
HSL0.540.350.59
HSV194°39°73°
CMYK 0.390.090.00   0.27
XYZ30.283835.914752.3498
Yxy35.91470.25550.3030
Hunter Lab59.9289-14.6743-9.8415
CIE-Lab66.4547-13.9056-14.5172

#72aabb color RGB value is (114,170,187).

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

The process color (four color CMYK) of #72aabb color hex is 0.39, 0.09, 0.00, 0.27. Web safe color of #72aabb is #6699cc. Color #72aabb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 10101010 10111011
Octal 162 252 273
Decimal 114 170 187
Hex 72 AA BB

RGB Percentages of Color #72aabb

%24.20
%36.09
%39.70

CMYK Percentages of Color #72aabb

%39
%9
%0
%27

Triadic Colors of #72aabb

#72aabb #bb72aa #aabb72

Analogous Colors of #72aabb

#72aabb #7286bb #72bba8

Monochromatic Colors of #72aabb

#72aabb

Complementary Color

#72aabb #bb8372

#72aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#72aabb Color CSS Codes

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

#72aabb Text Font Color

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

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


#72aabb Background Color

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

This div background color is #72aabb


#72aabb Border Color

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

This div border color is #72aabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72aabb


Comments

No comments written yet.

Please login to write comment.