Color spaces of #beaebf
RGB | 190 | 174 | 191 |
---|---|---|---|
HSL | 0.82 | 0.12 | 0.72 |
HSV | 296° | 9° | 75° |
CMYK | 0.01 | 0.09 | 0.00 0.25 |
XYZ | 45.7752 | 44.9808 | 55.5598 |
Yxy | 44.9808 | 0.3129 | 0.3074 |
Hunter Lab | 67.0677 | 4.4617 | -2.1692 |
CIE-Lab | 72.8792 | 8.8227 | -6.5796 |
#beaebf color RGB value is (190,174,191).
#beaebf hex color red value is 190, green value is 174 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #beaebf hue: 0.82 , saturation: 0.12 and the lightness value of beaebf is 0.72.
The process color (four color CMYK) of #beaebf color hex is 0.01, 0.09, 0.00, 0.25. Web safe color of #beaebf is #cc99cc. Color #beaebf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10101110 | 10111111 |
Octal | 276 | 256 | 277 |
Decimal | 190 | 174 | 191 |
Hex | BE | AE | BF |
Shades of #beaebf
Tints of #beaebf
RGB Percentages of Color #beaebf
CMYK Percentages of Color #beaebf
Complementary Color
#beaebf | #afbfae |
#beaebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beaebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#beaebf Color CSS Codes
.mybgcolor {background-color:#beaebf; } .myforecolor {color:#beaebf; } .mybordercolor {border:3px solid #beaebf; }
#beaebf Text Font Color
<p style="color:#beaebf">Text here</p>
This sample text font color is #beaebf
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.
#beaebf Background Color
<div style="background-color:#beaebf">
Div content here</div>
This div background color is #beaebf
#beaebf Border Color
<div style="border:3px solid #beaebf">
Div here</div>
This div border color is #beaebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,174,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beaebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beaebf; -webkit-box-shadow: 1px 1px 3px 2px #beaebf; box-shadow: 1px 1px 3px 2px #beaebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,174,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 #beaebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beaebf; -webkit-box-shadow: 1px 1px 3px 2px #beaebf; box-shadow: 1px 1px 3px 2px #beaebf;">
Div content here</div>
This div box has shadow with color #beaebf
Comments
No comments written yet.
Please login to write comment.