Color spaces of #beafdb
RGB | 190 | 175 | 219 |
---|---|---|---|
HSL | 0.72 | 0.38 | 0.77 |
HSV | 260° | 20° | 86° |
CMYK | 0.13 | 0.20 | 0.00 0.14 |
XYZ | 49.3514 | 46.7216 | 73.4349 |
Yxy | 46.7216 | 0.2911 | 0.2756 |
Hunter Lab | 68.3532 | 9.2599 | -15.8507 |
CIE-Lab | 74.0113 | 13.8945 | -20.2004 |
#beafdb color RGB value is (190,175,219).
#beafdb hex color red value is 190, green value is 175 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #beafdb hue: 0.72 , saturation: 0.38 and the lightness value of beafdb is 0.77.
The process color (four color CMYK) of #beafdb color hex is 0.13, 0.20, 0.00, 0.14. Web safe color of #beafdb is #cc99cc. Color #beafdb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10101111 | 11011011 |
Octal | 276 | 257 | 333 |
Decimal | 190 | 175 | 219 |
Hex | BE | AF | DB |
Shades of #beafdb
Tints of #beafdb
RGB Percentages of Color #beafdb
CMYK Percentages of Color #beafdb
Complementary Color
#beafdb | #ccdbaf |
#beafdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beafdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#beafdb Color CSS Codes
.mybgcolor {background-color:#beafdb; } .myforecolor {color:#beafdb; } .mybordercolor {border:3px solid #beafdb; }
#beafdb Text Font Color
<p style="color:#beafdb">Text here</p>
This sample text font color is #beafdb
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.
#beafdb Background Color
<div style="background-color:#beafdb">
Div content here</div>
This div background color is #beafdb
#beafdb Border Color
<div style="border:3px solid #beafdb">
Div here</div>
This div border color is #beafdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,175,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beafdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beafdb; -webkit-box-shadow: 1px 1px 3px 2px #beafdb; box-shadow: 1px 1px 3px 2px #beafdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,175,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beafdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beafdb; -webkit-box-shadow: 1px 1px 3px 2px #beafdb; box-shadow: 1px 1px 3px 2px #beafdb;">
Div content here</div>
This div box has shadow with color #beafdb
Comments
No comments written yet.
Please login to write comment.