Color spaces of #e4bdbd
RGB | 228 | 189 | 189 |
---|---|---|---|
HSL | 0.00 | 0.42 | 0.82 |
HSV | 0° | 17° | 89° |
CMYK | 0.00 | 0.17 | 0.17 0.11 |
XYZ | 59.3778 | 56.5633 | 55.9324 |
Yxy | 56.5633 | 0.3455 | 0.3291 |
Hunter Lab | 75.2086 | 9.3122 | 8.5522 |
CIE-Lab | 79.9333 | 13.9245 | 5.2262 |
#e4bdbd color RGB value is (228,189,189).
#e4bdbd hex color red value is 228, green value is 189 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e4bdbd hue: 0.00 , saturation: 0.42 and the lightness value of e4bdbd is 0.82.
The process color (four color CMYK) of #e4bdbd color hex is 0.00, 0.17, 0.17, 0.11. Web safe color of #e4bdbd is #cccccc. Color #e4bdbd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100100 | 10111101 | 10111101 |
Octal | 344 | 275 | 275 |
Decimal | 228 | 189 | 189 |
Hex | E4 | BD | BD |
Shades of #e4bdbd
Tints of #e4bdbd
RGB Percentages of Color #e4bdbd
CMYK Percentages of Color #e4bdbd
Complementary Color
#e4bdbd | #bde4e4 |
#e4bdbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e4bdbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#e4bdbd Color CSS Codes
.mybgcolor {background-color:#e4bdbd; } .myforecolor {color:#e4bdbd; } .mybordercolor {border:3px solid #e4bdbd; }
#e4bdbd Text Font Color
<p style="color:#e4bdbd">Text here</p>
This sample text font color is #e4bdbd
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.
#e4bdbd Background Color
<div style="background-color:#e4bdbd">
Div content here</div>
This div background color is #e4bdbd
#e4bdbd Border Color
<div style="border:3px solid #e4bdbd">
Div here</div>
This div border color is #e4bdbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(228,189,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e4bdbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e4bdbd; -webkit-box-shadow: 1px 1px 3px 2px #e4bdbd; box-shadow: 1px 1px 3px 2px #e4bdbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(228,189,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 #e4bdbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e4bdbd; -webkit-box-shadow: 1px 1px 3px 2px #e4bdbd; box-shadow: 1px 1px 3px 2px #e4bdbd;">
Div content here</div>
This div box has shadow with color #e4bdbd
Comments
No comments written yet.
Please login to write comment.