Color spaces of #1cabdc
RGB | 28 | 171 | 220 |
---|---|---|---|
HSL | 0.54 | 0.77 | 0.49 |
HSV | 195° | 87° | 86° |
CMYK | 0.87 | 0.22 | 0.00 0.14 |
XYZ | 27.9601 | 34.5400 | 72.9034 |
Yxy | 34.5400 | 0.2065 | 0.2551 |
Hunter Lab | 58.7707 | -17.9277 | -32.4080 |
CIE-Lab | 65.3889 | -18.2799 | -34.6425 |
#1cabdc color RGB value is (28,171,220).
#1cabdc hex color red value is 28, green value is 171 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #1cabdc hue: 0.54 , saturation: 0.77 and the lightness value of 1cabdc is 0.49.
The process color (four color CMYK) of #1cabdc color hex is 0.87, 0.22, 0.00, 0.14. Web safe color of #1cabdc is #3399cc. Color #1cabdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011100 | 10101011 | 11011100 |
Octal | 34 | 253 | 334 |
Decimal | 28 | 171 | 220 |
Hex | 1C | AB | DC |
Shades of #1cabdc
Tints of #1cabdc
RGB Percentages of Color #1cabdc
CMYK Percentages of Color #1cabdc
Complementary Color
#1cabdc | #dc4d1c |
#1cabdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1cabdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#1cabdc Color CSS Codes
.mybgcolor {background-color:#1cabdc; } .myforecolor {color:#1cabdc; } .mybordercolor {border:3px solid #1cabdc; }
#1cabdc Text Font Color
<p style="color:#1cabdc">Text here</p>
This sample text font color is #1cabdc
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.
#1cabdc Background Color
<div style="background-color:#1cabdc">
Div content here</div>
This div background color is #1cabdc
#1cabdc Border Color
<div style="border:3px solid #1cabdc">
Div here</div>
This div border color is #1cabdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(28,171,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1cabdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1cabdc; -webkit-box-shadow: 1px 1px 3px 2px #1cabdc; box-shadow: 1px 1px 3px 2px #1cabdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(28,171,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1cabdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1cabdc; -webkit-box-shadow: 1px 1px 3px 2px #1cabdc; box-shadow: 1px 1px 3px 2px #1cabdc;">
Div content here</div>
This div box has shadow with color #1cabdc
Comments
No comments written yet.
Please login to write comment.