Color spaces of #beacbf
RGB | 190 | 172 | 191 |
---|---|---|---|
HSL | 0.82 | 0.13 | 0.71 |
HSV | 297° | 10° | 75° |
CMYK | 0.01 | 0.10 | 0.00 0.25 |
XYZ | 45.3917 | 44.2138 | 55.4319 |
Yxy | 44.2138 | 0.3130 | 0.3048 |
Hunter Lab | 66.4935 | 5.4893 | -2.8814 |
CIE-Lab | 72.3712 | 9.9151 | -7.3328 |
#beacbf color RGB value is (190,172,191).
#beacbf hex color red value is 190, green value is 172 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #beacbf hue: 0.82 , saturation: 0.13 and the lightness value of beacbf is 0.71.
The process color (four color CMYK) of #beacbf color hex is 0.01, 0.10, 0.00, 0.25. Web safe color of #beacbf is #cc99cc. Color #beacbf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10101100 | 10111111 |
Octal | 276 | 254 | 277 |
Decimal | 190 | 172 | 191 |
Hex | BE | AC | BF |
Shades of #beacbf
Tints of #beacbf
RGB Percentages of Color #beacbf
CMYK Percentages of Color #beacbf
Complementary Color
#beacbf | #adbfac |
#beacbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beacbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#beacbf Color CSS Codes
.mybgcolor {background-color:#beacbf; } .myforecolor {color:#beacbf; } .mybordercolor {border:3px solid #beacbf; }
#beacbf Text Font Color
<p style="color:#beacbf">Text here</p>
This sample text font color is #beacbf
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.
#beacbf Background Color
<div style="background-color:#beacbf">
Div content here</div>
This div background color is #beacbf
#beacbf Border Color
<div style="border:3px solid #beacbf">
Div here</div>
This div border color is #beacbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,172,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beacbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beacbf; -webkit-box-shadow: 1px 1px 3px 2px #beacbf; box-shadow: 1px 1px 3px 2px #beacbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,172,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beacbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beacbf; -webkit-box-shadow: 1px 1px 3px 2px #beacbf; box-shadow: 1px 1px 3px 2px #beacbf;">
Div content here</div>
This div box has shadow with color #beacbf
Comments
No comments written yet.
Please login to write comment.