Color spaces of #beeaaa
RGB | 190 | 234 | 170 |
---|---|---|---|
HSL | 0.28 | 0.60 | 0.79 |
HSV | 101° | 27° | 92° |
CMYK | 0.19 | 0.00 | 0.27 0.08 |
XYZ | 57.9137 | 72.6951 | 49.0094 |
Yxy | 72.6951 | 0.3224 | 0.4047 |
Hunter Lab | 85.2614 | -27.9616 | 25.6023 |
CIE-Lab | 88.3021 | -25.6901 | 26.5568 |
#beeaaa color RGB value is (190,234,170).
#beeaaa hex color red value is 190, green value is 234 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #beeaaa hue: 0.28 , saturation: 0.60 and the lightness value of beeaaa is 0.79.
The process color (four color CMYK) of #beeaaa color hex is 0.19, 0.00, 0.27, 0.08. Web safe color of #beeaaa is #ccff99. Color #beeaaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11101010 | 10101010 |
Octal | 276 | 352 | 252 |
Decimal | 190 | 234 | 170 |
Hex | BE | EA | AA |
Shades of #beeaaa
Tints of #beeaaa
RGB Percentages of Color #beeaaa
CMYK Percentages of Color #beeaaa
Complementary Color
#beeaaa | #d6aaea |
#beeaaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beeaaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#beeaaa Color CSS Codes
.mybgcolor {background-color:#beeaaa; } .myforecolor {color:#beeaaa; } .mybordercolor {border:3px solid #beeaaa; }
#beeaaa Text Font Color
<p style="color:#beeaaa">Text here</p>
This sample text font color is #beeaaa
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.
#beeaaa Background Color
<div style="background-color:#beeaaa">
Div content here</div>
This div background color is #beeaaa
#beeaaa Border Color
<div style="border:3px solid #beeaaa">
Div here</div>
This div border color is #beeaaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,234,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beeaaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beeaaa; -webkit-box-shadow: 1px 1px 3px 2px #beeaaa; box-shadow: 1px 1px 3px 2px #beeaaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,234,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 #beeaaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beeaaa; -webkit-box-shadow: 1px 1px 3px 2px #beeaaa; box-shadow: 1px 1px 3px 2px #beeaaa;">
Div content here</div>
This div box has shadow with color #beeaaa
Comments
No comments written yet.
Please login to write comment.