Color spaces of #eedfa2
RGB | 238 | 223 | 162 |
---|---|---|---|
HSL | 0.13 | 0.69 | 0.78 |
HSV | 48° | 32° | 93° |
CMYK | 0.00 | 0.06 | 0.32 0.07 |
XYZ | 68.1692 | 73.5611 | 44.7882 |
Yxy | 73.5611 | 0.3655 | 0.3944 |
Hunter Lab | 85.7678 | -8.2198 | 29.0760 |
CIE-Lab | 88.7146 | -3.7941 | 31.8013 |
#eedfa2 color RGB value is (238,223,162).
#eedfa2 hex color red value is 238, green value is 223 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #eedfa2 hue: 0.13 , saturation: 0.69 and the lightness value of eedfa2 is 0.78.
The process color (four color CMYK) of #eedfa2 color hex is 0.00, 0.06, 0.32, 0.07. Web safe color of #eedfa2 is #ffcc99. Color #eedfa2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 11011111 | 10100010 |
Octal | 356 | 337 | 242 |
Decimal | 238 | 223 | 162 |
Hex | EE | DF | A2 |
Shades of #eedfa2
Tints of #eedfa2
RGB Percentages of Color #eedfa2
CMYK Percentages of Color #eedfa2
Complementary Color
#eedfa2 | #a2b1ee |
#eedfa2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eedfa2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eedfa2 Color CSS Codes
.mybgcolor {background-color:#eedfa2; } .myforecolor {color:#eedfa2; } .mybordercolor {border:3px solid #eedfa2; }
#eedfa2 Text Font Color
<p style="color:#eedfa2">Text here</p>
This sample text font color is #eedfa2
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.
#eedfa2 Background Color
<div style="background-color:#eedfa2">
Div content here</div>
This div background color is #eedfa2
#eedfa2 Border Color
<div style="border:3px solid #eedfa2">
Div here</div>
This div border color is #eedfa2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,223,162, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eedfa2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eedfa2; -webkit-box-shadow: 1px 1px 3px 2px #eedfa2; box-shadow: 1px 1px 3px 2px #eedfa2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,223,162, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eedfa2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eedfa2; -webkit-box-shadow: 1px 1px 3px 2px #eedfa2; box-shadow: 1px 1px 3px 2px #eedfa2;">
Div content here</div>
This div box has shadow with color #eedfa2
Comments
No comments written yet.
Please login to write comment.