Color spaces of #eebbfc
RGB | 238 | 187 | 252 |
---|---|---|---|
HSL | 0.80 | 0.92 | 0.86 |
HSV | 287° | 26° | 99° |
CMYK | 0.06 | 0.26 | 0.00 0.01 |
XYZ | 70.6009 | 60.7461 | 100.0996 |
Yxy | 60.7461 | 0.3050 | 0.2625 |
Hunter Lab | 77.9398 | 25.2976 | -21.5895 |
CIE-Lab | 82.2421 | 29.3646 | -25.0878 |
#eebbfc color RGB value is (238,187,252).
#eebbfc hex color red value is 238, green value is 187 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #eebbfc hue: 0.80 , saturation: 0.92 and the lightness value of eebbfc is 0.86.
The process color (four color CMYK) of #eebbfc color hex is 0.06, 0.26, 0.00, 0.01. Web safe color of #eebbfc is #ffccff. Color #eebbfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10111011 | 11111100 |
Octal | 356 | 273 | 374 |
Decimal | 238 | 187 | 252 |
Hex | EE | BB | FC |
Shades of #eebbfc
Tints of #eebbfc
RGB Percentages of Color #eebbfc
CMYK Percentages of Color #eebbfc
Complementary Color
#eebbfc | #c9fcbb |
#eebbfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eebbfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#eebbfc Color CSS Codes
.mybgcolor {background-color:#eebbfc; } .myforecolor {color:#eebbfc; } .mybordercolor {border:3px solid #eebbfc; }
#eebbfc Text Font Color
<p style="color:#eebbfc">Text here</p>
This sample text font color is #eebbfc
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.
#eebbfc Background Color
<div style="background-color:#eebbfc">
Div content here</div>
This div background color is #eebbfc
#eebbfc Border Color
<div style="border:3px solid #eebbfc">
Div here</div>
This div border color is #eebbfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,187,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eebbfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eebbfc; -webkit-box-shadow: 1px 1px 3px 2px #eebbfc; box-shadow: 1px 1px 3px 2px #eebbfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,187,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 #eebbfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eebbfc; -webkit-box-shadow: 1px 1px 3px 2px #eebbfc; box-shadow: 1px 1px 3px 2px #eebbfc;">
Div content here</div>
This div box has shadow with color #eebbfc
Comments
No comments written yet.
Please login to write comment.