Color spaces of #95afdb
RGB | 149 | 175 | 219 |
---|---|---|---|
HSL | 0.60 | 0.49 | 0.72 |
HSV | 218° | 32° | 86° |
CMYK | 0.32 | 0.20 | 0.00 0.14 |
XYZ | 40.5106 | 42.1640 | 73.0212 |
Yxy | 42.1640 | 0.2602 | 0.2708 |
Hunter Lab | 64.9338 | -2.2724 | -21.2208 |
CIE-Lab | 70.9838 | 1.3516 | -25.0903 |
#95afdb color RGB value is (149,175,219).
#95afdb hex color red value is 149, green value is 175 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #95afdb hue: 0.60 , saturation: 0.49 and the lightness value of 95afdb is 0.72.
The process color (four color CMYK) of #95afdb color hex is 0.32, 0.20, 0.00, 0.14. Web safe color of #95afdb is #9999cc. Color #95afdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 10101111 | 11011011 |
Octal | 225 | 257 | 333 |
Decimal | 149 | 175 | 219 |
Hex | 95 | AF | DB |
Shades of #95afdb
Tints of #95afdb
RGB Percentages of Color #95afdb
CMYK Percentages of Color #95afdb
Complementary Color
#95afdb | #dbc195 |
#95afdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#95afdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#95afdb Color CSS Codes
.mybgcolor {background-color:#95afdb; } .myforecolor {color:#95afdb; } .mybordercolor {border:3px solid #95afdb; }
#95afdb Text Font Color
<p style="color:#95afdb">Text here</p>
This sample text font color is #95afdb
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.
#95afdb Background Color
<div style="background-color:#95afdb">
Div content here</div>
This div background color is #95afdb
#95afdb Border Color
<div style="border:3px solid #95afdb">
Div here</div>
This div border color is #95afdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,175,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #95afdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #95afdb; -webkit-box-shadow: 1px 1px 3px 2px #95afdb; box-shadow: 1px 1px 3px 2px #95afdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,175,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #95afdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #95afdb; -webkit-box-shadow: 1px 1px 3px 2px #95afdb; box-shadow: 1px 1px 3px 2px #95afdb;">
Div content here</div>
This div box has shadow with color #95afdb
Comments
No comments written yet.
Please login to write comment.