Color spaces of #eacceb
RGB | 234 | 204 | 235 |
---|---|---|---|
HSL | 0.83 | 0.44 | 0.86 |
HSV | 298° | 13° | 92° |
CMYK | 0.00 | 0.13 | 0.00 0.08 |
XYZ | 70.5199 | 66.6763 | 87.7503 |
Yxy | 66.6763 | 0.3135 | 0.2964 |
Hunter Lab | 81.6556 | 11.2601 | -6.5565 |
CIE-Lab | 85.3402 | 15.8372 | -11.3954 |
#eacceb color RGB value is (234,204,235).
#eacceb hex color red value is 234, green value is 204 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #eacceb hue: 0.83 , saturation: 0.44 and the lightness value of eacceb is 0.86.
The process color (four color CMYK) of #eacceb color hex is 0.00, 0.13, 0.00, 0.08. Web safe color of #eacceb is #ffccff. Color #eacceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11001100 | 11101011 |
Octal | 352 | 314 | 353 |
Decimal | 234 | 204 | 235 |
Hex | EA | CC | EB |
Shades of #eacceb
Tints of #eacceb
RGB Percentages of Color #eacceb
CMYK Percentages of Color #eacceb
Complementary Color
#eacceb | #cdebcc |
#eacceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eacceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#eacceb Color CSS Codes
.mybgcolor {background-color:#eacceb; } .myforecolor {color:#eacceb; } .mybordercolor {border:3px solid #eacceb; }
#eacceb Text Font Color
<p style="color:#eacceb">Text here</p>
This sample text font color is #eacceb
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.
#eacceb Background Color
<div style="background-color:#eacceb">
Div content here</div>
This div background color is #eacceb
#eacceb Border Color
<div style="border:3px solid #eacceb">
Div here</div>
This div border color is #eacceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,204,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eacceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eacceb; -webkit-box-shadow: 1px 1px 3px 2px #eacceb; box-shadow: 1px 1px 3px 2px #eacceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,204,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eacceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eacceb; -webkit-box-shadow: 1px 1px 3px 2px #eacceb; box-shadow: 1px 1px 3px 2px #eacceb;">
Div content here</div>
This div box has shadow with color #eacceb
Comments
No comments written yet.
Please login to write comment.