Color spaces of #beaecd
RGB | 190 | 174 | 205 |
---|---|---|---|
HSL | 0.75 | 0.24 | 0.74 |
HSV | 271° | 15° | 80° |
CMYK | 0.07 | 0.15 | 0.00 0.20 |
XYZ | 47.3907 | 45.6270 | 64.0667 |
Yxy | 45.6270 | 0.3017 | 0.2905 |
Hunter Lab | 67.5478 | 7.0249 | -8.9511 |
CIE-Lab | 73.3028 | 11.5542 | -13.6219 |
#beaecd color RGB value is (190,174,205).
#beaecd hex color red value is 190, green value is 174 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #beaecd hue: 0.75 , saturation: 0.24 and the lightness value of beaecd is 0.74.
The process color (four color CMYK) of #beaecd color hex is 0.07, 0.15, 0.00, 0.20. Web safe color of #beaecd is #cc99cc. Color #beaecd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10101110 | 11001101 |
Octal | 276 | 256 | 315 |
Decimal | 190 | 174 | 205 |
Hex | BE | AE | CD |
Shades of #beaecd
Tints of #beaecd
RGB Percentages of Color #beaecd
CMYK Percentages of Color #beaecd
Complementary Color
#beaecd | #bdcdae |
#beaecd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beaecd Color Preview on White Background
Lorem ipsum dolor sit amet.
#beaecd Color CSS Codes
.mybgcolor {background-color:#beaecd; } .myforecolor {color:#beaecd; } .mybordercolor {border:3px solid #beaecd; }
#beaecd Text Font Color
<p style="color:#beaecd">Text here</p>
This sample text font color is #beaecd
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.
#beaecd Background Color
<div style="background-color:#beaecd">
Div content here</div>
This div background color is #beaecd
#beaecd Border Color
<div style="border:3px solid #beaecd">
Div here</div>
This div border color is #beaecd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,174,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beaecd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beaecd; -webkit-box-shadow: 1px 1px 3px 2px #beaecd; box-shadow: 1px 1px 3px 2px #beaecd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,174,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beaecd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beaecd; -webkit-box-shadow: 1px 1px 3px 2px #beaecd; box-shadow: 1px 1px 3px 2px #beaecd;">
Div content here</div>
This div box has shadow with color #beaecd
Comments
No comments written yet.
Please login to write comment.