Color spaces of #5acbca
RGB | 90 | 203 | 202 |
---|---|---|---|
HSL | 0.50 | 0.52 | 0.57 |
HSV | 179° | 56° | 80° |
CMYK | 0.56 | 0.00 | 0.00 0.20 |
XYZ | 36.2331 | 49.1498 | 63.4543 |
Yxy | 49.1498 | 0.2434 | 0.3302 |
Hunter Lab | 70.1069 | -30.4336 | -4.5890 |
CIE-Lab | 75.5444 | -32.0455 | -9.2214 |
#5acbca color RGB value is (90,203,202).
#5acbca hex color red value is 90, green value is 203 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5acbca hue: 0.50 , saturation: 0.52 and the lightness value of 5acbca is 0.57.
The process color (four color CMYK) of #5acbca color hex is 0.56, 0.00, 0.00, 0.20. Web safe color of #5acbca is #66cccc. Color #5acbca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011010 | 11001011 | 11001010 |
Octal | 132 | 313 | 312 |
Decimal | 90 | 203 | 202 |
Hex | 5A | CB | CA |
Shades of #5acbca
Tints of #5acbca
RGB Percentages of Color #5acbca
CMYK Percentages of Color #5acbca
Complementary Color
#5acbca | #cb5a5b |
#5acbca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5acbca Color Preview on White Background
Lorem ipsum dolor sit amet.
#5acbca Color CSS Codes
.mybgcolor {background-color:#5acbca; } .myforecolor {color:#5acbca; } .mybordercolor {border:3px solid #5acbca; }
#5acbca Text Font Color
<p style="color:#5acbca">Text here</p>
This sample text font color is #5acbca
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.
#5acbca Background Color
<div style="background-color:#5acbca">
Div content here</div>
This div background color is #5acbca
#5acbca Border Color
<div style="border:3px solid #5acbca">
Div here</div>
This div border color is #5acbca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(90,203,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5acbca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5acbca; -webkit-box-shadow: 1px 1px 3px 2px #5acbca; box-shadow: 1px 1px 3px 2px #5acbca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(90,203,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5acbca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5acbca; -webkit-box-shadow: 1px 1px 3px 2px #5acbca; box-shadow: 1px 1px 3px 2px #5acbca;">
Div content here</div>
This div box has shadow with color #5acbca
Comments
No comments written yet.
Please login to write comment.