Color spaces of #eeb5bc
RGB | 238 | 181 | 188 |
---|---|---|---|
HSL | 0.98 | 0.63 | 0.82 |
HSV | 353° | 24° | 93° |
CMYK | 0.00 | 0.24 | 0.21 0.07 |
XYZ | 60.8609 | 54.8557 | 54.9575 |
Yxy | 54.8557 | 0.3566 | 0.3214 |
Hunter Lab | 74.0646 | 17.0651 | 7.8508 |
CIE-Lab | 78.9581 | 21.6576 | 4.4808 |
#eeb5bc color RGB value is (238,181,188).
#eeb5bc hex color red value is 238, green value is 181 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #eeb5bc hue: 0.98 , saturation: 0.63 and the lightness value of eeb5bc is 0.82.
The process color (four color CMYK) of #eeb5bc color hex is 0.00, 0.24, 0.21, 0.07. Web safe color of #eeb5bc is #ffcccc. Color #eeb5bc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10110101 | 10111100 |
Octal | 356 | 265 | 274 |
Decimal | 238 | 181 | 188 |
Hex | EE | B5 | BC |
Shades of #eeb5bc
Tints of #eeb5bc
RGB Percentages of Color #eeb5bc
CMYK Percentages of Color #eeb5bc
Complementary Color
#eeb5bc | #b5eee7 |
#eeb5bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eeb5bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#eeb5bc Color CSS Codes
.mybgcolor {background-color:#eeb5bc; } .myforecolor {color:#eeb5bc; } .mybordercolor {border:3px solid #eeb5bc; }
#eeb5bc Text Font Color
<p style="color:#eeb5bc">Text here</p>
This sample text font color is #eeb5bc
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.
#eeb5bc Background Color
<div style="background-color:#eeb5bc">
Div content here</div>
This div background color is #eeb5bc
#eeb5bc Border Color
<div style="border:3px solid #eeb5bc">
Div here</div>
This div border color is #eeb5bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,181,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eeb5bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eeb5bc; -webkit-box-shadow: 1px 1px 3px 2px #eeb5bc; box-shadow: 1px 1px 3px 2px #eeb5bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,181,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eeb5bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eeb5bc; -webkit-box-shadow: 1px 1px 3px 2px #eeb5bc; box-shadow: 1px 1px 3px 2px #eeb5bc;">
Div content here</div>
This div box has shadow with color #eeb5bc
Comments
No comments written yet.
Please login to write comment.