Color spaces of #54cdaa
RGB | 84 | 205 | 170 |
---|---|---|---|
HSL | 0.45 | 0.55 | 0.57 |
HSV | 163° | 59° | 80° |
CMYK | 0.59 | 0.00 | 0.17 0.20 |
XYZ | 32.7432 | 48.4497 | 45.6562 |
Yxy | 48.4497 | 0.2581 | 0.3819 |
Hunter Lab | 69.6058 | -37.8422 | 9.8343 |
CIE-Lab | 75.1077 | -42.1978 | 7.3863 |
#54cdaa color RGB value is (84,205,170).
#54cdaa hex color red value is 84, green value is 205 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #54cdaa hue: 0.45 , saturation: 0.55 and the lightness value of 54cdaa is 0.57.
The process color (four color CMYK) of #54cdaa color hex is 0.59, 0.00, 0.17, 0.20. Web safe color of #54cdaa is #66cc99. Color #54cdaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 11001101 | 10101010 |
Octal | 124 | 315 | 252 |
Decimal | 84 | 205 | 170 |
Hex | 54 | CD | AA |
Shades of #54cdaa
Tints of #54cdaa
RGB Percentages of Color #54cdaa
CMYK Percentages of Color #54cdaa
Complementary Color
#54cdaa | #cd5477 |
#54cdaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#54cdaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#54cdaa Color CSS Codes
.mybgcolor {background-color:#54cdaa; } .myforecolor {color:#54cdaa; } .mybordercolor {border:3px solid #54cdaa; }
#54cdaa Text Font Color
<p style="color:#54cdaa">Text here</p>
This sample text font color is #54cdaa
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.
#54cdaa Background Color
<div style="background-color:#54cdaa">
Div content here</div>
This div background color is #54cdaa
#54cdaa Border Color
<div style="border:3px solid #54cdaa">
Div here</div>
This div border color is #54cdaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,205,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #54cdaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #54cdaa; -webkit-box-shadow: 1px 1px 3px 2px #54cdaa; box-shadow: 1px 1px 3px 2px #54cdaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,205,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #54cdaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #54cdaa; -webkit-box-shadow: 1px 1px 3px 2px #54cdaa; box-shadow: 1px 1px 3px 2px #54cdaa;">
Div content here</div>
This div box has shadow with color #54cdaa
Comments
No comments written yet.
Please login to write comment.