Color spaces of #eedeaf
RGB | 238 | 222 | 175 |
---|---|---|---|
HSL | 0.12 | 0.65 | 0.81 |
HSV | 45° | 26° | 93° |
CMYK | 0.00 | 0.07 | 0.26 0.07 |
XYZ | 69.1190 | 73.5148 | 51.1043 |
Yxy | 73.5148 | 0.3568 | 0.3795 |
Hunter Lab | 85.7408 | -6.1505 | 24.6798 |
CIE-Lab | 88.6927 | -1.6304 | 25.0766 |
#eedeaf color RGB value is (238,222,175).
#eedeaf hex color red value is 238, green value is 222 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #eedeaf hue: 0.12 , saturation: 0.65 and the lightness value of eedeaf is 0.81.
The process color (four color CMYK) of #eedeaf color hex is 0.00, 0.07, 0.26, 0.07. Web safe color of #eedeaf is #ffcc99. Color #eedeaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11011110 | 10101111 |
Octal | 356 | 336 | 257 |
Decimal | 238 | 222 | 175 |
Hex | EE | DE | AF |
Shades of #eedeaf
Tints of #eedeaf
RGB Percentages of Color #eedeaf
CMYK Percentages of Color #eedeaf
Complementary Color
#eedeaf | #afbfee |
#eedeaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eedeaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#eedeaf Color CSS Codes
.mybgcolor {background-color:#eedeaf; } .myforecolor {color:#eedeaf; } .mybordercolor {border:3px solid #eedeaf; }
#eedeaf Text Font Color
<p style="color:#eedeaf">Text here</p>
This sample text font color is #eedeaf
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.
#eedeaf Background Color
<div style="background-color:#eedeaf">
Div content here</div>
This div background color is #eedeaf
#eedeaf Border Color
<div style="border:3px solid #eedeaf">
Div here</div>
This div border color is #eedeaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,222,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eedeaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eedeaf; -webkit-box-shadow: 1px 1px 3px 2px #eedeaf; box-shadow: 1px 1px 3px 2px #eedeaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,222,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eedeaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eedeaf; -webkit-box-shadow: 1px 1px 3px 2px #eedeaf; box-shadow: 1px 1px 3px 2px #eedeaf;">
Div content here</div>
This div box has shadow with color #eedeaf
#eedeaf Color Palettes
Comments
No comments written yet.
Please login to write comment.