Color spaces of #befeaa
RGB | 190 | 254 | 170 |
---|---|---|---|
HSL | 0.29 | 0.98 | 0.83 |
HSV | 106° | 33° | 100° |
CMYK | 0.25 | 0.00 | 0.33 0.00 |
XYZ | 63.9327 | 84.7331 | 51.0157 |
Yxy | 84.7331 | 0.3202 | 0.4243 |
Hunter Lab | 92.0506 | -37.1134 | 31.5761 |
CIE-Lab | 93.7680 | -35.0463 | 33.9171 |
#befeaa color RGB value is (190,254,170).
#befeaa hex color red value is 190, green value is 254 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #befeaa hue: 0.29 , saturation: 0.98 and the lightness value of befeaa is 0.83.
The process color (four color CMYK) of #befeaa color hex is 0.25, 0.00, 0.33, 0.00. Web safe color of #befeaa is #ccff99. Color #befeaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11111110 | 10101010 |
Octal | 276 | 376 | 252 |
Decimal | 190 | 254 | 170 |
Hex | BE | FE | AA |
Shades of #befeaa
Tints of #befeaa
RGB Percentages of Color #befeaa
CMYK Percentages of Color #befeaa
Complementary Color
#befeaa | #eaaafe |
#befeaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#befeaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#befeaa Color CSS Codes
.mybgcolor {background-color:#befeaa; } .myforecolor {color:#befeaa; } .mybordercolor {border:3px solid #befeaa; }
#befeaa Text Font Color
<p style="color:#befeaa">Text here</p>
This sample text font color is #befeaa
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.
#befeaa Background Color
<div style="background-color:#befeaa">
Div content here</div>
This div background color is #befeaa
#befeaa Border Color
<div style="border:3px solid #befeaa">
Div here</div>
This div border color is #befeaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,254,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #befeaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #befeaa; -webkit-box-shadow: 1px 1px 3px 2px #befeaa; box-shadow: 1px 1px 3px 2px #befeaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,254,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #befeaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #befeaa; -webkit-box-shadow: 1px 1px 3px 2px #befeaa; box-shadow: 1px 1px 3px 2px #befeaa;">
Div content here</div>
This div box has shadow with color #befeaa
Comments
No comments written yet.
Please login to write comment.