Color spaces of #93abbb
RGB | 147 | 171 | 187 |
---|---|---|---|
HSL | 0.57 | 0.23 | 0.65 |
HSV | 204° | 21° | 73° |
CMYK | 0.21 | 0.09 | 0.00 0.27 |
XYZ | 35.5652 | 38.9167 | 52.6509 |
Yxy | 38.9167 | 0.2797 | 0.3061 |
Hunter Lab | 62.3833 | -7.4064 | -6.3719 |
CIE-Lab | 68.6909 | -4.7458 | -10.9616 |
#93abbb color RGB value is (147,171,187).
#93abbb hex color red value is 147, green value is 171 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #93abbb hue: 0.57 , saturation: 0.23 and the lightness value of 93abbb is 0.65.
The process color (four color CMYK) of #93abbb color hex is 0.21, 0.09, 0.00, 0.27. Web safe color of #93abbb is #9999cc. Color #93abbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 10101011 | 10111011 |
Octal | 223 | 253 | 273 |
Decimal | 147 | 171 | 187 |
Hex | 93 | AB | BB |
Shades of #93abbb
Tints of #93abbb
RGB Percentages of Color #93abbb
CMYK Percentages of Color #93abbb
Complementary Color
#93abbb | #bba393 |
#93abbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#93abbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#93abbb Color CSS Codes
.mybgcolor {background-color:#93abbb; } .myforecolor {color:#93abbb; } .mybordercolor {border:3px solid #93abbb; }
#93abbb Text Font Color
<p style="color:#93abbb">Text here</p>
This sample text font color is #93abbb
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.
#93abbb Background Color
<div style="background-color:#93abbb">
Div content here</div>
This div background color is #93abbb
#93abbb Border Color
<div style="border:3px solid #93abbb">
Div here</div>
This div border color is #93abbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,171,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #93abbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #93abbb; -webkit-box-shadow: 1px 1px 3px 2px #93abbb; box-shadow: 1px 1px 3px 2px #93abbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,171,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #93abbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #93abbb; -webkit-box-shadow: 1px 1px 3px 2px #93abbb; box-shadow: 1px 1px 3px 2px #93abbb;">
Div content here</div>
This div box has shadow with color #93abbb
Comments
No comments written yet.
Please login to write comment.