Color spaces of #1acdfb
RGB | 26 | 205 | 251 |
---|---|---|---|
HSL | 0.53 | 0.97 | 0.54 |
HSV | 192° | 90° | 98° |
CMYK | 0.90 | 0.18 | 0.00 0.02 |
XYZ | 39.6699 | 50.8473 | 98.9905 |
Yxy | 50.8473 | 0.2093 | 0.2683 |
Hunter Lab | 71.3073 | -25.4841 | -32.3927 |
CIE-Lab | 76.5864 | -25.4186 | -34.1180 |
#1acdfb color RGB value is (26,205,251).
#1acdfb hex color red value is 26, green value is 205 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #1acdfb hue: 0.53 , saturation: 0.97 and the lightness value of 1acdfb is 0.54.
The process color (four color CMYK) of #1acdfb color hex is 0.90, 0.18, 0.00, 0.02. Web safe color of #1acdfb is #33ccff. Color #1acdfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00011010 | 11001101 | 11111011 |
Octal | 32 | 315 | 373 |
Decimal | 26 | 205 | 251 |
Hex | 1A | CD | FB |
Shades of #1acdfb
Tints of #1acdfb
RGB Percentages of Color #1acdfb
CMYK Percentages of Color #1acdfb
Complementary Color
#1acdfb | #fb481a |
#1acdfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#1acdfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#1acdfb Color CSS Codes
.mybgcolor {background-color:#1acdfb; } .myforecolor {color:#1acdfb; } .mybordercolor {border:3px solid #1acdfb; }
#1acdfb Text Font Color
<p style="color:#1acdfb">Text here</p>
This sample text font color is #1acdfb
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.
#1acdfb Background Color
<div style="background-color:#1acdfb">
Div content here</div>
This div background color is #1acdfb
#1acdfb Border Color
<div style="border:3px solid #1acdfb">
Div here</div>
This div border color is #1acdfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(26,205,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #1acdfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #1acdfb; -webkit-box-shadow: 1px 1px 3px 2px #1acdfb; box-shadow: 1px 1px 3px 2px #1acdfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(26,205,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #1acdfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #1acdfb; -webkit-box-shadow: 1px 1px 3px 2px #1acdfb; box-shadow: 1px 1px 3px 2px #1acdfb;">
Div content here</div>
This div box has shadow with color #1acdfb
Comments
No comments written yet.
Please login to write comment.