Color spaces of #bee085
RGB | 190 | 224 | 133 |
---|---|---|---|
HSL | 0.23 | 0.59 | 0.70 |
HSV | 82° | 41° | 88° |
CMYK | 0.15 | 0.00 | 0.41 0.12 |
XYZ | 52.1245 | 65.9519 | 32.1730 |
Yxy | 65.9519 | 0.3469 | 0.4389 |
Hunter Lab | 81.2108 | -27.5500 | 33.3588 |
CIE-Lab | 84.9719 | -25.9587 | 40.8783 |
#bee085 color RGB value is (190,224,133).
#bee085 hex color red value is 190, green value is 224 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #bee085 hue: 0.23 , saturation: 0.59 and the lightness value of bee085 is 0.70.
The process color (four color CMYK) of #bee085 color hex is 0.15, 0.00, 0.41, 0.12. Web safe color of #bee085 is #cccc99. Color #bee085 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11100000 | 10000101 |
Octal | 276 | 340 | 205 |
Decimal | 190 | 224 | 133 |
Hex | BE | E0 | 85 |
Shades of #bee085
Tints of #bee085
RGB Percentages of Color #bee085
CMYK Percentages of Color #bee085
Complementary Color
#bee085 | #a785e0 |
#bee085 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bee085 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bee085 Color CSS Codes
.mybgcolor {background-color:#bee085; } .myforecolor {color:#bee085; } .mybordercolor {border:3px solid #bee085; }
#bee085 Text Font Color
<p style="color:#bee085">Text here</p>
This sample text font color is #bee085
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.
#bee085 Background Color
<div style="background-color:#bee085">
Div content here</div>
This div background color is #bee085
#bee085 Border Color
<div style="border:3px solid #bee085">
Div here</div>
This div border color is #bee085
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,224,133, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bee085; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bee085; -webkit-box-shadow: 1px 1px 3px 2px #bee085; box-shadow: 1px 1px 3px 2px #bee085; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,224,133, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bee085">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bee085; -webkit-box-shadow: 1px 1px 3px 2px #bee085; box-shadow: 1px 1px 3px 2px #bee085;">
Div content here</div>
This div box has shadow with color #bee085
Comments
No comments written yet.
Please login to write comment.