Color spaces of #baabfc
RGB | 186 | 171 | 252 |
---|---|---|---|
HSL | 0.70 | 0.93 | 0.83 |
HSV | 251° | 32° | 99° |
CMYK | 0.26 | 0.32 | 0.00 0.01 |
XYZ | 52.3833 | 46.5932 | 98.3279 |
Yxy | 46.5932 | 0.2655 | 0.2361 |
Hunter Lab | 68.2592 | 17.5304 | -37.6262 |
CIE-Lab | 73.9288 | 22.3170 | -38.2668 |
#baabfc color RGB value is (186,171,252).
#baabfc hex color red value is 186, green value is 171 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #baabfc hue: 0.70 , saturation: 0.93 and the lightness value of baabfc is 0.83.
The process color (four color CMYK) of #baabfc color hex is 0.26, 0.32, 0.00, 0.01. Web safe color of #baabfc is #cc99ff. Color #baabfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10101011 | 11111100 |
Octal | 272 | 253 | 374 |
Decimal | 186 | 171 | 252 |
Hex | BA | AB | FC |
Shades of #baabfc
Tints of #baabfc
RGB Percentages of Color #baabfc
CMYK Percentages of Color #baabfc
Complementary Color
#baabfc | #edfcab |
#baabfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baabfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#baabfc Color CSS Codes
.mybgcolor {background-color:#baabfc; } .myforecolor {color:#baabfc; } .mybordercolor {border:3px solid #baabfc; }
#baabfc Text Font Color
<p style="color:#baabfc">Text here</p>
This sample text font color is #baabfc
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.
#baabfc Background Color
<div style="background-color:#baabfc">
Div content here</div>
This div background color is #baabfc
#baabfc Border Color
<div style="border:3px solid #baabfc">
Div here</div>
This div border color is #baabfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,171,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baabfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baabfc; -webkit-box-shadow: 1px 1px 3px 2px #baabfc; box-shadow: 1px 1px 3px 2px #baabfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,171,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baabfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baabfc; -webkit-box-shadow: 1px 1px 3px 2px #baabfc; box-shadow: 1px 1px 3px 2px #baabfc;">
Div content here</div>
This div box has shadow with color #baabfc
Comments
No comments written yet.
Please login to write comment.