Color spaces of #17cefa
RGB | 23 | 206 | 250 |
---|---|---|---|
HSL | 0.53 | 0.96 | 0.54 |
HSV | 192° | 91° | 98° |
CMYK | 0.91 | 0.18 | 0.00 0.02 |
XYZ | 39.6800 | 51.2269 | 98.2389 |
Yxy | 51.2269 | 0.2098 | 0.2708 |
Hunter Lab | 71.5730 | -26.2924 | -31.2786 |
CIE-Lab | 76.8162 | -26.3775 | -33.2301 |
#17cefa color RGB value is (23,206,250).
#17cefa hex color red value is 23, green value is 206 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #17cefa hue: 0.53 , saturation: 0.96 and the lightness value of 17cefa is 0.54.
The process color (four color CMYK) of #17cefa color hex is 0.91, 0.18, 0.00, 0.02. Web safe color of #17cefa is #00ccff. Color #17cefa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010111 | 11001110 | 11111010 |
Octal | 27 | 316 | 372 |
Decimal | 23 | 206 | 250 |
Hex | 17 | CE | FA |
Shades of #17cefa
Tints of #17cefa
RGB Percentages of Color #17cefa
CMYK Percentages of Color #17cefa
Complementary Color
#17cefa | #fa4317 |
#17cefa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#17cefa Color Preview on White Background
Lorem ipsum dolor sit amet.
#17cefa Color CSS Codes
.mybgcolor {background-color:#17cefa; } .myforecolor {color:#17cefa; } .mybordercolor {border:3px solid #17cefa; }
#17cefa Text Font Color
<p style="color:#17cefa">Text here</p>
This sample text font color is #17cefa
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.
#17cefa Background Color
<div style="background-color:#17cefa">
Div content here</div>
This div background color is #17cefa
#17cefa Border Color
<div style="border:3px solid #17cefa">
Div here</div>
This div border color is #17cefa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(23,206,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #17cefa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #17cefa; -webkit-box-shadow: 1px 1px 3px 2px #17cefa; box-shadow: 1px 1px 3px 2px #17cefa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(23,206,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #17cefa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #17cefa; -webkit-box-shadow: 1px 1px 3px 2px #17cefa; box-shadow: 1px 1px 3px 2px #17cefa;">
Div content here</div>
This div box has shadow with color #17cefa
Comments
No comments written yet.
Please login to write comment.