Color spaces of #bef09b
RGB | 190 | 240 | 155 |
---|---|---|---|
HSL | 0.26 | 0.74 | 0.77 |
HSV | 95° | 35° | 94° |
CMYK | 0.21 | 0.00 | 0.35 0.06 |
XYZ | 58.3117 | 75.6339 | 42.5358 |
Yxy | 75.6339 | 0.3304 | 0.4286 |
Hunter Lab | 86.9678 | -32.5097 | 31.8788 |
CIE-Lab | 89.6891 | -30.6998 | 36.0178 |
#bef09b color RGB value is (190,240,155).
#bef09b hex color red value is 190, green value is 240 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bef09b hue: 0.26 , saturation: 0.74 and the lightness value of bef09b is 0.77.
The process color (four color CMYK) of #bef09b color hex is 0.21, 0.00, 0.35, 0.06. Web safe color of #bef09b is #ccff99. Color #bef09b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11110000 | 10011011 |
Octal | 276 | 360 | 233 |
Decimal | 190 | 240 | 155 |
Hex | BE | F0 | 9B |
Shades of #bef09b
Tints of #bef09b
RGB Percentages of Color #bef09b
CMYK Percentages of Color #bef09b
Complementary Color
#bef09b | #cd9bf0 |
#bef09b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bef09b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bef09b Color CSS Codes
.mybgcolor {background-color:#bef09b; } .myforecolor {color:#bef09b; } .mybordercolor {border:3px solid #bef09b; }
#bef09b Text Font Color
<p style="color:#bef09b">Text here</p>
This sample text font color is #bef09b
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.
#bef09b Background Color
<div style="background-color:#bef09b">
Div content here</div>
This div background color is #bef09b
#bef09b Border Color
<div style="border:3px solid #bef09b">
Div here</div>
This div border color is #bef09b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,240,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bef09b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bef09b; -webkit-box-shadow: 1px 1px 3px 2px #bef09b; box-shadow: 1px 1px 3px 2px #bef09b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,240,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bef09b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bef09b; -webkit-box-shadow: 1px 1px 3px 2px #bef09b; box-shadow: 1px 1px 3px 2px #bef09b;">
Div content here</div>
This div box has shadow with color #bef09b
Comments
No comments written yet.
Please login to write comment.