Color spaces of #bacaba
RGB | 186 | 202 | 186 |
---|---|---|---|
HSL | 0.33 | 0.13 | 0.76 |
HSV | 120° | 8° | 79° |
CMYK | 0.08 | 0.00 | 0.08 0.21 |
XYZ | 50.2332 | 56.2253 | 54.6594 |
Yxy | 56.2253 | 0.3118 | 0.3490 |
Hunter Lab | 74.9835 | -11.6399 | 9.2689 |
CIE-Lab | 79.7419 | -8.4266 | 6.1206 |
#bacaba color RGB value is (186,202,186).
#bacaba hex color red value is 186, green value is 202 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #bacaba hue: 0.33 , saturation: 0.13 and the lightness value of bacaba is 0.76.
The process color (four color CMYK) of #bacaba color hex is 0.08, 0.00, 0.08, 0.21. Web safe color of #bacaba is #cccccc. Color #bacaba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11001010 | 10111010 |
Octal | 272 | 312 | 272 |
Decimal | 186 | 202 | 186 |
Hex | BA | CA | BA |
Shades of #bacaba
Tints of #bacaba
RGB Percentages of Color #bacaba
CMYK Percentages of Color #bacaba
Complementary Color
#bacaba | #cabaca |
#bacaba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bacaba Color Preview on White Background
Lorem ipsum dolor sit amet.
#bacaba Color CSS Codes
.mybgcolor {background-color:#bacaba; } .myforecolor {color:#bacaba; } .mybordercolor {border:3px solid #bacaba; }
#bacaba Text Font Color
<p style="color:#bacaba">Text here</p>
This sample text font color is #bacaba
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.
#bacaba Background Color
<div style="background-color:#bacaba">
Div content here</div>
This div background color is #bacaba
#bacaba Border Color
<div style="border:3px solid #bacaba">
Div here</div>
This div border color is #bacaba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,202,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bacaba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bacaba; -webkit-box-shadow: 1px 1px 3px 2px #bacaba; box-shadow: 1px 1px 3px 2px #bacaba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,202,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 #bacaba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bacaba; -webkit-box-shadow: 1px 1px 3px 2px #bacaba; box-shadow: 1px 1px 3px 2px #bacaba;">
Div content here</div>
This div box has shadow with color #bacaba
#bacaba Color Palettes
Comments
No comments written yet.
Please login to write comment.