Color spaces of #bee421
RGB | 190 | 228 | 33 |
---|---|---|---|
HSL | 0.20 | 0.78 | 0.51 |
HSV | 72° | 86° | 89° |
CMYK | 0.17 | 0.00 | 0.86 0.11 |
XYZ | 49.2531 | 66.5438 | 11.6872 |
Yxy | 66.5438 | 0.3863 | 0.5220 |
Hunter Lab | 81.5744 | -34.9802 | 48.6076 |
CIE-Lab | 85.2730 | -34.9143 | 79.5599 |
#bee421 color RGB value is (190,228,33).
#bee421 hex color red value is 190, green value is 228 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #bee421 hue: 0.20 , saturation: 0.78 and the lightness value of bee421 is 0.51.
The process color (four color CMYK) of #bee421 color hex is 0.17, 0.00, 0.86, 0.11. Web safe color of #bee421 is #cccc33. Color #bee421 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11100100 | 00100001 |
Octal | 276 | 344 | 41 |
Decimal | 190 | 228 | 33 |
Hex | BE | E4 | 21 |
Shades of #bee421
Tints of #bee421
RGB Percentages of Color #bee421
CMYK Percentages of Color #bee421
Complementary Color
#bee421 | #4721e4 |
#bee421 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bee421 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bee421 Color CSS Codes
.mybgcolor {background-color:#bee421; } .myforecolor {color:#bee421; } .mybordercolor {border:3px solid #bee421; }
#bee421 Text Font Color
<p style="color:#bee421">Text here</p>
This sample text font color is #bee421
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.
#bee421 Background Color
<div style="background-color:#bee421">
Div content here</div>
This div background color is #bee421
#bee421 Border Color
<div style="border:3px solid #bee421">
Div here</div>
This div border color is #bee421
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,228,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bee421; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bee421; -webkit-box-shadow: 1px 1px 3px 2px #bee421; box-shadow: 1px 1px 3px 2px #bee421; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,228,33, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bee421">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bee421; -webkit-box-shadow: 1px 1px 3px 2px #bee421; box-shadow: 1px 1px 3px 2px #bee421;">
Div content here</div>
This div box has shadow with color #bee421
Comments
No comments written yet.
Please login to write comment.