Color spaces of #eac5fa
RGB | 234 | 197 | 250 |
---|---|---|---|
HSL | 0.78 | 0.84 | 0.88 |
HSV | 282° | 21° | 98° |
CMYK | 0.06 | 0.21 | 0.00 0.02 |
XYZ | 71.1533 | 64.3271 | 99.1087 |
Yxy | 64.3271 | 0.3033 | 0.2742 |
Hunter Lab | 80.2042 | 17.9993 | -17.1220 |
CIE-Lab | 84.1358 | 22.3799 | -21.1789 |
#eac5fa color RGB value is (234,197,250).
#eac5fa hex color red value is 234, green value is 197 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #eac5fa hue: 0.78 , saturation: 0.84 and the lightness value of eac5fa is 0.88.
The process color (four color CMYK) of #eac5fa color hex is 0.06, 0.21, 0.00, 0.02. Web safe color of #eac5fa is #ffccff. Color #eac5fa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11000101 | 11111010 |
Octal | 352 | 305 | 372 |
Decimal | 234 | 197 | 250 |
Hex | EA | C5 | FA |
Shades of #eac5fa
Tints of #eac5fa
RGB Percentages of Color #eac5fa
CMYK Percentages of Color #eac5fa
Complementary Color
#eac5fa | #d5fac5 |
#eac5fa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eac5fa Color Preview on White Background
Lorem ipsum dolor sit amet.
#eac5fa Color CSS Codes
.mybgcolor {background-color:#eac5fa; } .myforecolor {color:#eac5fa; } .mybordercolor {border:3px solid #eac5fa; }
#eac5fa Text Font Color
<p style="color:#eac5fa">Text here</p>
This sample text font color is #eac5fa
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.
#eac5fa Background Color
<div style="background-color:#eac5fa">
Div content here</div>
This div background color is #eac5fa
#eac5fa Border Color
<div style="border:3px solid #eac5fa">
Div here</div>
This div border color is #eac5fa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,197,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eac5fa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eac5fa; -webkit-box-shadow: 1px 1px 3px 2px #eac5fa; box-shadow: 1px 1px 3px 2px #eac5fa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,197,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eac5fa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eac5fa; -webkit-box-shadow: 1px 1px 3px 2px #eac5fa; box-shadow: 1px 1px 3px 2px #eac5fa;">
Div content here</div>
This div box has shadow with color #eac5fa
Comments
No comments written yet.
Please login to write comment.