Color spaces of #00cbde
RGB | 0 | 203 | 222 |
---|---|---|---|
HSL | 0.51 | 1.00 | 0.44 |
HSV | 185° | 100° | 87° |
CMYK | 1.00 | 0.09 | 0.00 0.13 |
XYZ | 34.5408 | 47.9858 | 76.5489 |
Yxy | 47.9858 | 0.2171 | 0.3017 |
Hunter Lab | 69.2718 | -32.2207 | -17.0283 |
CIE-Lab | 74.8160 | -34.6401 | -21.2581 |
#00cbde color RGB value is (0,203,222).
#00cbde hex color red value is 0, green value is 203 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #00cbde hue: 0.51 , saturation: 1.00 and the lightness value of 00cbde is 0.44.
The process color (four color CMYK) of #00cbde color hex is 1.00, 0.09, 0.00, 0.13. Web safe color of #00cbde is #00cccc. Color #00cbde contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000000 | 11001011 | 11011110 |
Octal | 0 | 313 | 336 |
Decimal | 0 | 203 | 222 |
Hex | 0 | CB | DE |
Shades of #00cbde
Tints of #00cbde
RGB Percentages of Color #00cbde
CMYK Percentages of Color #00cbde
Complementary Color
#00cbde | #de1300 |
#00cbde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#00cbde Color Preview on White Background
Lorem ipsum dolor sit amet.
#00cbde Color CSS Codes
.mybgcolor {background-color:#00cbde; } .myforecolor {color:#00cbde; } .mybordercolor {border:3px solid #00cbde; }
#00cbde Text Font Color
<p style="color:#00cbde">Text here</p>
This sample text font color is #00cbde
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.
#00cbde Background Color
<div style="background-color:#00cbde">
Div content here</div>
This div background color is #00cbde
#00cbde Border Color
<div style="border:3px solid #00cbde">
Div here</div>
This div border color is #00cbde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(0,203,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #00cbde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #00cbde; -webkit-box-shadow: 1px 1px 3px 2px #00cbde; box-shadow: 1px 1px 3px 2px #00cbde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(0,203,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #00cbde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #00cbde; -webkit-box-shadow: 1px 1px 3px 2px #00cbde; box-shadow: 1px 1px 3px 2px #00cbde;">
Div content here</div>
This div box has shadow with color #00cbde
Comments
No comments written yet.
Please login to write comment.