Color spaces of #bebf88
RGB | 190 | 191 | 136 |
---|---|---|---|
HSL | 0.17 | 0.30 | 0.64 |
HSV | 61° | 29° | 75° |
CMYK | 0.01 | 0.00 | 0.29 0.25 |
XYZ | 44.3099 | 49.9863 | 30.6055 |
Yxy | 49.9863 | 0.3548 | 0.4002 |
Hunter Lab | 70.7010 | -11.8568 | 23.8249 |
CIE-Lab | 76.0609 | -9.1185 | 27.7140 |
#bebf88 color RGB value is (190,191,136).
#bebf88 hex color red value is 190, green value is 191 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #bebf88 hue: 0.17 , saturation: 0.30 and the lightness value of bebf88 is 0.64.
The process color (four color CMYK) of #bebf88 color hex is 0.01, 0.00, 0.29, 0.25. Web safe color of #bebf88 is #cccc99. Color #bebf88 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10111111 | 10001000 |
Octal | 276 | 277 | 210 |
Decimal | 190 | 191 | 136 |
Hex | BE | BF | 88 |
Shades of #bebf88
Tints of #bebf88
RGB Percentages of Color #bebf88
CMYK Percentages of Color #bebf88
Complementary Color
#bebf88 | #8988bf |
#bebf88 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bebf88 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bebf88 Color CSS Codes
.mybgcolor {background-color:#bebf88; } .myforecolor {color:#bebf88; } .mybordercolor {border:3px solid #bebf88; }
#bebf88 Text Font Color
<p style="color:#bebf88">Text here</p>
This sample text font color is #bebf88
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.
#bebf88 Background Color
<div style="background-color:#bebf88">
Div content here</div>
This div background color is #bebf88
#bebf88 Border Color
<div style="border:3px solid #bebf88">
Div here</div>
This div border color is #bebf88
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,191,136, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bebf88; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bebf88; -webkit-box-shadow: 1px 1px 3px 2px #bebf88; box-shadow: 1px 1px 3px 2px #bebf88; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,191,136, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bebf88">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bebf88; -webkit-box-shadow: 1px 1px 3px 2px #bebf88; box-shadow: 1px 1px 3px 2px #bebf88;">
Div content here</div>
This div box has shadow with color #bebf88
Comments
No comments written yet.
Please login to write comment.