Color spaces of #12dfff
RGB | 18 | 223 | 255 |
---|---|---|---|
HSL | 0.52 | 1.00 | 0.54 |
HSV | 188° | 93° | 100° |
CMYK | 0.93 | 0.13 | 0.00 0.00 |
XYZ | 44.6871 | 60.1240 | 103.8576 |
Yxy | 60.1240 | 0.2142 | 0.2881 |
Hunter Lab | 77.5397 | -32.8226 | -25.1360 |
CIE-Lab | 81.9055 | -33.2141 | -28.0718 |
#12dfff color RGB value is (18,223,255).
#12dfff hex color red value is 18, green value is 223 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #12dfff hue: 0.52 , saturation: 1.00 and the lightness value of 12dfff is 0.54.
The process color (four color CMYK) of #12dfff color hex is 0.93, 0.13, 0.00, 0.00. Web safe color of #12dfff is #00ccff. Color #12dfff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00010010 | 11011111 | 11111111 |
Octal | 22 | 337 | 377 |
Decimal | 18 | 223 | 255 |
Hex | 12 | DF | FF |
Shades of #12dfff
Tints of #12dfff
RGB Percentages of Color #12dfff
CMYK Percentages of Color #12dfff
Complementary Color
#12dfff | #ff3212 |
#12dfff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#12dfff Color Preview on White Background
Lorem ipsum dolor sit amet.
#12dfff Color CSS Codes
.mybgcolor {background-color:#12dfff; } .myforecolor {color:#12dfff; } .mybordercolor {border:3px solid #12dfff; }
#12dfff Text Font Color
<p style="color:#12dfff">Text here</p>
This sample text font color is #12dfff
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.
#12dfff Background Color
<div style="background-color:#12dfff">
Div content here</div>
This div background color is #12dfff
#12dfff Border Color
<div style="border:3px solid #12dfff">
Div here</div>
This div border color is #12dfff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(18,223,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #12dfff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #12dfff; -webkit-box-shadow: 1px 1px 3px 2px #12dfff; box-shadow: 1px 1px 3px 2px #12dfff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(18,223,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 #12dfff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #12dfff; -webkit-box-shadow: 1px 1px 3px 2px #12dfff; box-shadow: 1px 1px 3px 2px #12dfff;">
Div content here</div>
This div box has shadow with color #12dfff
Comments
No comments written yet.
Please login to write comment.