Color spaces of #72aabb
RGB | 114 | 170 | 187 |
---|---|---|---|
HSL | 0.54 | 0.35 | 0.59 |
HSV | 194° | 39° | 73° |
CMYK | 0.39 | 0.09 | 0.00 0.27 |
XYZ | 30.2838 | 35.9147 | 52.3498 |
Yxy | 35.9147 | 0.2555 | 0.3030 |
Hunter Lab | 59.9289 | -14.6743 | -9.8415 |
CIE-Lab | 66.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
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01110010 | 10101010 | 10111011 |
Octal | 162 | 252 | 273 |
Decimal | 114 | 170 | 187 |
Hex | 72 | AA | BB |
Shades of #72aabb
Tints of #72aabb
RGB Percentages of Color #72aabb
CMYK Percentages of Color #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.