Color spaces of #eaadec
RGB | 234 | 173 | 236 |
---|---|---|---|
HSL | 0.83 | 0.62 | 0.80 |
HSV | 298° | 27° | 93° |
CMYK | 0.01 | 0.27 | 0.00 0.07 |
XYZ | 64.0156 | 53.4357 | 86.2970 |
Yxy | 53.4357 | 0.3142 | 0.2623 |
Hunter Lab | 73.0997 | 28.3932 | -18.8243 |
CIE-Lab | 78.1315 | 32.5414 | -22.7909 |
#eaadec color RGB value is (234,173,236).
#eaadec hex color red value is 234, green value is 173 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #eaadec hue: 0.83 , saturation: 0.62 and the lightness value of eaadec is 0.80.
The process color (four color CMYK) of #eaadec color hex is 0.01, 0.27, 0.00, 0.07. Web safe color of #eaadec is #ff99ff. Color #eaadec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10101101 | 11101100 |
Octal | 352 | 255 | 354 |
Decimal | 234 | 173 | 236 |
Hex | EA | AD | EC |
Shades of #eaadec
Tints of #eaadec
RGB Percentages of Color #eaadec
CMYK Percentages of Color #eaadec
Complementary Color
#eaadec | #afecad |
#eaadec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaadec Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaadec Color CSS Codes
.mybgcolor {background-color:#eaadec; } .myforecolor {color:#eaadec; } .mybordercolor {border:3px solid #eaadec; }
#eaadec Text Font Color
<p style="color:#eaadec">Text here</p>
This sample text font color is #eaadec
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.
#eaadec Background Color
<div style="background-color:#eaadec">
Div content here</div>
This div background color is #eaadec
#eaadec Border Color
<div style="border:3px solid #eaadec">
Div here</div>
This div border color is #eaadec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,173,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaadec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaadec; -webkit-box-shadow: 1px 1px 3px 2px #eaadec; box-shadow: 1px 1px 3px 2px #eaadec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,173,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaadec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaadec; -webkit-box-shadow: 1px 1px 3px 2px #eaadec; box-shadow: 1px 1px 3px 2px #eaadec;">
Div content here</div>
This div box has shadow with color #eaadec
Comments
No comments written yet.
Please login to write comment.