Color spaces of #95ccec
RGB | 149 | 204 | 236 |
---|---|---|---|
HSL | 0.56 | 0.70 | 0.75 |
HSV | 202° | 37° | 93° |
CMYK | 0.37 | 0.14 | 0.00 0.07 |
XYZ | 49.1276 | 55.6314 | 87.5055 |
Yxy | 55.6314 | 0.2555 | 0.2893 |
Hunter Lab | 74.5865 | -12.9543 | -17.3490 |
CIE-Lab | 79.4036 | -9.9563 | -21.4578 |
#95ccec color RGB value is (149,204,236).
#95ccec hex color red value is 149, green value is 204 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #95ccec hue: 0.56 , saturation: 0.70 and the lightness value of 95ccec is 0.75.
The process color (four color CMYK) of #95ccec color hex is 0.37, 0.14, 0.00, 0.07. Web safe color of #95ccec is #99ccff. Color #95ccec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 11001100 | 11101100 |
Octal | 225 | 314 | 354 |
Decimal | 149 | 204 | 236 |
Hex | 95 | CC | EC |
Shades of #95ccec
Tints of #95ccec
RGB Percentages of Color #95ccec
CMYK Percentages of Color #95ccec
Complementary Color
#95ccec | #ecb595 |
#95ccec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#95ccec Color Preview on White Background
Lorem ipsum dolor sit amet.
#95ccec Color CSS Codes
.mybgcolor {background-color:#95ccec; } .myforecolor {color:#95ccec; } .mybordercolor {border:3px solid #95ccec; }
#95ccec Text Font Color
<p style="color:#95ccec">Text here</p>
This sample text font color is #95ccec
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.
#95ccec Background Color
<div style="background-color:#95ccec">
Div content here</div>
This div background color is #95ccec
#95ccec Border Color
<div style="border:3px solid #95ccec">
Div here</div>
This div border color is #95ccec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,204,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #95ccec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #95ccec; -webkit-box-shadow: 1px 1px 3px 2px #95ccec; box-shadow: 1px 1px 3px 2px #95ccec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,204,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #95ccec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #95ccec; -webkit-box-shadow: 1px 1px 3px 2px #95ccec; box-shadow: 1px 1px 3px 2px #95ccec;">
Div content here</div>
This div box has shadow with color #95ccec
Comments
No comments written yet.
Please login to write comment.