Color spaces of #beef8e
RGB | 190 | 239 | 142 |
---|---|---|---|
HSL | 0.25 | 0.75 | 0.75 |
HSV | 90° | 41° | 94° |
CMYK | 0.21 | 0.00 | 0.41 0.06 |
XYZ | 56.9842 | 74.6331 | 36.9934 |
Yxy | 74.6331 | 0.3380 | 0.4426 |
Hunter Lab | 86.3905 | -33.4425 | 35.0846 |
CIE-Lab | 89.2209 | -31.9303 | 41.8583 |
#beef8e color RGB value is (190,239,142).
#beef8e hex color red value is 190, green value is 239 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #beef8e hue: 0.25 , saturation: 0.75 and the lightness value of beef8e is 0.75.
The process color (four color CMYK) of #beef8e color hex is 0.21, 0.00, 0.41, 0.06. Web safe color of #beef8e is #ccff99. Color #beef8e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11101111 | 10001110 |
Octal | 276 | 357 | 216 |
Decimal | 190 | 239 | 142 |
Hex | BE | EF | 8E |
Shades of #beef8e
Tints of #beef8e
RGB Percentages of Color #beef8e
CMYK Percentages of Color #beef8e
Complementary Color
#beef8e | #bf8eef |
#beef8e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beef8e Color Preview on White Background
Lorem ipsum dolor sit amet.
#beef8e Color CSS Codes
.mybgcolor {background-color:#beef8e; } .myforecolor {color:#beef8e; } .mybordercolor {border:3px solid #beef8e; }
#beef8e Text Font Color
<p style="color:#beef8e">Text here</p>
This sample text font color is #beef8e
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.
#beef8e Background Color
<div style="background-color:#beef8e">
Div content here</div>
This div background color is #beef8e
#beef8e Border Color
<div style="border:3px solid #beef8e">
Div here</div>
This div border color is #beef8e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,239,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beef8e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beef8e; -webkit-box-shadow: 1px 1px 3px 2px #beef8e; box-shadow: 1px 1px 3px 2px #beef8e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,239,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beef8e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beef8e; -webkit-box-shadow: 1px 1px 3px 2px #beef8e; box-shadow: 1px 1px 3px 2px #beef8e;">
Div content here</div>
This div box has shadow with color #beef8e
Comments
No comments written yet.
Please login to write comment.