Color spaces of #53b57b
RGB | 83 | 181 | 123 |
---|---|---|---|
HSL | 0.40 | 0.40 | 0.52 |
HSV | 144° | 54° | 71° |
CMYK | 0.54 | 0.00 | 0.32 0.29 |
XYZ | 23.6663 | 36.3168 | 24.5014 |
Yxy | 36.3168 | 0.2801 | 0.4299 |
Hunter Lab | 60.2634 | -35.3615 | 18.0788 |
CIE-Lab | 66.7613 | -42.1717 | 21.0433 |
#53b57b color RGB value is (83,181,123).
#53b57b hex color red value is 83, green value is 181 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #53b57b hue: 0.40 , saturation: 0.40 and the lightness value of 53b57b is 0.52.
The process color (four color CMYK) of #53b57b color hex is 0.54, 0.00, 0.32, 0.29. Web safe color of #53b57b is #66cc66. Color #53b57b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010011 | 10110101 | 01111011 |
Octal | 123 | 265 | 173 |
Decimal | 83 | 181 | 123 |
Hex | 53 | B5 | 7B |
Shades of #53b57b
Tints of #53b57b
RGB Percentages of Color #53b57b
CMYK Percentages of Color #53b57b
Complementary Color
#53b57b | #b5538d |
#53b57b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#53b57b Color Preview on White Background
Lorem ipsum dolor sit amet.
#53b57b Color CSS Codes
.mybgcolor {background-color:#53b57b; } .myforecolor {color:#53b57b; } .mybordercolor {border:3px solid #53b57b; }
#53b57b Text Font Color
<p style="color:#53b57b">Text here</p>
This sample text font color is #53b57b
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.
#53b57b Background Color
<div style="background-color:#53b57b">
Div content here</div>
This div background color is #53b57b
#53b57b Border Color
<div style="border:3px solid #53b57b">
Div here</div>
This div border color is #53b57b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(83,181,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #53b57b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #53b57b; -webkit-box-shadow: 1px 1px 3px 2px #53b57b; box-shadow: 1px 1px 3px 2px #53b57b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(83,181,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #53b57b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #53b57b; -webkit-box-shadow: 1px 1px 3px 2px #53b57b; box-shadow: 1px 1px 3px 2px #53b57b;">
Div content here</div>
This div box has shadow with color #53b57b
Comments
No comments written yet.
Please login to write comment.