Color spaces of #1cdbff
RGB | 28 | 219 | 255 |
---|---|---|---|
HSL | 0.53 | 1.00 | 0.55 |
HSV | 190° | 89° | 100° |
CMYK | 0.89 | 0.14 | 0.00 0.00 |
XYZ | 43.8604 | 58.1299 | 103.5163 |
Yxy | 58.1299 | 0.2134 | 0.2829 |
Hunter Lab | 76.2430 | -30.7392 | -27.1289 |
CIE-Lab | 80.8110 | -30.9085 | -29.7431 |
#1cdbff color RGB value is (28,219,255).
#1cdbff hex color red value is 28, green value is 219 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1cdbff hue: 0.53 , saturation: 1.00 and the lightness value of 1cdbff is 0.55.
The process color (four color CMYK) of #1cdbff color hex is 0.89, 0.14, 0.00, 0.00. Web safe color of #1cdbff is #33ccff. Color #1cdbff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011100 | 11011011 | 11111111 |
Octal | 34 | 333 | 377 |
Decimal | 28 | 219 | 255 |
Hex | 1C | DB | FF |
Shades of #1cdbff
Tints of #1cdbff
RGB Percentages of Color #1cdbff
CMYK Percentages of Color #1cdbff
Complementary Color
#1cdbff | #ff401c |
#1cdbff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1cdbff Color Preview on White Background
Lorem ipsum dolor sit amet.
#1cdbff Color CSS Codes
.mybgcolor {background-color:#1cdbff; } .myforecolor {color:#1cdbff; } .mybordercolor {border:3px solid #1cdbff; }
#1cdbff Text Font Color
<p style="color:#1cdbff">Text here</p>
This sample text font color is #1cdbff
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.
#1cdbff Background Color
<div style="background-color:#1cdbff">
Div content here</div>
This div background color is #1cdbff
#1cdbff Border Color
<div style="border:3px solid #1cdbff">
Div here</div>
This div border color is #1cdbff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(28,219,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1cdbff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1cdbff; -webkit-box-shadow: 1px 1px 3px 2px #1cdbff; box-shadow: 1px 1px 3px 2px #1cdbff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(28,219,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1cdbff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1cdbff; -webkit-box-shadow: 1px 1px 3px 2px #1cdbff; box-shadow: 1px 1px 3px 2px #1cdbff;">
Div content here</div>
This div box has shadow with color #1cdbff
Comments
No comments written yet.
Please login to write comment.