Color spaces of #bacaea
RGB | 186 | 202 | 234 |
---|---|---|---|
HSL | 0.61 | 0.53 | 0.82 |
HSV | 220° | 21° | 92° |
CMYK | 0.21 | 0.14 | 0.00 0.08 |
XYZ | 56.2215 | 58.6207 | 86.1936 |
Yxy | 58.6207 | 0.2797 | 0.2916 |
Hunter Lab | 76.5642 | -2.9137 | -13.1520 |
CIE-Lab | 81.0827 | 1.2587 | -17.6289 |
#bacaea color RGB value is (186,202,234).
#bacaea hex color red value is 186, green value is 202 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bacaea hue: 0.61 , saturation: 0.53 and the lightness value of bacaea is 0.82.
The process color (four color CMYK) of #bacaea color hex is 0.21, 0.14, 0.00, 0.08. Web safe color of #bacaea is #ccccff. Color #bacaea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11001010 | 11101010 |
Octal | 272 | 312 | 352 |
Decimal | 186 | 202 | 234 |
Hex | BA | CA | EA |
Shades of #bacaea
Tints of #bacaea
RGB Percentages of Color #bacaea
CMYK Percentages of Color #bacaea
Complementary Color
#bacaea | #eadaba |
#bacaea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bacaea Color Preview on White Background
Lorem ipsum dolor sit amet.
#bacaea Color CSS Codes
.mybgcolor {background-color:#bacaea; } .myforecolor {color:#bacaea; } .mybordercolor {border:3px solid #bacaea; }
#bacaea Text Font Color
<p style="color:#bacaea">Text here</p>
This sample text font color is #bacaea
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.
#bacaea Background Color
<div style="background-color:#bacaea">
Div content here</div>
This div background color is #bacaea
#bacaea Border Color
<div style="border:3px solid #bacaea">
Div here</div>
This div border color is #bacaea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,202,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bacaea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bacaea; -webkit-box-shadow: 1px 1px 3px 2px #bacaea; box-shadow: 1px 1px 3px 2px #bacaea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,202,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bacaea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bacaea; -webkit-box-shadow: 1px 1px 3px 2px #bacaea; box-shadow: 1px 1px 3px 2px #bacaea;">
Div content here</div>
This div box has shadow with color #bacaea
Comments
No comments written yet.
Please login to write comment.