Color spaces of #eebbdf
RGB | 238 | 187 | 223 |
---|---|---|---|
HSL | 0.88 | 0.60 | 0.83 |
HSV | 318° | 21° | 93° |
CMYK | 0.00 | 0.21 | 0.06 0.07 |
XYZ | 66.3495 | 59.0455 | 77.7120 |
Yxy | 59.0455 | 0.3267 | 0.2907 |
Hunter Lab | 76.8411 | 19.6565 | -6.1733 |
CIE-Lab | 81.3166 | 24.0756 | -10.9463 |
#eebbdf color RGB value is (238,187,223).
#eebbdf hex color red value is 238, green value is 187 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #eebbdf hue: 0.88 , saturation: 0.60 and the lightness value of eebbdf is 0.83.
The process color (four color CMYK) of #eebbdf color hex is 0.00, 0.21, 0.06, 0.07. Web safe color of #eebbdf is #ffcccc. Color #eebbdf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10111011 | 11011111 |
Octal | 356 | 273 | 337 |
Decimal | 238 | 187 | 223 |
Hex | EE | BB | DF |
Shades of #eebbdf
Tints of #eebbdf
RGB Percentages of Color #eebbdf
CMYK Percentages of Color #eebbdf
Complementary Color
#eebbdf | #bbeeca |
#eebbdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eebbdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#eebbdf Color CSS Codes
.mybgcolor {background-color:#eebbdf; } .myforecolor {color:#eebbdf; } .mybordercolor {border:3px solid #eebbdf; }
#eebbdf Text Font Color
<p style="color:#eebbdf">Text here</p>
This sample text font color is #eebbdf
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.
#eebbdf Background Color
<div style="background-color:#eebbdf">
Div content here</div>
This div background color is #eebbdf
#eebbdf Border Color
<div style="border:3px solid #eebbdf">
Div here</div>
This div border color is #eebbdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,187,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eebbdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eebbdf; -webkit-box-shadow: 1px 1px 3px 2px #eebbdf; box-shadow: 1px 1px 3px 2px #eebbdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,187,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eebbdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eebbdf; -webkit-box-shadow: 1px 1px 3px 2px #eebbdf; box-shadow: 1px 1px 3px 2px #eebbdf;">
Div content here</div>
This div box has shadow with color #eebbdf
Comments
No comments written yet.
Please login to write comment.