Color spaces of #e2cfcc
RGB | 226 | 207 | 204 |
---|---|---|---|
HSL | 0.02 | 0.28 | 0.84 |
HSV | 8° | 10° | 89° |
CMYK | 0.00 | 0.08 | 0.10 0.11 |
XYZ | 64.5759 | 65.1540 | 66.2992 |
Yxy | 65.1540 | 0.3294 | 0.3324 |
Hunter Lab | 80.7180 | 1.5467 | 7.8037 |
CIE-Lab | 84.5630 | 6.0945 | 3.8677 |
#e2cfcc color RGB value is (226,207,204).
#e2cfcc hex color red value is 226, green value is 207 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e2cfcc hue: 0.02 , saturation: 0.28 and the lightness value of e2cfcc is 0.84.
The process color (four color CMYK) of #e2cfcc color hex is 0.00, 0.08, 0.10, 0.11. Web safe color of #e2cfcc is #cccccc. Color #e2cfcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100010 | 11001111 | 11001100 |
Octal | 342 | 317 | 314 |
Decimal | 226 | 207 | 204 |
Hex | E2 | CF | CC |
Shades of #e2cfcc
Tints of #e2cfcc
RGB Percentages of Color #e2cfcc
CMYK Percentages of Color #e2cfcc
Complementary Color
#e2cfcc | #ccdfe2 |
#e2cfcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e2cfcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#e2cfcc Color CSS Codes
.mybgcolor {background-color:#e2cfcc; } .myforecolor {color:#e2cfcc; } .mybordercolor {border:3px solid #e2cfcc; }
#e2cfcc Text Font Color
<p style="color:#e2cfcc">Text here</p>
This sample text font color is #e2cfcc
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.
#e2cfcc Background Color
<div style="background-color:#e2cfcc">
Div content here</div>
This div background color is #e2cfcc
#e2cfcc Border Color
<div style="border:3px solid #e2cfcc">
Div here</div>
This div border color is #e2cfcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(226,207,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e2cfcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e2cfcc; -webkit-box-shadow: 1px 1px 3px 2px #e2cfcc; box-shadow: 1px 1px 3px 2px #e2cfcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(226,207,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e2cfcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e2cfcc; -webkit-box-shadow: 1px 1px 3px 2px #e2cfcc; box-shadow: 1px 1px 3px 2px #e2cfcc;">
Div content here</div>
This div box has shadow with color #e2cfcc
Comments
No comments written yet.
Please login to write comment.