Color spaces of #e1fccf
RGB | 225 | 252 | 207 |
---|---|---|---|
HSL | 0.27 | 0.88 | 0.90 |
HSV | 96° | 18° | 99° |
CMYK | 0.11 | 0.00 | 0.18 0.01 |
XYZ | 77.1242 | 90.1334 | 72.3641 |
Yxy | 90.1334 | 0.3219 | 0.3761 |
Hunter Lab | 94.9386 | -21.1366 | 21.2650 |
CIE-Lab | 96.0521 | -16.6237 | 18.6575 |
#e1fccf color RGB value is (225,252,207).
#e1fccf hex color red value is 225, green value is 252 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e1fccf hue: 0.27 , saturation: 0.88 and the lightness value of e1fccf is 0.90.
The process color (four color CMYK) of #e1fccf color hex is 0.11, 0.00, 0.18, 0.01. Web safe color of #e1fccf is #ccffcc. Color #e1fccf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11100001 | 11111100 | 11001111 |
Octal | 341 | 374 | 317 |
Decimal | 225 | 252 | 207 |
Hex | E1 | FC | CF |
Shades of #e1fccf
Tints of #e1fccf
RGB Percentages of Color #e1fccf
CMYK Percentages of Color #e1fccf
Complementary Color
#e1fccf | #eacffc |
#e1fccf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#e1fccf Color Preview on White Background
Lorem ipsum dolor sit amet.
#e1fccf Color CSS Codes
.mybgcolor {background-color:#e1fccf; } .myforecolor {color:#e1fccf; } .mybordercolor {border:3px solid #e1fccf; }
#e1fccf Text Font Color
<p style="color:#e1fccf">Text here</p>
This sample text font color is #e1fccf
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.
#e1fccf Background Color
<div style="background-color:#e1fccf">
Div content here</div>
This div background color is #e1fccf
#e1fccf Border Color
<div style="border:3px solid #e1fccf">
Div here</div>
This div border color is #e1fccf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(225,252,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #e1fccf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #e1fccf; -webkit-box-shadow: 1px 1px 3px 2px #e1fccf; box-shadow: 1px 1px 3px 2px #e1fccf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(225,252,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #e1fccf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #e1fccf; -webkit-box-shadow: 1px 1px 3px 2px #e1fccf; box-shadow: 1px 1px 3px 2px #e1fccf;">
Div content here</div>
This div box has shadow with color #e1fccf
Comments
No comments written yet.
Please login to write comment.