Color spaces of #93cdda
RGB | 147 | 205 | 218 |
---|---|---|---|
HSL | 0.53 | 0.49 | 0.72 |
HSV | 191° | 33° | 85° |
CMYK | 0.33 | 0.06 | 0.00 0.15 |
XYZ | 46.5188 | 54.9276 | 74.4800 |
Yxy | 54.9276 | 0.2644 | 0.3122 |
Hunter Lab | 74.1132 | -17.6585 | -7.7043 |
CIE-Lab | 78.9995 | -15.4471 | -12.4282 |
#93cdda color RGB value is (147,205,218).
#93cdda hex color red value is 147, green value is 205 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #93cdda hue: 0.53 , saturation: 0.49 and the lightness value of 93cdda is 0.72.
The process color (four color CMYK) of #93cdda color hex is 0.33, 0.06, 0.00, 0.15. Web safe color of #93cdda is #99cccc. Color #93cdda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 11001101 | 11011010 |
Octal | 223 | 315 | 332 |
Decimal | 147 | 205 | 218 |
Hex | 93 | CD | DA |
Shades of #93cdda
Tints of #93cdda
RGB Percentages of Color #93cdda
CMYK Percentages of Color #93cdda
Complementary Color
#93cdda | #daa093 |
#93cdda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#93cdda Color Preview on White Background
Lorem ipsum dolor sit amet.
#93cdda Color CSS Codes
.mybgcolor {background-color:#93cdda; } .myforecolor {color:#93cdda; } .mybordercolor {border:3px solid #93cdda; }
#93cdda Text Font Color
<p style="color:#93cdda">Text here</p>
This sample text font color is #93cdda
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.
#93cdda Background Color
<div style="background-color:#93cdda">
Div content here</div>
This div background color is #93cdda
#93cdda Border Color
<div style="border:3px solid #93cdda">
Div here</div>
This div border color is #93cdda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,205,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #93cdda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #93cdda; -webkit-box-shadow: 1px 1px 3px 2px #93cdda; box-shadow: 1px 1px 3px 2px #93cdda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,205,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 #93cdda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #93cdda; -webkit-box-shadow: 1px 1px 3px 2px #93cdda; box-shadow: 1px 1px 3px 2px #93cdda;">
Div content here</div>
This div box has shadow with color #93cdda
Comments
No comments written yet.
Please login to write comment.