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