Color spaces of #bee6af
RGB | 190 | 230 | 175 |
---|---|---|---|
HSL | 0.29 | 0.52 | 0.79 |
HSV | 104° | 24° | 90° |
CMYK | 0.17 | 0.00 | 0.24 0.10 |
XYZ | 57.2699 | 70.6359 | 51.1731 |
Yxy | 70.6359 | 0.3198 | 0.3944 |
Hunter Lab | 84.0452 | -25.4459 | 22.7313 |
CIE-Lab | 87.3078 | -22.9810 | 22.6192 |
#bee6af color RGB value is (190,230,175).
#bee6af hex color red value is 190, green value is 230 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bee6af hue: 0.29 , saturation: 0.52 and the lightness value of bee6af is 0.79.
The process color (four color CMYK) of #bee6af color hex is 0.17, 0.00, 0.24, 0.10. Web safe color of #bee6af is #ccff99. Color #bee6af contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11100110 | 10101111 |
Octal | 276 | 346 | 257 |
Decimal | 190 | 230 | 175 |
Hex | BE | E6 | AF |
Shades of #bee6af
Tints of #bee6af
RGB Percentages of Color #bee6af
CMYK Percentages of Color #bee6af
Complementary Color
#bee6af | #d7afe6 |
#bee6af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bee6af Color Preview on White Background
Lorem ipsum dolor sit amet.
#bee6af Color CSS Codes
.mybgcolor {background-color:#bee6af; } .myforecolor {color:#bee6af; } .mybordercolor {border:3px solid #bee6af; }
#bee6af Text Font Color
<p style="color:#bee6af">Text here</p>
This sample text font color is #bee6af
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.
#bee6af Background Color
<div style="background-color:#bee6af">
Div content here</div>
This div background color is #bee6af
#bee6af Border Color
<div style="border:3px solid #bee6af">
Div here</div>
This div border color is #bee6af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,230,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bee6af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bee6af; -webkit-box-shadow: 1px 1px 3px 2px #bee6af; box-shadow: 1px 1px 3px 2px #bee6af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,230,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bee6af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bee6af; -webkit-box-shadow: 1px 1px 3px 2px #bee6af; box-shadow: 1px 1px 3px 2px #bee6af;">
Div content here</div>
This div box has shadow with color #bee6af
Comments
No comments written yet.
Please login to write comment.