Color spaces of #baaae6
RGB | 186 | 170 | 230 |
---|---|---|---|
HSL | 0.71 | 0.55 | 0.78 |
HSV | 256° | 26° | 90° |
CMYK | 0.19 | 0.26 | 0.00 0.10 |
XYZ | 48.9074 | 44.9017 | 80.9521 |
Yxy | 44.9017 | 0.2799 | 0.2569 |
Hunter Lab | 67.0087 | 13.0158 | -24.7211 |
CIE-Lab | 72.8271 | 17.7901 | -28.0336 |
#baaae6 color RGB value is (186,170,230).
#baaae6 hex color red value is 186, green value is 170 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #baaae6 hue: 0.71 , saturation: 0.55 and the lightness value of baaae6 is 0.78.
The process color (four color CMYK) of #baaae6 color hex is 0.19, 0.26, 0.00, 0.10. Web safe color of #baaae6 is #cc99ff. Color #baaae6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10101010 | 11100110 |
Octal | 272 | 252 | 346 |
Decimal | 186 | 170 | 230 |
Hex | BA | AA | E6 |
Shades of #baaae6
Tints of #baaae6
RGB Percentages of Color #baaae6
CMYK Percentages of Color #baaae6
Complementary Color
#baaae6 | #d6e6aa |
#baaae6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baaae6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#baaae6 Color CSS Codes
.mybgcolor {background-color:#baaae6; } .myforecolor {color:#baaae6; } .mybordercolor {border:3px solid #baaae6; }
#baaae6 Text Font Color
<p style="color:#baaae6">Text here</p>
This sample text font color is #baaae6
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.
#baaae6 Background Color
<div style="background-color:#baaae6">
Div content here</div>
This div background color is #baaae6
#baaae6 Border Color
<div style="border:3px solid #baaae6">
Div here</div>
This div border color is #baaae6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,170,230, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baaae6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baaae6; -webkit-box-shadow: 1px 1px 3px 2px #baaae6; box-shadow: 1px 1px 3px 2px #baaae6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,170,230, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baaae6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baaae6; -webkit-box-shadow: 1px 1px 3px 2px #baaae6; box-shadow: 1px 1px 3px 2px #baaae6;">
Div content here</div>
This div box has shadow with color #baaae6
Comments
No comments written yet.
Please login to write comment.