Color spaces of #b4aedc
RGB | 180 | 174 | 220 |
---|---|---|---|
HSL | 0.69 | 0.40 | 0.77 |
HSV | 248° | 21° | 86° |
CMYK | 0.18 | 0.21 | 0.00 0.14 |
XYZ | 46.8767 | 45.1427 | 73.9529 |
Yxy | 45.1427 | 0.2824 | 0.2720 |
Hunter Lab | 67.1883 | 6.9583 | -18.2276 |
CIE-Lab | 72.9858 | 11.4823 | -22.3801 |
#b4aedc color RGB value is (180,174,220).
#b4aedc hex color red value is 180, green value is 174 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b4aedc hue: 0.69 , saturation: 0.40 and the lightness value of b4aedc is 0.77.
The process color (four color CMYK) of #b4aedc color hex is 0.18, 0.21, 0.00, 0.14. Web safe color of #b4aedc is #cc99cc. Color #b4aedc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110100 | 10101110 | 11011100 |
Octal | 264 | 256 | 334 |
Decimal | 180 | 174 | 220 |
Hex | B4 | AE | DC |
Shades of #b4aedc
Tints of #b4aedc
RGB Percentages of Color #b4aedc
CMYK Percentages of Color #b4aedc
Complementary Color
#b4aedc | #d6dcae |
#b4aedc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b4aedc Color Preview on White Background
Lorem ipsum dolor sit amet.
#b4aedc Color CSS Codes
.mybgcolor {background-color:#b4aedc; } .myforecolor {color:#b4aedc; } .mybordercolor {border:3px solid #b4aedc; }
#b4aedc Text Font Color
<p style="color:#b4aedc">Text here</p>
This sample text font color is #b4aedc
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.
#b4aedc Background Color
<div style="background-color:#b4aedc">
Div content here</div>
This div background color is #b4aedc
#b4aedc Border Color
<div style="border:3px solid #b4aedc">
Div here</div>
This div border color is #b4aedc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(180,174,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b4aedc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b4aedc; -webkit-box-shadow: 1px 1px 3px 2px #b4aedc; box-shadow: 1px 1px 3px 2px #b4aedc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(180,174,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b4aedc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b4aedc; -webkit-box-shadow: 1px 1px 3px 2px #b4aedc; box-shadow: 1px 1px 3px 2px #b4aedc;">
Div content here</div>
This div box has shadow with color #b4aedc
Comments
No comments written yet.
Please login to write comment.