Color spaces of #eab2cd
RGB | 234 | 178 | 205 |
---|---|---|---|
HSL | 0.92 | 0.57 | 0.81 |
HSV | 331° | 24° | 92° |
CMYK | 0.00 | 0.24 | 0.12 0.08 |
XYZ | 60.8715 | 53.7410 | 64.9224 |
Yxy | 53.7410 | 0.3391 | 0.2993 |
Hunter Lab | 73.3083 | 19.9280 | -1.1919 |
CIE-Lab | 78.3105 | 24.4741 | -5.7309 |
#eab2cd color RGB value is (234,178,205).
#eab2cd hex color red value is 234, green value is 178 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #eab2cd hue: 0.92 , saturation: 0.57 and the lightness value of eab2cd is 0.81.
The process color (four color CMYK) of #eab2cd color hex is 0.00, 0.24, 0.12, 0.08. Web safe color of #eab2cd is #ff99cc. Color #eab2cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10110010 | 11001101 |
Octal | 352 | 262 | 315 |
Decimal | 234 | 178 | 205 |
Hex | EA | B2 | CD |
Shades of #eab2cd
Tints of #eab2cd
RGB Percentages of Color #eab2cd
CMYK Percentages of Color #eab2cd
Complementary Color
#eab2cd | #b2eacf |
#eab2cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eab2cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#eab2cd Color CSS Codes
.mybgcolor {background-color:#eab2cd; } .myforecolor {color:#eab2cd; } .mybordercolor {border:3px solid #eab2cd; }
#eab2cd Text Font Color
<p style="color:#eab2cd">Text here</p>
This sample text font color is #eab2cd
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.
#eab2cd Background Color
<div style="background-color:#eab2cd">
Div content here</div>
This div background color is #eab2cd
#eab2cd Border Color
<div style="border:3px solid #eab2cd">
Div here</div>
This div border color is #eab2cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,178,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eab2cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eab2cd; -webkit-box-shadow: 1px 1px 3px 2px #eab2cd; box-shadow: 1px 1px 3px 2px #eab2cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,178,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eab2cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eab2cd; -webkit-box-shadow: 1px 1px 3px 2px #eab2cd; box-shadow: 1px 1px 3px 2px #eab2cd;">
Div content here</div>
This div box has shadow with color #eab2cd
#eab2cd Color Palettes
Comments
No comments written yet.
Please login to write comment.