Color spaces of #5bbdae
RGB | 91 | 189 | 174 |
---|---|---|---|
HSL | 0.47 | 0.43 | 0.55 |
HSV | 171° | 52° | 74° |
CMYK | 0.52 | 0.00 | 0.08 0.26 |
XYZ | 30.1520 | 41.6753 | 46.4994 |
Yxy | 41.6753 | 0.2548 | 0.3522 |
Hunter Lab | 64.5564 | -29.6027 | 2.4834 |
CIE-Lab | 70.6465 | -32.4698 | -1.2214 |
#5bbdae color RGB value is (91,189,174).
#5bbdae hex color red value is 91, green value is 189 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5bbdae hue: 0.47 , saturation: 0.43 and the lightness value of 5bbdae is 0.55.
The process color (four color CMYK) of #5bbdae color hex is 0.52, 0.00, 0.08, 0.26. Web safe color of #5bbdae is #66cc99. Color #5bbdae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011011 | 10111101 | 10101110 |
Octal | 133 | 275 | 256 |
Decimal | 91 | 189 | 174 |
Hex | 5B | BD | AE |
Shades of #5bbdae
Tints of #5bbdae
RGB Percentages of Color #5bbdae
CMYK Percentages of Color #5bbdae
Complementary Color
#5bbdae | #bd5b6a |
#5bbdae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5bbdae Color Preview on White Background
Lorem ipsum dolor sit amet.
#5bbdae Color CSS Codes
.mybgcolor {background-color:#5bbdae; } .myforecolor {color:#5bbdae; } .mybordercolor {border:3px solid #5bbdae; }
#5bbdae Text Font Color
<p style="color:#5bbdae">Text here</p>
This sample text font color is #5bbdae
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.
#5bbdae Background Color
<div style="background-color:#5bbdae">
Div content here</div>
This div background color is #5bbdae
#5bbdae Border Color
<div style="border:3px solid #5bbdae">
Div here</div>
This div border color is #5bbdae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(91,189,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5bbdae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5bbdae; -webkit-box-shadow: 1px 1px 3px 2px #5bbdae; box-shadow: 1px 1px 3px 2px #5bbdae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(91,189,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 #5bbdae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5bbdae; -webkit-box-shadow: 1px 1px 3px 2px #5bbdae; box-shadow: 1px 1px 3px 2px #5bbdae;">
Div content here</div>
This div box has shadow with color #5bbdae
Comments
No comments written yet.
Please login to write comment.