Color spaces of #009dba
RGB | 0 | 157 | 186 |
---|---|---|---|
HSL | 0.53 | 1.00 | 0.36 |
HSV | 189° | 100° | 73° |
CMYK | 1.00 | 0.16 | 0.00 0.27 |
XYZ | 20.9199 | 27.6591 | 50.6905 |
Yxy | 27.6591 | 0.2107 | 0.2786 |
Hunter Lab | 52.5919 | -21.0325 | -20.3321 |
CIE-Lab | 59.5795 | -23.8872 | -24.6978 |
#009dba color RGB value is (0,157,186).
#009dba hex color red value is 0, green value is 157 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #009dba hue: 0.53 , saturation: 1.00 and the lightness value of 009dba is 0.36.
The process color (four color CMYK) of #009dba color hex is 1.00, 0.16, 0.00, 0.27. Web safe color of #009dba is #0099cc. Color #009dba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000000 | 10011101 | 10111010 |
Octal | 0 | 235 | 272 |
Decimal | 0 | 157 | 186 |
Hex | 0 | 9D | BA |
Shades of #009dba
Tints of #009dba
RGB Percentages of Color #009dba
CMYK Percentages of Color #009dba
Complementary Color
#009dba | #ba1d00 |
#009dba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#009dba Color Preview on White Background
Lorem ipsum dolor sit amet.
#009dba Color CSS Codes
.mybgcolor {background-color:#009dba; } .myforecolor {color:#009dba; } .mybordercolor {border:3px solid #009dba; }
#009dba Text Font Color
<p style="color:#009dba">Text here</p>
This sample text font color is #009dba
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.
#009dba Background Color
<div style="background-color:#009dba">
Div content here</div>
This div background color is #009dba
#009dba Border Color
<div style="border:3px solid #009dba">
Div here</div>
This div border color is #009dba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0,157,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #009dba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #009dba; -webkit-box-shadow: 1px 1px 3px 2px #009dba; box-shadow: 1px 1px 3px 2px #009dba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,157,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #009dba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #009dba; -webkit-box-shadow: 1px 1px 3px 2px #009dba; box-shadow: 1px 1px 3px 2px #009dba;">
Div content here</div>
This div box has shadow with color #009dba
Comments
No comments written yet.
Please login to write comment.