Color spaces of #eebabd
RGB | 238 | 186 | 189 |
---|---|---|---|
HSL | 0.99 | 0.60 | 0.83 |
HSV | 357° | 22° | 93° |
CMYK | 0.00 | 0.22 | 0.21 0.07 |
XYZ | 62.0041 | 56.9691 | 55.8723 |
Yxy | 56.9691 | 0.3546 | 0.3258 |
Hunter Lab | 75.4779 | 14.5492 | 8.9452 |
CIE-Lab | 80.1622 | 19.1490 | 5.6782 |
#eebabd color RGB value is (238,186,189).
#eebabd hex color red value is 238, green value is 186 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #eebabd hue: 0.99 , saturation: 0.60 and the lightness value of eebabd is 0.83.
The process color (four color CMYK) of #eebabd color hex is 0.00, 0.22, 0.21, 0.07. Web safe color of #eebabd is #ffcccc. Color #eebabd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10111010 | 10111101 |
Octal | 356 | 272 | 275 |
Decimal | 238 | 186 | 189 |
Hex | EE | BA | BD |
Shades of #eebabd
Tints of #eebabd
RGB Percentages of Color #eebabd
CMYK Percentages of Color #eebabd
Complementary Color
#eebabd | #baeeeb |
#eebabd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eebabd Color Preview on White Background
Lorem ipsum dolor sit amet.
#eebabd Color CSS Codes
.mybgcolor {background-color:#eebabd; } .myforecolor {color:#eebabd; } .mybordercolor {border:3px solid #eebabd; }
#eebabd Text Font Color
<p style="color:#eebabd">Text here</p>
This sample text font color is #eebabd
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.
#eebabd Background Color
<div style="background-color:#eebabd">
Div content here</div>
This div background color is #eebabd
#eebabd Border Color
<div style="border:3px solid #eebabd">
Div here</div>
This div border color is #eebabd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,186,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eebabd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eebabd; -webkit-box-shadow: 1px 1px 3px 2px #eebabd; box-shadow: 1px 1px 3px 2px #eebabd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,186,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eebabd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eebabd; -webkit-box-shadow: 1px 1px 3px 2px #eebabd; box-shadow: 1px 1px 3px 2px #eebabd;">
Div content here</div>
This div box has shadow with color #eebabd
Comments
No comments written yet.
Please login to write comment.