Color spaces of #eedeb2
RGB | 238 | 222 | 178 |
---|---|---|---|
HSL | 0.12 | 0.64 | 0.82 |
HSV | 44° | 25° | 93° |
CMYK | 0.00 | 0.07 | 0.25 0.07 |
XYZ | 69.4171 | 73.6340 | 52.6736 |
Yxy | 73.6340 | 0.3547 | 0.3762 |
Hunter Lab | 85.8103 | -5.7685 | 23.6727 |
CIE-Lab | 88.7492 | -1.2287 | 23.5992 |
#eedeb2 color RGB value is (238,222,178).
#eedeb2 hex color red value is 238, green value is 222 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #eedeb2 hue: 0.12 , saturation: 0.64 and the lightness value of eedeb2 is 0.82.
The process color (four color CMYK) of #eedeb2 color hex is 0.00, 0.07, 0.25, 0.07. Web safe color of #eedeb2 is #ffcc99. Color #eedeb2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11011110 | 10110010 |
Octal | 356 | 336 | 262 |
Decimal | 238 | 222 | 178 |
Hex | EE | DE | B2 |
Shades of #eedeb2
Tints of #eedeb2
RGB Percentages of Color #eedeb2
CMYK Percentages of Color #eedeb2
Complementary Color
#eedeb2 | #b2c2ee |
#eedeb2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eedeb2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eedeb2 Color CSS Codes
.mybgcolor {background-color:#eedeb2; } .myforecolor {color:#eedeb2; } .mybordercolor {border:3px solid #eedeb2; }
#eedeb2 Text Font Color
<p style="color:#eedeb2">Text here</p>
This sample text font color is #eedeb2
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.
#eedeb2 Background Color
<div style="background-color:#eedeb2">
Div content here</div>
This div background color is #eedeb2
#eedeb2 Border Color
<div style="border:3px solid #eedeb2">
Div here</div>
This div border color is #eedeb2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,222,178, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eedeb2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eedeb2; -webkit-box-shadow: 1px 1px 3px 2px #eedeb2; box-shadow: 1px 1px 3px 2px #eedeb2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,222,178, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eedeb2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eedeb2; -webkit-box-shadow: 1px 1px 3px 2px #eedeb2; box-shadow: 1px 1px 3px 2px #eedeb2;">
Div content here</div>
This div box has shadow with color #eedeb2
Comments
No comments written yet.
Please login to write comment.