Color spaces of #97ceda
RGB | 151 | 206 | 218 |
---|---|---|---|
HSL | 0.53 | 0.48 | 0.72 |
HSV | 191° | 31° | 85° |
CMYK | 0.31 | 0.06 | 0.00 0.15 |
XYZ | 47.4887 | 55.7839 | 74.5941 |
Yxy | 55.7839 | 0.2670 | 0.3136 |
Hunter Lab | 74.6886 | -17.2108 | -6.9329 |
CIE-Lab | 79.4907 | -14.8443 | -11.6714 |
#97ceda color RGB value is (151,206,218).
#97ceda hex color red value is 151, green value is 206 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #97ceda hue: 0.53 , saturation: 0.48 and the lightness value of 97ceda is 0.72.
The process color (four color CMYK) of #97ceda color hex is 0.31, 0.06, 0.00, 0.15. Web safe color of #97ceda is #99cccc. Color #97ceda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 11001110 | 11011010 |
Octal | 227 | 316 | 332 |
Decimal | 151 | 206 | 218 |
Hex | 97 | CE | DA |
Shades of #97ceda
Tints of #97ceda
RGB Percentages of Color #97ceda
CMYK Percentages of Color #97ceda
Complementary Color
#97ceda | #daa397 |
#97ceda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#97ceda Color Preview on White Background
Lorem ipsum dolor sit amet.
#97ceda Color CSS Codes
.mybgcolor {background-color:#97ceda; } .myforecolor {color:#97ceda; } .mybordercolor {border:3px solid #97ceda; }
#97ceda Text Font Color
<p style="color:#97ceda">Text here</p>
This sample text font color is #97ceda
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.
#97ceda Background Color
<div style="background-color:#97ceda">
Div content here</div>
This div background color is #97ceda
#97ceda Border Color
<div style="border:3px solid #97ceda">
Div here</div>
This div border color is #97ceda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,206,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #97ceda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #97ceda; -webkit-box-shadow: 1px 1px 3px 2px #97ceda; box-shadow: 1px 1px 3px 2px #97ceda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,206,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #97ceda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #97ceda; -webkit-box-shadow: 1px 1px 3px 2px #97ceda; box-shadow: 1px 1px 3px 2px #97ceda;">
Div content here</div>
This div box has shadow with color #97ceda
Comments
No comments written yet.
Please login to write comment.