Color spaces of #2aabbb
RGB | 42 | 171 | 187 |
---|---|---|---|
HSL | 0.52 | 0.63 | 0.45 |
HSV | 187° | 78° | 73° |
CMYK | 0.78 | 0.09 | 0.00 0.27 |
XYZ | 24.4874 | 33.2059 | 52.1325 |
Yxy | 33.2059 | 0.2230 | 0.3024 |
Hunter Lab | 57.6246 | -24.9899 | -13.3020 |
CIE-Lab | 64.3273 | -28.0838 | -17.9681 |
#2aabbb color RGB value is (42,171,187).
#2aabbb hex color red value is 42, green value is 171 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #2aabbb hue: 0.52 , saturation: 0.63 and the lightness value of 2aabbb is 0.45.
The process color (four color CMYK) of #2aabbb color hex is 0.78, 0.09, 0.00, 0.27. Web safe color of #2aabbb is #3399cc. Color #2aabbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101010 | 10101011 | 10111011 |
Octal | 52 | 253 | 273 |
Decimal | 42 | 171 | 187 |
Hex | 2A | AB | BB |
Shades of #2aabbb
Tints of #2aabbb
RGB Percentages of Color #2aabbb
CMYK Percentages of Color #2aabbb
Complementary Color
#2aabbb | #bb3a2a |
#2aabbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#2aabbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#2aabbb Color CSS Codes
.mybgcolor {background-color:#2aabbb; } .myforecolor {color:#2aabbb; } .mybordercolor {border:3px solid #2aabbb; }
#2aabbb Text Font Color
<p style="color:#2aabbb">Text here</p>
This sample text font color is #2aabbb
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.
#2aabbb Background Color
<div style="background-color:#2aabbb">
Div content here</div>
This div background color is #2aabbb
#2aabbb Border Color
<div style="border:3px solid #2aabbb">
Div here</div>
This div border color is #2aabbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(42,171,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #2aabbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #2aabbb; -webkit-box-shadow: 1px 1px 3px 2px #2aabbb; box-shadow: 1px 1px 3px 2px #2aabbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(42,171,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 #2aabbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #2aabbb; -webkit-box-shadow: 1px 1px 3px 2px #2aabbb; box-shadow: 1px 1px 3px 2px #2aabbb;">
Div content here</div>
This div box has shadow with color #2aabbb
Comments
No comments written yet.
Please login to write comment.