Color spaces of #bea4ea
RGB | 190 | 164 | 234 |
---|---|---|---|
HSL | 0.73 | 0.63 | 0.78 |
HSV | 262° | 30° | 92° |
CMYK | 0.19 | 0.30 | 0.00 0.08 |
XYZ | 49.3619 | 43.4386 | 83.6247 |
Yxy | 43.4386 | 0.2798 | 0.2462 |
Hunter Lab | 65.9080 | 18.3490 | -29.0922 |
CIE-Lab | 71.8517 | 23.2320 | -31.6878 |
#bea4ea color RGB value is (190,164,234).
#bea4ea hex color red value is 190, green value is 164 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bea4ea hue: 0.73 , saturation: 0.63 and the lightness value of bea4ea is 0.78.
The process color (four color CMYK) of #bea4ea color hex is 0.19, 0.30, 0.00, 0.08. Web safe color of #bea4ea is #cc99ff. Color #bea4ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10100100 | 11101010 |
Octal | 276 | 244 | 352 |
Decimal | 190 | 164 | 234 |
Hex | BE | A4 | EA |
Shades of #bea4ea
Tints of #bea4ea
RGB Percentages of Color #bea4ea
CMYK Percentages of Color #bea4ea
Complementary Color
#bea4ea | #d0eaa4 |
#bea4ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bea4ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#bea4ea Color CSS Codes
.mybgcolor {background-color:#bea4ea; } .myforecolor {color:#bea4ea; } .mybordercolor {border:3px solid #bea4ea; }
#bea4ea Text Font Color
<p style="color:#bea4ea">Text here</p>
This sample text font color is #bea4ea
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.
#bea4ea Background Color
<div style="background-color:#bea4ea">
Div content here</div>
This div background color is #bea4ea
#bea4ea Border Color
<div style="border:3px solid #bea4ea">
Div here</div>
This div border color is #bea4ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,164,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bea4ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bea4ea; -webkit-box-shadow: 1px 1px 3px 2px #bea4ea; box-shadow: 1px 1px 3px 2px #bea4ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,164,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bea4ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bea4ea; -webkit-box-shadow: 1px 1px 3px 2px #bea4ea; box-shadow: 1px 1px 3px 2px #bea4ea;">
Div content here</div>
This div box has shadow with color #bea4ea
Comments
No comments written yet.
Please login to write comment.