Color spaces of #93abcb
RGB | 147 | 171 | 203 |
---|---|---|---|
HSL | 0.60 | 0.35 | 0.69 |
HSV | 214° | 28° | 80° |
CMYK | 0.28 | 0.16 | 0.00 0.20 |
XYZ | 37.3750 | 39.6407 | 62.1815 |
Yxy | 39.6407 | 0.2685 | 0.2848 |
Hunter Lab | 62.9609 | -4.2198 | -14.4835 |
CIE-Lab | 69.2129 | -0.9849 | -19.0134 |
#93abcb color RGB value is (147,171,203).
#93abcb hex color red value is 147, green value is 171 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #93abcb hue: 0.60 , saturation: 0.35 and the lightness value of 93abcb is 0.69.
The process color (four color CMYK) of #93abcb color hex is 0.28, 0.16, 0.00, 0.20. Web safe color of #93abcb is #9999cc. Color #93abcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010011 | 10101011 | 11001011 |
Octal | 223 | 253 | 313 |
Decimal | 147 | 171 | 203 |
Hex | 93 | AB | CB |
Shades of #93abcb
Tints of #93abcb
RGB Percentages of Color #93abcb
CMYK Percentages of Color #93abcb
Complementary Color
#93abcb | #cbb393 |
#93abcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#93abcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#93abcb Color CSS Codes
.mybgcolor {background-color:#93abcb; } .myforecolor {color:#93abcb; } .mybordercolor {border:3px solid #93abcb; }
#93abcb Text Font Color
<p style="color:#93abcb">Text here</p>
This sample text font color is #93abcb
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.
#93abcb Background Color
<div style="background-color:#93abcb">
Div content here</div>
This div background color is #93abcb
#93abcb Border Color
<div style="border:3px solid #93abcb">
Div here</div>
This div border color is #93abcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(147,171,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #93abcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #93abcb; -webkit-box-shadow: 1px 1px 3px 2px #93abcb; box-shadow: 1px 1px 3px 2px #93abcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(147,171,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #93abcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #93abcb; -webkit-box-shadow: 1px 1px 3px 2px #93abcb; box-shadow: 1px 1px 3px 2px #93abcb;">
Div content here</div>
This div box has shadow with color #93abcb
Comments
No comments written yet.
Please login to write comment.