Color spaces of #5cbaba
RGB | 92 | 186 | 186 |
---|---|---|---|
HSL | 0.50 | 0.41 | 0.55 |
HSV | 180° | 51° | 73° |
CMYK | 0.51 | 0.00 | 0.00 0.27 |
XYZ | 30.8355 | 40.9383 | 52.7311 |
Yxy | 40.9383 | 0.2477 | 0.3288 |
Hunter Lab | 63.9830 | -25.9454 | -4.0752 |
CIE-Lab | 70.1327 | -27.6976 | -8.5554 |
#5cbaba color RGB value is (92,186,186).
#5cbaba hex color red value is 92, green value is 186 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #5cbaba hue: 0.50 , saturation: 0.41 and the lightness value of 5cbaba is 0.55.
The process color (four color CMYK) of #5cbaba color hex is 0.51, 0.00, 0.00, 0.27. Web safe color of #5cbaba is #66cccc. Color #5cbaba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01011100 | 10111010 | 10111010 |
Octal | 134 | 272 | 272 |
Decimal | 92 | 186 | 186 |
Hex | 5C | BA | BA |
Shades of #5cbaba
Tints of #5cbaba
RGB Percentages of Color #5cbaba
CMYK Percentages of Color #5cbaba
Complementary Color
#5cbaba | #ba5c5c |
#5cbaba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#5cbaba Color Preview on White Background
Lorem ipsum dolor sit amet.
#5cbaba Color CSS Codes
.mybgcolor {background-color:#5cbaba; } .myforecolor {color:#5cbaba; } .mybordercolor {border:3px solid #5cbaba; }
#5cbaba Text Font Color
<p style="color:#5cbaba">Text here</p>
This sample text font color is #5cbaba
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.
#5cbaba Background Color
<div style="background-color:#5cbaba">
Div content here</div>
This div background color is #5cbaba
#5cbaba Border Color
<div style="border:3px solid #5cbaba">
Div here</div>
This div border color is #5cbaba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(92,186,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #5cbaba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #5cbaba; -webkit-box-shadow: 1px 1px 3px 2px #5cbaba; box-shadow: 1px 1px 3px 2px #5cbaba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(92,186,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #5cbaba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #5cbaba; -webkit-box-shadow: 1px 1px 3px 2px #5cbaba; box-shadow: 1px 1px 3px 2px #5cbaba;">
Div content here</div>
This div box has shadow with color #5cbaba
Comments
No comments written yet.
Please login to write comment.