Color spaces of #011cee
RGB | 1 | 28 | 238 |
---|---|---|---|
HSL | 0.65 | 0.99 | 0.47 |
HSV | 233° | 100° | 93° |
CMYK | 1.00 | 0.88 | 0.00 0.07 |
XYZ | 15.8604 | 7.0100 | 81.4061 |
Yxy | 7.0100 | 0.1521 | 0.0672 |
Hunter Lab | 26.4764 | 60.5948 | -163.7635 |
CIE-Lab | 31.8297 | 69.1096 | -99.0569 |
#011cee color RGB value is (1,28,238).
#011cee hex color red value is 1, green value is 28 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #011cee hue: 0.65 , saturation: 0.99 and the lightness value of 011cee is 0.47.
The process color (four color CMYK) of #011cee color hex is 1.00, 0.88, 0.00, 0.07. Web safe color of #011cee is #0033ff. Color #011cee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000001 | 00011100 | 11101110 |
Octal | 1 | 34 | 356 |
Decimal | 1 | 28 | 238 |
Hex | 1 | 1C | EE |
Shades of #011cee
Tints of #011cee
RGB Percentages of Color #011cee
CMYK Percentages of Color #011cee
Complementary Color
#011cee | #eed301 |
#011cee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#011cee Color Preview on White Background
Lorem ipsum dolor sit amet.
#011cee Color CSS Codes
.mybgcolor {background-color:#011cee; } .myforecolor {color:#011cee; } .mybordercolor {border:3px solid #011cee; }
#011cee Text Font Color
<p style="color:#011cee">Text here</p>
This sample text font color is #011cee
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.
#011cee Background Color
<div style="background-color:#011cee">
Div content here</div>
This div background color is #011cee
#011cee Border Color
<div style="border:3px solid #011cee">
Div here</div>
This div border color is #011cee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(1,28,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #011cee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #011cee; -webkit-box-shadow: 1px 1px 3px 2px #011cee; box-shadow: 1px 1px 3px 2px #011cee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(1,28,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 #011cee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #011cee; -webkit-box-shadow: 1px 1px 3px 2px #011cee; box-shadow: 1px 1px 3px 2px #011cee;">
Div content here</div>
This div box has shadow with color #011cee
Comments
No comments written yet.
Please login to write comment.