Color spaces of #eebbfa
RGB | 238 | 187 | 250 |
---|---|---|---|
HSL | 0.80 | 0.86 | 0.86 |
HSV | 289° | 25° | 98° |
CMYK | 0.05 | 0.25 | 0.00 0.02 |
XYZ | 70.2855 | 60.6199 | 98.4388 |
Yxy | 60.6199 | 0.3065 | 0.2643 |
Hunter Lab | 77.8588 | 24.8845 | -20.4607 |
CIE-Lab | 82.1740 | 28.9827 | -24.1237 |
#eebbfa color RGB value is (238,187,250).
#eebbfa hex color red value is 238, green value is 187 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #eebbfa hue: 0.80 , saturation: 0.86 and the lightness value of eebbfa is 0.86.
The process color (four color CMYK) of #eebbfa color hex is 0.05, 0.25, 0.00, 0.02. Web safe color of #eebbfa is #ffccff. Color #eebbfa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10111011 | 11111010 |
Octal | 356 | 273 | 372 |
Decimal | 238 | 187 | 250 |
Hex | EE | BB | FA |
Shades of #eebbfa
Tints of #eebbfa
RGB Percentages of Color #eebbfa
CMYK Percentages of Color #eebbfa
Complementary Color
#eebbfa | #c7fabb |
#eebbfa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eebbfa Color Preview on White Background
Lorem ipsum dolor sit amet.
#eebbfa Color CSS Codes
.mybgcolor {background-color:#eebbfa; } .myforecolor {color:#eebbfa; } .mybordercolor {border:3px solid #eebbfa; }
#eebbfa Text Font Color
<p style="color:#eebbfa">Text here</p>
This sample text font color is #eebbfa
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.
#eebbfa Background Color
<div style="background-color:#eebbfa">
Div content here</div>
This div background color is #eebbfa
#eebbfa Border Color
<div style="border:3px solid #eebbfa">
Div here</div>
This div border color is #eebbfa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,187,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eebbfa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eebbfa; -webkit-box-shadow: 1px 1px 3px 2px #eebbfa; box-shadow: 1px 1px 3px 2px #eebbfa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,187,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 #eebbfa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eebbfa; -webkit-box-shadow: 1px 1px 3px 2px #eebbfa; box-shadow: 1px 1px 3px 2px #eebbfa;">
Div content here</div>
This div box has shadow with color #eebbfa
Comments
No comments written yet.
Please login to write comment.