Color spaces of #98acff
RGB | 152 | 172 | 255 |
---|---|---|---|
HSL | 0.63 | 1.00 | 0.80 |
HSV | 228° | 40° | 100° |
CMYK | 0.40 | 0.33 | 0.00 0.00 |
XYZ | 45.7514 | 43.4004 | 100.5735 |
Yxy | 43.4004 | 0.2411 | 0.2288 |
Hunter Lab | 65.8790 | 8.6758 | -44.3992 |
CIE-Lab | 71.8259 | 13.2951 | -43.3531 |
#98acff color RGB value is (152,172,255).
#98acff hex color red value is 152, green value is 172 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #98acff hue: 0.63 , saturation: 1.00 and the lightness value of 98acff is 0.80.
The process color (four color CMYK) of #98acff color hex is 0.40, 0.33, 0.00, 0.00. Web safe color of #98acff is #9999ff. Color #98acff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 10101100 | 11111111 |
Octal | 230 | 254 | 377 |
Decimal | 152 | 172 | 255 |
Hex | 98 | AC | FF |
Shades of #98acff
Tints of #98acff
RGB Percentages of Color #98acff
CMYK Percentages of Color #98acff
Complementary Color
#98acff | #ffeb98 |
#98acff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#98acff Color Preview on White Background
Lorem ipsum dolor sit amet.
#98acff Color CSS Codes
.mybgcolor {background-color:#98acff; } .myforecolor {color:#98acff; } .mybordercolor {border:3px solid #98acff; }
#98acff Text Font Color
<p style="color:#98acff">Text here</p>
This sample text font color is #98acff
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.
#98acff Background Color
<div style="background-color:#98acff">
Div content here</div>
This div background color is #98acff
#98acff Border Color
<div style="border:3px solid #98acff">
Div here</div>
This div border color is #98acff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,172,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #98acff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #98acff; -webkit-box-shadow: 1px 1px 3px 2px #98acff; box-shadow: 1px 1px 3px 2px #98acff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,172,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 #98acff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #98acff; -webkit-box-shadow: 1px 1px 3px 2px #98acff; box-shadow: 1px 1px 3px 2px #98acff;">
Div content here</div>
This div box has shadow with color #98acff
Comments
No comments written yet.
Please login to write comment.