Color spaces of #95cede
RGB | 149 | 206 | 222 |
---|---|---|---|
HSL | 0.54 | 0.53 | 0.73 |
HSV | 193° | 33° | 87° |
CMYK | 0.33 | 0.07 | 0.00 0.13 |
XYZ | 47.6505 | 55.8061 | 77.3674 |
Yxy | 55.8061 | 0.2635 | 0.3086 |
Hunter Lab | 74.7035 | -16.8728 | -9.1118 |
CIE-Lab | 79.5033 | -14.4489 | -13.8080 |
#95cede color RGB value is (149,206,222).
#95cede hex color red value is 149, green value is 206 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #95cede hue: 0.54 , saturation: 0.53 and the lightness value of 95cede is 0.73.
The process color (four color CMYK) of #95cede color hex is 0.33, 0.07, 0.00, 0.13. Web safe color of #95cede is #99cccc. Color #95cede contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010101 | 11001110 | 11011110 |
Octal | 225 | 316 | 336 |
Decimal | 149 | 206 | 222 |
Hex | 95 | CE | DE |
Shades of #95cede
Tints of #95cede
RGB Percentages of Color #95cede
CMYK Percentages of Color #95cede
Complementary Color
#95cede | #dea595 |
#95cede Color Preview on Black Background
Lorem ipsum dolor sit amet.
#95cede Color Preview on White Background
Lorem ipsum dolor sit amet.
#95cede Color CSS Codes
.mybgcolor {background-color:#95cede; } .myforecolor {color:#95cede; } .mybordercolor {border:3px solid #95cede; }
#95cede Text Font Color
<p style="color:#95cede">Text here</p>
This sample text font color is #95cede
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.
#95cede Background Color
<div style="background-color:#95cede">
Div content here</div>
This div background color is #95cede
#95cede Border Color
<div style="border:3px solid #95cede">
Div here</div>
This div border color is #95cede
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(149,206,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #95cede; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #95cede; -webkit-box-shadow: 1px 1px 3px 2px #95cede; box-shadow: 1px 1px 3px 2px #95cede; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(149,206,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #95cede">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #95cede; -webkit-box-shadow: 1px 1px 3px 2px #95cede; box-shadow: 1px 1px 3px 2px #95cede;">
Div content here</div>
This div box has shadow with color #95cede
Comments
No comments written yet.
Please login to write comment.