Color spaces of #1cbbf3
RGB | 28 | 187 | 243 |
---|---|---|---|
HSL | 0.54 | 0.90 | 0.53 |
HSV | 196° | 88° | 95° |
CMYK | 0.88 | 0.23 | 0.00 0.05 |
XYZ | 34.4269 | 42.2586 | 91.1363 |
Yxy | 42.2586 | 0.2051 | 0.2518 |
Hunter Lab | 65.0066 | -19.2296 | -37.6172 |
CIE-Lab | 71.0488 | -18.7951 | -38.3995 |
#1cbbf3 color RGB value is (28,187,243).
#1cbbf3 hex color red value is 28, green value is 187 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #1cbbf3 hue: 0.54 , saturation: 0.90 and the lightness value of 1cbbf3 is 0.53.
The process color (four color CMYK) of #1cbbf3 color hex is 0.88, 0.23, 0.00, 0.05. Web safe color of #1cbbf3 is #33ccff. Color #1cbbf3 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011100 | 10111011 | 11110011 |
Octal | 34 | 273 | 363 |
Decimal | 28 | 187 | 243 |
Hex | 1C | BB | F3 |
Shades of #1cbbf3
Tints of #1cbbf3
RGB Percentages of Color #1cbbf3
CMYK Percentages of Color #1cbbf3
Complementary Color
#1cbbf3 | #f3541c |
#1cbbf3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1cbbf3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#1cbbf3 Color CSS Codes
.mybgcolor {background-color:#1cbbf3; } .myforecolor {color:#1cbbf3; } .mybordercolor {border:3px solid #1cbbf3; }
#1cbbf3 Text Font Color
<p style="color:#1cbbf3">Text here</p>
This sample text font color is #1cbbf3
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.
#1cbbf3 Background Color
<div style="background-color:#1cbbf3">
Div content here</div>
This div background color is #1cbbf3
#1cbbf3 Border Color
<div style="border:3px solid #1cbbf3">
Div here</div>
This div border color is #1cbbf3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(28,187,243, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1cbbf3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1cbbf3; -webkit-box-shadow: 1px 1px 3px 2px #1cbbf3; box-shadow: 1px 1px 3px 2px #1cbbf3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(28,187,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 #1cbbf3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1cbbf3; -webkit-box-shadow: 1px 1px 3px 2px #1cbbf3; box-shadow: 1px 1px 3px 2px #1cbbf3;">
Div content here</div>
This div box has shadow with color #1cbbf3
Comments
No comments written yet.
Please login to write comment.