Color spaces of #eebbdb
RGB | 238 | 187 | 219 |
---|---|---|---|
HSL | 0.90 | 0.60 | 0.83 |
HSV | 322° | 21° | 93° |
CMYK | 0.00 | 0.21 | 0.08 0.07 |
XYZ | 65.8164 | 58.8323 | 74.9047 |
Yxy | 58.8323 | 0.3298 | 0.2948 |
Hunter Lab | 76.7022 | 18.9378 | -4.2090 |
CIE-Lab | 81.1993 | 23.3900 | -8.9698 |
#eebbdb color RGB value is (238,187,219).
#eebbdb hex color red value is 238, green value is 187 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #eebbdb hue: 0.90 , saturation: 0.60 and the lightness value of eebbdb is 0.83.
The process color (four color CMYK) of #eebbdb color hex is 0.00, 0.21, 0.08, 0.07. Web safe color of #eebbdb is #ffcccc. Color #eebbdb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10111011 | 11011011 |
Octal | 356 | 273 | 333 |
Decimal | 238 | 187 | 219 |
Hex | EE | BB | DB |
Shades of #eebbdb
Tints of #eebbdb
RGB Percentages of Color #eebbdb
CMYK Percentages of Color #eebbdb
Complementary Color
#eebbdb | #bbeece |
#eebbdb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eebbdb Color Preview on White Background
Lorem ipsum dolor sit amet.
#eebbdb Color CSS Codes
.mybgcolor {background-color:#eebbdb; } .myforecolor {color:#eebbdb; } .mybordercolor {border:3px solid #eebbdb; }
#eebbdb Text Font Color
<p style="color:#eebbdb">Text here</p>
This sample text font color is #eebbdb
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.
#eebbdb Background Color
<div style="background-color:#eebbdb">
Div content here</div>
This div background color is #eebbdb
#eebbdb Border Color
<div style="border:3px solid #eebbdb">
Div here</div>
This div border color is #eebbdb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,187,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eebbdb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eebbdb; -webkit-box-shadow: 1px 1px 3px 2px #eebbdb; box-shadow: 1px 1px 3px 2px #eebbdb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,187,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eebbdb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eebbdb; -webkit-box-shadow: 1px 1px 3px 2px #eebbdb; box-shadow: 1px 1px 3px 2px #eebbdb;">
Div content here</div>
This div box has shadow with color #eebbdb
Comments
No comments written yet.
Please login to write comment.