Color spaces of #93babd
RGB | 147 | 186 | 189 |
---|---|---|---|
HSL | 0.51 | 0.24 | 0.66 |
HSV | 184° | 22° | 74° |
CMYK | 0.22 | 0.02 | 0.00 0.26 |
XYZ | 38.7768 | 44.9950 | 54.7853 |
Yxy | 44.9950 | 0.2799 | 0.3247 |
Hunter Lab | 67.0783 | -14.1993 | -1.4695 |
CIE-Lab | 72.8886 | -12.3051 | -5.8173 |
#93babd color RGB value is (147,186,189).
#93babd hex color red value is 147, green value is 186 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #93babd hue: 0.51 , saturation: 0.24 and the lightness value of 93babd is 0.66.
The process color (four color CMYK) of #93babd color hex is 0.22, 0.02, 0.00, 0.26. Web safe color of #93babd is #99cccc. Color #93babd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 10111010 | 10111101 |
Octal | 223 | 272 | 275 |
Decimal | 147 | 186 | 189 |
Hex | 93 | BA | BD |
Shades of #93babd
Tints of #93babd
RGB Percentages of Color #93babd
CMYK Percentages of Color #93babd
Complementary Color
#93babd | #bd9693 |
#93babd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#93babd Color Preview on White Background
Lorem ipsum dolor sit amet.
#93babd Color CSS Codes
.mybgcolor {background-color:#93babd; } .myforecolor {color:#93babd; } .mybordercolor {border:3px solid #93babd; }
#93babd Text Font Color
<p style="color:#93babd">Text here</p>
This sample text font color is #93babd
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.
#93babd Background Color
<div style="background-color:#93babd">
Div content here</div>
This div background color is #93babd
#93babd Border Color
<div style="border:3px solid #93babd">
Div here</div>
This div border color is #93babd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,186,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #93babd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #93babd; -webkit-box-shadow: 1px 1px 3px 2px #93babd; box-shadow: 1px 1px 3px 2px #93babd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,186,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #93babd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #93babd; -webkit-box-shadow: 1px 1px 3px 2px #93babd; box-shadow: 1px 1px 3px 2px #93babd;">
Div content here</div>
This div box has shadow with color #93babd
Comments
No comments written yet.
Please login to write comment.