Color spaces of #029cbb
RGB | 2 | 156 | 187 |
---|---|---|---|
HSL | 0.53 | 0.98 | 0.37 |
HSV | 190° | 99° | 73° |
CMYK | 0.99 | 0.17 | 0.00 0.27 |
XYZ | 20.8831 | 27.3777 | 51.1975 |
Yxy | 27.3777 | 0.2100 | 0.2753 |
Hunter Lab | 52.3237 | -20.3247 | -21.3873 |
CIE-Lab | 59.3223 | -22.9557 | -25.6563 |
#029cbb color RGB value is (2,156,187).
#029cbb hex color red value is 2, green value is 156 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #029cbb hue: 0.53 , saturation: 0.98 and the lightness value of 029cbb is 0.37.
The process color (four color CMYK) of #029cbb color hex is 0.99, 0.17, 0.00, 0.27. Web safe color of #029cbb is #0099cc. Color #029cbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000010 | 10011100 | 10111011 |
Octal | 2 | 234 | 273 |
Decimal | 2 | 156 | 187 |
Hex | 2 | 9C | BB |
Shades of #029cbb
Tints of #029cbb
RGB Percentages of Color #029cbb
CMYK Percentages of Color #029cbb
Complementary Color
#029cbb | #bb2102 |
#029cbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#029cbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#029cbb Color CSS Codes
.mybgcolor {background-color:#029cbb; } .myforecolor {color:#029cbb; } .mybordercolor {border:3px solid #029cbb; }
#029cbb Text Font Color
<p style="color:#029cbb">Text here</p>
This sample text font color is #029cbb
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.
#029cbb Background Color
<div style="background-color:#029cbb">
Div content here</div>
This div background color is #029cbb
#029cbb Border Color
<div style="border:3px solid #029cbb">
Div here</div>
This div border color is #029cbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(2,156,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #029cbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #029cbb; -webkit-box-shadow: 1px 1px 3px 2px #029cbb; box-shadow: 1px 1px 3px 2px #029cbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(2,156,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 #029cbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #029cbb; -webkit-box-shadow: 1px 1px 3px 2px #029cbb; box-shadow: 1px 1px 3px 2px #029cbb;">
Div content here</div>
This div box has shadow with color #029cbb
Comments
No comments written yet.
Please login to write comment.