Color spaces of #bed38a
RGB | 190 | 211 | 138 |
---|---|---|---|
HSL | 0.21 | 0.45 | 0.68 |
HSV | 77° | 35° | 83° |
CMYK | 0.10 | 0.00 | 0.35 0.17 |
XYZ | 49.1169 | 59.3707 | 32.9157 |
Yxy | 59.3707 | 0.3474 | 0.4199 |
Hunter Lab | 77.0524 | -21.0572 | 28.6088 |
CIE-Lab | 81.4949 | -18.9999 | 33.8663 |
#bed38a color RGB value is (190,211,138).
#bed38a hex color red value is 190, green value is 211 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bed38a hue: 0.21 , saturation: 0.45 and the lightness value of bed38a is 0.68.
The process color (four color CMYK) of #bed38a color hex is 0.10, 0.00, 0.35, 0.17. Web safe color of #bed38a is #cccc99. Color #bed38a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11010011 | 10001010 |
Octal | 276 | 323 | 212 |
Decimal | 190 | 211 | 138 |
Hex | BE | D3 | 8A |
Shades of #bed38a
Tints of #bed38a
RGB Percentages of Color #bed38a
CMYK Percentages of Color #bed38a
Complementary Color
#bed38a | #9f8ad3 |
#bed38a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bed38a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bed38a Color CSS Codes
.mybgcolor {background-color:#bed38a; } .myforecolor {color:#bed38a; } .mybordercolor {border:3px solid #bed38a; }
#bed38a Text Font Color
<p style="color:#bed38a">Text here</p>
This sample text font color is #bed38a
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.
#bed38a Background Color
<div style="background-color:#bed38a">
Div content here</div>
This div background color is #bed38a
#bed38a Border Color
<div style="border:3px solid #bed38a">
Div here</div>
This div border color is #bed38a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,211,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bed38a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bed38a; -webkit-box-shadow: 1px 1px 3px 2px #bed38a; box-shadow: 1px 1px 3px 2px #bed38a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,211,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bed38a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bed38a; -webkit-box-shadow: 1px 1px 3px 2px #bed38a; box-shadow: 1px 1px 3px 2px #bed38a;">
Div content here</div>
This div box has shadow with color #bed38a
Comments
No comments written yet.
Please login to write comment.