Color spaces of #93dbdc
RGB | 147 | 219 | 220 |
---|---|---|---|
HSL | 0.50 | 0.51 | 0.72 |
HSV | 181° | 33° | 86° |
CMYK | 0.33 | 0.00 | 0.00 0.14 |
XYZ | 50.2824 | 62.0334 | 77.0336 |
Yxy | 62.0334 | 0.2656 | 0.3276 |
Hunter Lab | 78.7613 | -23.8751 | -2.8565 |
CIE-Lab | 82.9312 | -22.0417 | -7.6409 |
#93dbdc color RGB value is (147,219,220).
#93dbdc hex color red value is 147, green value is 219 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #93dbdc hue: 0.50 , saturation: 0.51 and the lightness value of 93dbdc is 0.72.
The process color (four color CMYK) of #93dbdc color hex is 0.33, 0.00, 0.00, 0.14. Web safe color of #93dbdc is #99cccc. Color #93dbdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 11011011 | 11011100 |
Octal | 223 | 333 | 334 |
Decimal | 147 | 219 | 220 |
Hex | 93 | DB | DC |
Shades of #93dbdc
Tints of #93dbdc
RGB Percentages of Color #93dbdc
CMYK Percentages of Color #93dbdc
Complementary Color
#93dbdc | #dc9493 |
#93dbdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#93dbdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#93dbdc Color CSS Codes
.mybgcolor {background-color:#93dbdc; } .myforecolor {color:#93dbdc; } .mybordercolor {border:3px solid #93dbdc; }
#93dbdc Text Font Color
<p style="color:#93dbdc">Text here</p>
This sample text font color is #93dbdc
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.
#93dbdc Background Color
<div style="background-color:#93dbdc">
Div content here</div>
This div background color is #93dbdc
#93dbdc Border Color
<div style="border:3px solid #93dbdc">
Div here</div>
This div border color is #93dbdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,219,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #93dbdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #93dbdc; -webkit-box-shadow: 1px 1px 3px 2px #93dbdc; box-shadow: 1px 1px 3px 2px #93dbdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,219,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #93dbdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #93dbdc; -webkit-box-shadow: 1px 1px 3px 2px #93dbdc; box-shadow: 1px 1px 3px 2px #93dbdc;">
Div content here</div>
This div box has shadow with color #93dbdc
Comments
No comments written yet.
Please login to write comment.