Color spaces of #efe2df
RGB | 239 | 226 | 223 |
---|---|---|---|
HSL | 0.03 | 0.33 | 0.91 |
HSV | 11° | 7° | 94° |
CMYK | 0.00 | 0.05 | 0.07 0.06 |
XYZ | 76.1122 | 78.0711 | 80.8697 |
Yxy | 78.0711 | 0.3238 | 0.3321 |
Hunter Lab | 88.3579 | -0.8648 | 7.5852 |
CIE-Lab | 90.8123 | 3.9126 | 3.0369 |
#efe2df color RGB value is (239,226,223).
#efe2df hex color red value is 239, green value is 226 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #efe2df hue: 0.03 , saturation: 0.33 and the lightness value of efe2df is 0.91.
The process color (four color CMYK) of #efe2df color hex is 0.00, 0.05, 0.07, 0.06. Web safe color of #efe2df is #ffcccc. Color #efe2df contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11100010 | 11011111 |
Octal | 357 | 342 | 337 |
Decimal | 239 | 226 | 223 |
Hex | EF | E2 | DF |
Shades of #efe2df
Tints of #efe2df
RGB Percentages of Color #efe2df
CMYK Percentages of Color #efe2df
Complementary Color
#efe2df | #dfecef |
#efe2df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efe2df Color Preview on White Background
Lorem ipsum dolor sit amet.
#efe2df Color CSS Codes
.mybgcolor {background-color:#efe2df; } .myforecolor {color:#efe2df; } .mybordercolor {border:3px solid #efe2df; }
#efe2df Text Font Color
<p style="color:#efe2df">Text here</p>
This sample text font color is #efe2df
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.
#efe2df Background Color
<div style="background-color:#efe2df">
Div content here</div>
This div background color is #efe2df
#efe2df Border Color
<div style="border:3px solid #efe2df">
Div here</div>
This div border color is #efe2df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,226,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efe2df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efe2df; -webkit-box-shadow: 1px 1px 3px 2px #efe2df; box-shadow: 1px 1px 3px 2px #efe2df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,226,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efe2df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efe2df; -webkit-box-shadow: 1px 1px 3px 2px #efe2df; box-shadow: 1px 1px 3px 2px #efe2df;">
Div content here</div>
This div box has shadow with color #efe2df
#efe2df Color Palettes
Comments
No comments written yet.
Please login to write comment.