Color spaces of #e1beea
RGB | 225 | 190 | 234 |
---|---|---|---|
HSL | 0.80 | 0.51 | 0.83 |
HSV | 288° | 19° | 92° |
CMYK | 0.04 | 0.19 | 0.00 0.08 |
XYZ | 64.3161 | 58.7750 | 85.7968 |
Yxy | 58.7750 | 0.3079 | 0.2814 |
Hunter Lab | 76.6649 | 15.5847 | -12.6869 |
CIE-Lab | 81.1678 | 20.1390 | -17.1978 |
#e1beea color RGB value is (225,190,234).
#e1beea hex color red value is 225, green value is 190 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #e1beea hue: 0.80 , saturation: 0.51 and the lightness value of e1beea is 0.83.
The process color (four color CMYK) of #e1beea color hex is 0.04, 0.19, 0.00, 0.08. Web safe color of #e1beea is #ccccff. Color #e1beea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 10111110 | 11101010 |
Octal | 341 | 276 | 352 |
Decimal | 225 | 190 | 234 |
Hex | E1 | BE | EA |
Shades of #e1beea
Tints of #e1beea
RGB Percentages of Color #e1beea
CMYK Percentages of Color #e1beea
Complementary Color
#e1beea | #c7eabe |
#e1beea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e1beea Color Preview on White Background
Lorem ipsum dolor sit amet.
#e1beea Color CSS Codes
.mybgcolor {background-color:#e1beea; } .myforecolor {color:#e1beea; } .mybordercolor {border:3px solid #e1beea; }
#e1beea Text Font Color
<p style="color:#e1beea">Text here</p>
This sample text font color is #e1beea
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.
#e1beea Background Color
<div style="background-color:#e1beea">
Div content here</div>
This div background color is #e1beea
#e1beea Border Color
<div style="border:3px solid #e1beea">
Div here</div>
This div border color is #e1beea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,190,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e1beea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e1beea; -webkit-box-shadow: 1px 1px 3px 2px #e1beea; box-shadow: 1px 1px 3px 2px #e1beea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,190,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 #e1beea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e1beea; -webkit-box-shadow: 1px 1px 3px 2px #e1beea; box-shadow: 1px 1px 3px 2px #e1beea;">
Div content here</div>
This div box has shadow with color #e1beea
Comments
No comments written yet.
Please login to write comment.