Color spaces of #ebaafc
RGB | 235 | 170 | 252 |
---|---|---|---|
HSL | 0.80 | 0.93 | 0.83 |
HSV | 288° | 33° | 99° |
CMYK | 0.07 | 0.33 | 0.00 0.01 |
XYZ | 66.2064 | 53.4399 | 98.9209 |
Yxy | 53.4399 | 0.3029 | 0.2445 |
Hunter Lab | 73.1026 | 33.7315 | -29.0582 |
CIE-Lab | 78.1340 | 37.4746 | -31.4043 |
#ebaafc color RGB value is (235,170,252).
#ebaafc hex color red value is 235, green value is 170 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ebaafc hue: 0.80 , saturation: 0.93 and the lightness value of ebaafc is 0.83.
The process color (four color CMYK) of #ebaafc color hex is 0.07, 0.33, 0.00, 0.01. Web safe color of #ebaafc is #ff99ff. Color #ebaafc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 10101010 | 11111100 |
Octal | 353 | 252 | 374 |
Decimal | 235 | 170 | 252 |
Hex | EB | AA | FC |
Shades of #ebaafc
Tints of #ebaafc
RGB Percentages of Color #ebaafc
CMYK Percentages of Color #ebaafc
Complementary Color
#ebaafc | #bbfcaa |
#ebaafc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebaafc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebaafc Color CSS Codes
.mybgcolor {background-color:#ebaafc; } .myforecolor {color:#ebaafc; } .mybordercolor {border:3px solid #ebaafc; }
#ebaafc Text Font Color
<p style="color:#ebaafc">Text here</p>
This sample text font color is #ebaafc
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.
#ebaafc Background Color
<div style="background-color:#ebaafc">
Div content here</div>
This div background color is #ebaafc
#ebaafc Border Color
<div style="border:3px solid #ebaafc">
Div here</div>
This div border color is #ebaafc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,170,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebaafc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebaafc; -webkit-box-shadow: 1px 1px 3px 2px #ebaafc; box-shadow: 1px 1px 3px 2px #ebaafc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,170,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebaafc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebaafc; -webkit-box-shadow: 1px 1px 3px 2px #ebaafc; box-shadow: 1px 1px 3px 2px #ebaafc;">
Div content here</div>
This div box has shadow with color #ebaafc
Comments
No comments written yet.
Please login to write comment.