Color spaces of #0ac8fc
RGB | 10 | 200 | 252 |
---|---|---|---|
HSL | 0.54 | 0.98 | 0.51 |
HSV | 193° | 96° | 99° |
CMYK | 0.96 | 0.21 | 0.00 0.01 |
XYZ | 38.3501 | 48.4014 | 99.4166 |
Yxy | 48.4014 | 0.2060 | 0.2600 |
Hunter Lab | 69.5711 | -23.3538 | -36.0252 |
CIE-Lab | 75.0774 | -23.1048 | -36.9973 |
#0ac8fc color RGB value is (10,200,252).
#0ac8fc hex color red value is 10, green value is 200 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #0ac8fc hue: 0.54 , saturation: 0.98 and the lightness value of 0ac8fc is 0.51.
The process color (four color CMYK) of #0ac8fc color hex is 0.96, 0.21, 0.00, 0.01. Web safe color of #0ac8fc is #00ccff. Color #0ac8fc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00001010 | 11001000 | 11111100 |
Octal | 12 | 310 | 374 |
Decimal | 10 | 200 | 252 |
Hex | A | C8 | FC |
Shades of #0ac8fc
Tints of #0ac8fc
RGB Percentages of Color #0ac8fc
CMYK Percentages of Color #0ac8fc
Complementary Color
#0ac8fc | #fc3e0a |
#0ac8fc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#0ac8fc Color Preview on White Background
Lorem ipsum dolor sit amet.
#0ac8fc Color CSS Codes
.mybgcolor {background-color:#0ac8fc; } .myforecolor {color:#0ac8fc; } .mybordercolor {border:3px solid #0ac8fc; }
#0ac8fc Text Font Color
<p style="color:#0ac8fc">Text here</p>
This sample text font color is #0ac8fc
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.
#0ac8fc Background Color
<div style="background-color:#0ac8fc">
Div content here</div>
This div background color is #0ac8fc
#0ac8fc Border Color
<div style="border:3px solid #0ac8fc">
Div here</div>
This div border color is #0ac8fc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(10,200,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #0ac8fc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #0ac8fc; -webkit-box-shadow: 1px 1px 3px 2px #0ac8fc; box-shadow: 1px 1px 3px 2px #0ac8fc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(10,200,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #0ac8fc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #0ac8fc; -webkit-box-shadow: 1px 1px 3px 2px #0ac8fc; box-shadow: 1px 1px 3px 2px #0ac8fc;">
Div content here</div>
This div box has shadow with color #0ac8fc
#0ac8fc Color Palettes
Comments
No comments written yet.
Please login to write comment.