Color spaces of #beed8e
RGB | 190 | 237 | 142 |
---|---|---|---|
HSL | 0.25 | 0.73 | 0.74 |
HSV | 90° | 40° | 93° |
CMYK | 0.20 | 0.00 | 0.40 0.07 |
XYZ | 56.4019 | 73.4685 | 36.7993 |
Yxy | 73.4685 | 0.3384 | 0.4408 |
Hunter Lab | 85.7138 | -32.5414 | 34.5448 |
CIE-Lab | 88.6707 | -30.9999 | 41.1543 |
#beed8e color RGB value is (190,237,142).
#beed8e hex color red value is 190, green value is 237 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #beed8e hue: 0.25 , saturation: 0.73 and the lightness value of beed8e is 0.74.
The process color (four color CMYK) of #beed8e color hex is 0.20, 0.00, 0.40, 0.07. Web safe color of #beed8e is #ccff99. Color #beed8e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11101101 | 10001110 |
Octal | 276 | 355 | 216 |
Decimal | 190 | 237 | 142 |
Hex | BE | ED | 8E |
Shades of #beed8e
Tints of #beed8e
RGB Percentages of Color #beed8e
CMYK Percentages of Color #beed8e
Complementary Color
#beed8e | #bd8eed |
#beed8e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beed8e Color Preview on White Background
Lorem ipsum dolor sit amet.
#beed8e Color CSS Codes
.mybgcolor {background-color:#beed8e; } .myforecolor {color:#beed8e; } .mybordercolor {border:3px solid #beed8e; }
#beed8e Text Font Color
<p style="color:#beed8e">Text here</p>
This sample text font color is #beed8e
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.
#beed8e Background Color
<div style="background-color:#beed8e">
Div content here</div>
This div background color is #beed8e
#beed8e Border Color
<div style="border:3px solid #beed8e">
Div here</div>
This div border color is #beed8e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,237,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beed8e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beed8e; -webkit-box-shadow: 1px 1px 3px 2px #beed8e; box-shadow: 1px 1px 3px 2px #beed8e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,237,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 #beed8e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beed8e; -webkit-box-shadow: 1px 1px 3px 2px #beed8e; box-shadow: 1px 1px 3px 2px #beed8e;">
Div content here</div>
This div box has shadow with color #beed8e
Comments
No comments written yet.
Please login to write comment.