Color spaces of #01cbee
RGB | 1 | 203 | 238 |
---|---|---|---|
HSL | 0.52 | 0.99 | 0.47 |
HSV | 189° | 100° | 93° |
CMYK | 1.00 | 0.15 | 0.00 0.07 |
XYZ | 36.8011 | 48.8914 | 88.3863 |
Yxy | 48.8914 | 0.2114 | 0.2809 |
Hunter Lab | 69.9224 | -28.4172 | -26.0006 |
CIE-Lab | 75.3837 | -29.4681 | -29.0104 |
#01cbee color RGB value is (1,203,238).
#01cbee hex color red value is 1, green value is 203 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #01cbee hue: 0.52 , saturation: 0.99 and the lightness value of 01cbee is 0.47.
The process color (four color CMYK) of #01cbee color hex is 1.00, 0.15, 0.00, 0.07. Web safe color of #01cbee is #00ccff. Color #01cbee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000001 | 11001011 | 11101110 |
Octal | 1 | 313 | 356 |
Decimal | 1 | 203 | 238 |
Hex | 1 | CB | EE |
Shades of #01cbee
Tints of #01cbee
RGB Percentages of Color #01cbee
CMYK Percentages of Color #01cbee
Complementary Color
#01cbee | #ee2401 |
#01cbee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#01cbee Color Preview on White Background
Lorem ipsum dolor sit amet.
#01cbee Color CSS Codes
.mybgcolor {background-color:#01cbee; } .myforecolor {color:#01cbee; } .mybordercolor {border:3px solid #01cbee; }
#01cbee Text Font Color
<p style="color:#01cbee">Text here</p>
This sample text font color is #01cbee
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.
#01cbee Background Color
<div style="background-color:#01cbee">
Div content here</div>
This div background color is #01cbee
#01cbee Border Color
<div style="border:3px solid #01cbee">
Div here</div>
This div border color is #01cbee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(1,203,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #01cbee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #01cbee; -webkit-box-shadow: 1px 1px 3px 2px #01cbee; box-shadow: 1px 1px 3px 2px #01cbee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(1,203,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #01cbee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #01cbee; -webkit-box-shadow: 1px 1px 3px 2px #01cbee; box-shadow: 1px 1px 3px 2px #01cbee;">
Div content here</div>
This div box has shadow with color #01cbee
Comments
No comments written yet.
Please login to write comment.