Color spaces of #00bdcd
RGB | 0 | 189 | 205 |
---|---|---|---|
HSL | 0.51 | 1.00 | 0.40 |
HSV | 185° | 100° | 80° |
CMYK | 1.00 | 0.08 | 0.00 0.20 |
XYZ | 29.2170 | 40.8030 | 64.0935 |
Yxy | 40.8030 | 0.2179 | 0.3042 |
Hunter Lab | 63.8772 | -30.1405 | -14.7767 |
CIE-Lab | 70.0377 | -33.4075 | -19.2748 |
#00bdcd color RGB value is (0,189,205).
#00bdcd hex color red value is 0, green value is 189 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #00bdcd hue: 0.51 , saturation: 1.00 and the lightness value of 00bdcd is 0.40.
The process color (four color CMYK) of #00bdcd color hex is 1.00, 0.08, 0.00, 0.20. Web safe color of #00bdcd is #00cccc. Color #00bdcd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000000 | 10111101 | 11001101 |
Octal | 0 | 275 | 315 |
Decimal | 0 | 189 | 205 |
Hex | 0 | BD | CD |
Shades of #00bdcd
Tints of #00bdcd
RGB Percentages of Color #00bdcd
CMYK Percentages of Color #00bdcd
Complementary Color
#00bdcd | #cd1000 |
#00bdcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#00bdcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#00bdcd Color CSS Codes
.mybgcolor {background-color:#00bdcd; } .myforecolor {color:#00bdcd; } .mybordercolor {border:3px solid #00bdcd; }
#00bdcd Text Font Color
<p style="color:#00bdcd">Text here</p>
This sample text font color is #00bdcd
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.
#00bdcd Background Color
<div style="background-color:#00bdcd">
Div content here</div>
This div background color is #00bdcd
#00bdcd Border Color
<div style="border:3px solid #00bdcd">
Div here</div>
This div border color is #00bdcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0,189,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #00bdcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #00bdcd; -webkit-box-shadow: 1px 1px 3px 2px #00bdcd; box-shadow: 1px 1px 3px 2px #00bdcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,189,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #00bdcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #00bdcd; -webkit-box-shadow: 1px 1px 3px 2px #00bdcd; box-shadow: 1px 1px 3px 2px #00bdcd;">
Div content here</div>
This div box has shadow with color #00bdcd
Comments
No comments written yet.
Please login to write comment.