Color spaces of #e2cdbf
RGB | 226 | 205 | 191 |
---|---|---|---|
HSL | 0.07 | 0.38 | 0.82 |
HSV | 24° | 15° | 89° |
CMYK | 0.00 | 0.09 | 0.15 0.11 |
XYZ | 62.5993 | 63.5930 | 58.2655 |
Yxy | 63.5930 | 0.3394 | 0.3448 |
Hunter Lab | 79.7452 | 0.5668 | 12.5017 |
CIE-Lab | 83.7534 | 5.0529 | 9.6156 |
#e2cdbf color RGB value is (226,205,191).
#e2cdbf hex color red value is 226, green value is 205 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e2cdbf hue: 0.07 , saturation: 0.38 and the lightness value of e2cdbf is 0.82.
The process color (four color CMYK) of #e2cdbf color hex is 0.00, 0.09, 0.15, 0.11. Web safe color of #e2cdbf is #cccccc. Color #e2cdbf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 11001101 | 10111111 |
Octal | 342 | 315 | 277 |
Decimal | 226 | 205 | 191 |
Hex | E2 | CD | BF |
Shades of #e2cdbf
Tints of #e2cdbf
RGB Percentages of Color #e2cdbf
CMYK Percentages of Color #e2cdbf
Complementary Color
#e2cdbf | #bfd4e2 |
#e2cdbf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2cdbf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2cdbf Color CSS Codes
.mybgcolor {background-color:#e2cdbf; } .myforecolor {color:#e2cdbf; } .mybordercolor {border:3px solid #e2cdbf; }
#e2cdbf Text Font Color
<p style="color:#e2cdbf">Text here</p>
This sample text font color is #e2cdbf
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.
#e2cdbf Background Color
<div style="background-color:#e2cdbf">
Div content here</div>
This div background color is #e2cdbf
#e2cdbf Border Color
<div style="border:3px solid #e2cdbf">
Div here</div>
This div border color is #e2cdbf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,205,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2cdbf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2cdbf; -webkit-box-shadow: 1px 1px 3px 2px #e2cdbf; box-shadow: 1px 1px 3px 2px #e2cdbf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,205,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e2cdbf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2cdbf; -webkit-box-shadow: 1px 1px 3px 2px #e2cdbf; box-shadow: 1px 1px 3px 2px #e2cdbf;">
Div content here</div>
This div box has shadow with color #e2cdbf
Comments
No comments written yet.
Please login to write comment.