Color spaces of #eaa6ad
RGB | 234 | 166 | 173 |
---|---|---|---|
HSL | 0.98 | 0.62 | 0.78 |
HSV | 354° | 29° | 92° |
CMYK | 0.00 | 0.29 | 0.26 0.08 |
XYZ | 55.1107 | 47.7820 | 45.8534 |
Yxy | 47.7820 | 0.3705 | 0.3212 |
Hunter Lab | 69.1245 | 21.3442 | 9.0574 |
CIE-Lab | 74.6872 | 26.0426 | 6.4462 |
#eaa6ad color RGB value is (234,166,173).
#eaa6ad hex color red value is 234, green value is 166 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #eaa6ad hue: 0.98 , saturation: 0.62 and the lightness value of eaa6ad is 0.78.
The process color (four color CMYK) of #eaa6ad color hex is 0.00, 0.29, 0.26, 0.08. Web safe color of #eaa6ad is #ff9999. Color #eaa6ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10100110 | 10101101 |
Octal | 352 | 246 | 255 |
Decimal | 234 | 166 | 173 |
Hex | EA | A6 | AD |
Shades of #eaa6ad
Tints of #eaa6ad
RGB Percentages of Color #eaa6ad
CMYK Percentages of Color #eaa6ad
Complementary Color
#eaa6ad | #a6eae3 |
#eaa6ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaa6ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaa6ad Color CSS Codes
.mybgcolor {background-color:#eaa6ad; } .myforecolor {color:#eaa6ad; } .mybordercolor {border:3px solid #eaa6ad; }
#eaa6ad Text Font Color
<p style="color:#eaa6ad">Text here</p>
This sample text font color is #eaa6ad
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.
#eaa6ad Background Color
<div style="background-color:#eaa6ad">
Div content here</div>
This div background color is #eaa6ad
#eaa6ad Border Color
<div style="border:3px solid #eaa6ad">
Div here</div>
This div border color is #eaa6ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,166,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaa6ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaa6ad; -webkit-box-shadow: 1px 1px 3px 2px #eaa6ad; box-shadow: 1px 1px 3px 2px #eaa6ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,166,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaa6ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaa6ad; -webkit-box-shadow: 1px 1px 3px 2px #eaa6ad; box-shadow: 1px 1px 3px 2px #eaa6ad;">
Div content here</div>
This div box has shadow with color #eaa6ad
Comments
No comments written yet.
Please login to write comment.