Color spaces of #569bae
RGB | 86 | 155 | 174 |
---|---|---|---|
HSL | 0.54 | 0.35 | 0.51 |
HSV | 193° | 51° | 68° |
CMYK | 0.51 | 0.11 | 0.00 0.32 |
XYZ | 23.1991 | 28.4771 | 44.3183 |
Yxy | 28.4771 | 0.2417 | 0.2967 |
Hunter Lab | 53.3639 | -15.7869 | -11.8851 |
CIE-Lab | 60.3173 | -16.4798 | -16.6375 |
#569bae color RGB value is (86,155,174).
#569bae hex color red value is 86, green value is 155 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #569bae hue: 0.54 , saturation: 0.35 and the lightness value of 569bae is 0.51.
The process color (four color CMYK) of #569bae color hex is 0.51, 0.11, 0.00, 0.32. Web safe color of #569bae is #669999. Color #569bae contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010110 | 10011011 | 10101110 |
Octal | 126 | 233 | 256 |
Decimal | 86 | 155 | 174 |
Hex | 56 | 9B | AE |
Shades of #569bae
Tints of #569bae
RGB Percentages of Color #569bae
CMYK Percentages of Color #569bae
Complementary Color
#569bae | #ae6956 |
#569bae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#569bae Color Preview on White Background
Lorem ipsum dolor sit amet.
#569bae Color CSS Codes
.mybgcolor {background-color:#569bae; } .myforecolor {color:#569bae; } .mybordercolor {border:3px solid #569bae; }
#569bae Text Font Color
<p style="color:#569bae">Text here</p>
This sample text font color is #569bae
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.
#569bae Background Color
<div style="background-color:#569bae">
Div content here</div>
This div background color is #569bae
#569bae Border Color
<div style="border:3px solid #569bae">
Div here</div>
This div border color is #569bae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(86,155,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #569bae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #569bae; -webkit-box-shadow: 1px 1px 3px 2px #569bae; box-shadow: 1px 1px 3px 2px #569bae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(86,155,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #569bae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #569bae; -webkit-box-shadow: 1px 1px 3px 2px #569bae; box-shadow: 1px 1px 3px 2px #569bae;">
Div content here</div>
This div box has shadow with color #569bae
Comments
No comments written yet.
Please login to write comment.