Color spaces of #95cadd
RGB | 149 | 202 | 221 |
---|---|---|---|
HSL | 0.54 | 0.51 | 0.73 |
HSV | 196° | 33° | 87° |
CMYK | 0.33 | 0.09 | 0.00 0.13 |
XYZ | 46.5661 | 53.8511 | 76.3466 |
Yxy | 53.8511 | 0.2634 | 0.3047 |
Hunter Lab | 73.3833 | -15.1519 | -10.3159 |
CIE-Lab | 78.3748 | -12.6209 | -14.9653 |
#95cadd color RGB value is (149,202,221).
#95cadd hex color red value is 149, green value is 202 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #95cadd hue: 0.54 , saturation: 0.51 and the lightness value of 95cadd is 0.73.
The process color (four color CMYK) of #95cadd color hex is 0.33, 0.09, 0.00, 0.13. Web safe color of #95cadd is #99cccc. Color #95cadd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 11001010 | 11011101 |
Octal | 225 | 312 | 335 |
Decimal | 149 | 202 | 221 |
Hex | 95 | CA | DD |
Shades of #95cadd
Tints of #95cadd
RGB Percentages of Color #95cadd
CMYK Percentages of Color #95cadd
Complementary Color
#95cadd | #dda895 |
#95cadd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#95cadd Color Preview on White Background
Lorem ipsum dolor sit amet.
#95cadd Color CSS Codes
.mybgcolor {background-color:#95cadd; } .myforecolor {color:#95cadd; } .mybordercolor {border:3px solid #95cadd; }
#95cadd Text Font Color
<p style="color:#95cadd">Text here</p>
This sample text font color is #95cadd
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.
#95cadd Background Color
<div style="background-color:#95cadd">
Div content here</div>
This div background color is #95cadd
#95cadd Border Color
<div style="border:3px solid #95cadd">
Div here</div>
This div border color is #95cadd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,202,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #95cadd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #95cadd; -webkit-box-shadow: 1px 1px 3px 2px #95cadd; box-shadow: 1px 1px 3px 2px #95cadd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,202,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #95cadd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #95cadd; -webkit-box-shadow: 1px 1px 3px 2px #95cadd; box-shadow: 1px 1px 3px 2px #95cadd;">
Div content here</div>
This div box has shadow with color #95cadd
Comments
No comments written yet.
Please login to write comment.