Color spaces of #5caabb
RGB | 92 | 170 | 187 |
---|---|---|---|
HSL | 0.53 | 0.41 | 0.55 |
HSV | 191° | 51° | 73° |
CMYK | 0.51 | 0.09 | 0.00 0.27 |
XYZ | 27.7580 | 34.6126 | 52.2316 |
Yxy | 34.6126 | 0.2422 | 0.3020 |
Hunter Lab | 58.8325 | -18.7380 | -11.4551 |
CIE-Lab | 65.4459 | -19.3286 | -16.1385 |
#5caabb color RGB value is (92,170,187).
#5caabb hex color red value is 92, green value is 170 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5caabb hue: 0.53 , saturation: 0.41 and the lightness value of 5caabb is 0.55.
The process color (four color CMYK) of #5caabb color hex is 0.51, 0.09, 0.00, 0.27. Web safe color of #5caabb is #6699cc. Color #5caabb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011100 | 10101010 | 10111011 |
Octal | 134 | 252 | 273 |
Decimal | 92 | 170 | 187 |
Hex | 5C | AA | BB |
Shades of #5caabb
Tints of #5caabb
RGB Percentages of Color #5caabb
CMYK Percentages of Color #5caabb
Complementary Color
#5caabb | #bb6d5c |
#5caabb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5caabb Color Preview on White Background
Lorem ipsum dolor sit amet.
#5caabb Color CSS Codes
.mybgcolor {background-color:#5caabb; } .myforecolor {color:#5caabb; } .mybordercolor {border:3px solid #5caabb; }
#5caabb Text Font Color
<p style="color:#5caabb">Text here</p>
This sample text font color is #5caabb
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.
#5caabb Background Color
<div style="background-color:#5caabb">
Div content here</div>
This div background color is #5caabb
#5caabb Border Color
<div style="border:3px solid #5caabb">
Div here</div>
This div border color is #5caabb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(92,170,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5caabb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5caabb; -webkit-box-shadow: 1px 1px 3px 2px #5caabb; box-shadow: 1px 1px 3px 2px #5caabb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(92,170,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 #5caabb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5caabb; -webkit-box-shadow: 1px 1px 3px 2px #5caabb; box-shadow: 1px 1px 3px 2px #5caabb;">
Div content here</div>
This div box has shadow with color #5caabb
Comments
No comments written yet.
Please login to write comment.