Color spaces of #98afeb
RGB | 152 | 175 | 235 |
---|---|---|---|
HSL | 0.62 | 0.67 | 0.76 |
HSV | 223° | 35° | 92° |
CMYK | 0.35 | 0.26 | 0.00 0.08 |
XYZ | 43.2743 | 43.3335 | 84.6807 |
Yxy | 43.3335 | 0.2526 | 0.2530 |
Hunter Lab | 65.8282 | 2.1435 | -30.1903 |
CIE-Lab | 71.7807 | 6.2860 | -32.5778 |
#98afeb color RGB value is (152,175,235).
#98afeb hex color red value is 152, green value is 175 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #98afeb hue: 0.62 , saturation: 0.67 and the lightness value of 98afeb is 0.76.
The process color (four color CMYK) of #98afeb color hex is 0.35, 0.26, 0.00, 0.08. Web safe color of #98afeb is #9999ff. Color #98afeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 10101111 | 11101011 |
Octal | 230 | 257 | 353 |
Decimal | 152 | 175 | 235 |
Hex | 98 | AF | EB |
Shades of #98afeb
Tints of #98afeb
RGB Percentages of Color #98afeb
CMYK Percentages of Color #98afeb
Complementary Color
#98afeb | #ebd498 |
#98afeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#98afeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#98afeb Color CSS Codes
.mybgcolor {background-color:#98afeb; } .myforecolor {color:#98afeb; } .mybordercolor {border:3px solid #98afeb; }
#98afeb Text Font Color
<p style="color:#98afeb">Text here</p>
This sample text font color is #98afeb
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.
#98afeb Background Color
<div style="background-color:#98afeb">
Div content here</div>
This div background color is #98afeb
#98afeb Border Color
<div style="border:3px solid #98afeb">
Div here</div>
This div border color is #98afeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,175,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #98afeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #98afeb; -webkit-box-shadow: 1px 1px 3px 2px #98afeb; box-shadow: 1px 1px 3px 2px #98afeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,175,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #98afeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #98afeb; -webkit-box-shadow: 1px 1px 3px 2px #98afeb; box-shadow: 1px 1px 3px 2px #98afeb;">
Div content here</div>
This div box has shadow with color #98afeb
Comments
No comments written yet.
Please login to write comment.