Color spaces of #bfcae0
RGB | 191 | 202 | 224 |
---|---|---|---|
HSL | 0.61 | 0.35 | 0.81 |
HSV | 220° | 15° | 88° |
CMYK | 0.15 | 0.10 | 0.00 0.12 |
XYZ | 56.0609 | 58.6992 | 78.8964 |
Yxy | 58.6992 | 0.2895 | 0.3031 |
Hunter Lab | 76.6154 | -3.4652 | -7.4244 |
CIE-Lab | 81.1260 | 0.6719 | -12.1784 |
#bfcae0 color RGB value is (191,202,224).
#bfcae0 hex color red value is 191, green value is 202 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #bfcae0 hue: 0.61 , saturation: 0.35 and the lightness value of bfcae0 is 0.81.
The process color (four color CMYK) of #bfcae0 color hex is 0.15, 0.10, 0.00, 0.12. Web safe color of #bfcae0 is #cccccc. Color #bfcae0 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11001010 | 11100000 |
Octal | 277 | 312 | 340 |
Decimal | 191 | 202 | 224 |
Hex | BF | CA | E0 |
Shades of #bfcae0
Tints of #bfcae0
RGB Percentages of Color #bfcae0
CMYK Percentages of Color #bfcae0
Complementary Color
#bfcae0 | #e0d5bf |
#bfcae0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfcae0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfcae0 Color CSS Codes
.mybgcolor {background-color:#bfcae0; } .myforecolor {color:#bfcae0; } .mybordercolor {border:3px solid #bfcae0; }
#bfcae0 Text Font Color
<p style="color:#bfcae0">Text here</p>
This sample text font color is #bfcae0
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.
#bfcae0 Background Color
<div style="background-color:#bfcae0">
Div content here</div>
This div background color is #bfcae0
#bfcae0 Border Color
<div style="border:3px solid #bfcae0">
Div here</div>
This div border color is #bfcae0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,202,224, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfcae0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfcae0; -webkit-box-shadow: 1px 1px 3px 2px #bfcae0; box-shadow: 1px 1px 3px 2px #bfcae0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,202,224, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfcae0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfcae0; -webkit-box-shadow: 1px 1px 3px 2px #bfcae0; box-shadow: 1px 1px 3px 2px #bfcae0;">
Div content here</div>
This div box has shadow with color #bfcae0
#bfcae0 Color Palettes
Comments
No comments written yet.
Please login to write comment.