Color spaces of #bcaeb4
RGB | 188 | 174 | 180 |
---|---|---|---|
HSL | 0.93 | 0.09 | 0.71 |
HSV | 334° | 7° | 74° |
CMYK | 0.00 | 0.07 | 0.04 0.26 |
XYZ | 44.1133 | 44.2588 | 49.3978 |
Yxy | 44.2588 | 0.3202 | 0.3213 |
Hunter Lab | 66.5273 | 1.9381 | 2.5451 |
CIE-Lab | 72.4011 | 6.0819 | -1.2625 |
#bcaeb4 color RGB value is (188,174,180).
#bcaeb4 hex color red value is 188, green value is 174 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #bcaeb4 hue: 0.93 , saturation: 0.09 and the lightness value of bcaeb4 is 0.71.
The process color (four color CMYK) of #bcaeb4 color hex is 0.00, 0.07, 0.04, 0.26. Web safe color of #bcaeb4 is #cc99cc. Color #bcaeb4 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 10101110 | 10110100 |
Octal | 274 | 256 | 264 |
Decimal | 188 | 174 | 180 |
Hex | BC | AE | B4 |
Shades of #bcaeb4
Tints of #bcaeb4
RGB Percentages of Color #bcaeb4
CMYK Percentages of Color #bcaeb4
Complementary Color
#bcaeb4 | #aebcb6 |
#bcaeb4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcaeb4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcaeb4 Color CSS Codes
.mybgcolor {background-color:#bcaeb4; } .myforecolor {color:#bcaeb4; } .mybordercolor {border:3px solid #bcaeb4; }
#bcaeb4 Text Font Color
<p style="color:#bcaeb4">Text here</p>
This sample text font color is #bcaeb4
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.
#bcaeb4 Background Color
<div style="background-color:#bcaeb4">
Div content here</div>
This div background color is #bcaeb4
#bcaeb4 Border Color
<div style="border:3px solid #bcaeb4">
Div here</div>
This div border color is #bcaeb4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,174,180, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcaeb4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcaeb4; -webkit-box-shadow: 1px 1px 3px 2px #bcaeb4; box-shadow: 1px 1px 3px 2px #bcaeb4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,174,180, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcaeb4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcaeb4; -webkit-box-shadow: 1px 1px 3px 2px #bcaeb4; box-shadow: 1px 1px 3px 2px #bcaeb4;">
Div content here</div>
This div box has shadow with color #bcaeb4
Comments
No comments written yet.
Please login to write comment.