Color spaces of #54cabd
RGB | 84 | 202 | 189 |
---|---|---|---|
HSL | 0.48 | 0.53 | 0.56 |
HSV | 173° | 58° | 79° |
CMYK | 0.58 | 0.00 | 0.06 0.21 |
XYZ | 33.9620 | 47.8000 | 55.5805 |
Yxy | 47.8000 | 0.2473 | 0.3480 |
Hunter Lab | 69.1375 | -33.3073 | 0.7323 |
CIE-Lab | 74.6986 | -36.1385 | -3.4626 |
#54cabd color RGB value is (84,202,189).
#54cabd hex color red value is 84, green value is 202 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #54cabd hue: 0.48 , saturation: 0.53 and the lightness value of 54cabd is 0.56.
The process color (four color CMYK) of #54cabd color hex is 0.58, 0.00, 0.06, 0.21. Web safe color of #54cabd is #66cccc. Color #54cabd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01010100 | 11001010 | 10111101 |
Octal | 124 | 312 | 275 |
Decimal | 84 | 202 | 189 |
Hex | 54 | CA | BD |
Shades of #54cabd
Tints of #54cabd
RGB Percentages of Color #54cabd
CMYK Percentages of Color #54cabd
Complementary Color
#54cabd | #ca5461 |
#54cabd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#54cabd Color Preview on White Background
Lorem ipsum dolor sit amet.
#54cabd Color CSS Codes
.mybgcolor {background-color:#54cabd; } .myforecolor {color:#54cabd; } .mybordercolor {border:3px solid #54cabd; }
#54cabd Text Font Color
<p style="color:#54cabd">Text here</p>
This sample text font color is #54cabd
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.
#54cabd Background Color
<div style="background-color:#54cabd">
Div content here</div>
This div background color is #54cabd
#54cabd Border Color
<div style="border:3px solid #54cabd">
Div here</div>
This div border color is #54cabd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(84,202,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #54cabd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #54cabd; -webkit-box-shadow: 1px 1px 3px 2px #54cabd; box-shadow: 1px 1px 3px 2px #54cabd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(84,202,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #54cabd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #54cabd; -webkit-box-shadow: 1px 1px 3px 2px #54cabd; box-shadow: 1px 1px 3px 2px #54cabd;">
Div content here</div>
This div box has shadow with color #54cabd
Comments
No comments written yet.
Please login to write comment.