Color spaces of #1bcef3
RGB | 27 | 206 | 243 |
---|---|---|---|
HSL | 0.53 | 0.90 | 0.53 |
HSV | 190° | 89° | 95° |
CMYK | 0.89 | 0.15 | 0.00 0.05 |
XYZ | 38.7010 | 50.8467 | 92.5687 |
Yxy | 50.8467 | 0.2125 | 0.2792 |
Hunter Lab | 71.3069 | -27.9082 | -27.0539 |
CIE-Lab | 76.5861 | -28.4842 | -29.8349 |
#1bcef3 color RGB value is (27,206,243).
#1bcef3 hex color red value is 27, green value is 206 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #1bcef3 hue: 0.53 , saturation: 0.90 and the lightness value of 1bcef3 is 0.53.
The process color (four color CMYK) of #1bcef3 color hex is 0.89, 0.15, 0.00, 0.05. Web safe color of #1bcef3 is #33ccff. Color #1bcef3 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011011 | 11001110 | 11110011 |
Octal | 33 | 316 | 363 |
Decimal | 27 | 206 | 243 |
Hex | 1B | CE | F3 |
Shades of #1bcef3
Tints of #1bcef3
RGB Percentages of Color #1bcef3
CMYK Percentages of Color #1bcef3
Complementary Color
#1bcef3 | #f3401b |
#1bcef3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1bcef3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#1bcef3 Color CSS Codes
.mybgcolor {background-color:#1bcef3; } .myforecolor {color:#1bcef3; } .mybordercolor {border:3px solid #1bcef3; }
#1bcef3 Text Font Color
<p style="color:#1bcef3">Text here</p>
This sample text font color is #1bcef3
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.
#1bcef3 Background Color
<div style="background-color:#1bcef3">
Div content here</div>
This div background color is #1bcef3
#1bcef3 Border Color
<div style="border:3px solid #1bcef3">
Div here</div>
This div border color is #1bcef3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(27,206,243, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1bcef3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1bcef3; -webkit-box-shadow: 1px 1px 3px 2px #1bcef3; box-shadow: 1px 1px 3px 2px #1bcef3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(27,206,243, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1bcef3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1bcef3; -webkit-box-shadow: 1px 1px 3px 2px #1bcef3; box-shadow: 1px 1px 3px 2px #1bcef3;">
Div content here</div>
This div box has shadow with color #1bcef3
Comments
No comments written yet.
Please login to write comment.