Color spaces of #eaafd3
RGB | 234 | 175 | 211 |
---|---|---|---|
HSL | 0.90 | 0.58 | 0.80 |
HSV | 323° | 25° | 92° |
CMYK | 0.00 | 0.25 | 0.10 0.08 |
XYZ | 61.0195 | 52.8555 | 68.6141 |
Yxy | 52.8555 | 0.3344 | 0.2896 |
Hunter Lab | 72.7018 | 22.5891 | -5.0651 |
CIE-Lab | 77.7896 | 27.0682 | -9.7610 |
#eaafd3 color RGB value is (234,175,211).
#eaafd3 hex color red value is 234, green value is 175 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #eaafd3 hue: 0.90 , saturation: 0.58 and the lightness value of eaafd3 is 0.80.
The process color (four color CMYK) of #eaafd3 color hex is 0.00, 0.25, 0.10, 0.08. Web safe color of #eaafd3 is #ff99cc. Color #eaafd3 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10101111 | 11010011 |
Octal | 352 | 257 | 323 |
Decimal | 234 | 175 | 211 |
Hex | EA | AF | D3 |
Shades of #eaafd3
Tints of #eaafd3
RGB Percentages of Color #eaafd3
CMYK Percentages of Color #eaafd3
Complementary Color
#eaafd3 | #afeac6 |
#eaafd3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eaafd3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eaafd3 Color CSS Codes
.mybgcolor {background-color:#eaafd3; } .myforecolor {color:#eaafd3; } .mybordercolor {border:3px solid #eaafd3; }
#eaafd3 Text Font Color
<p style="color:#eaafd3">Text here</p>
This sample text font color is #eaafd3
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.
#eaafd3 Background Color
<div style="background-color:#eaafd3">
Div content here</div>
This div background color is #eaafd3
#eaafd3 Border Color
<div style="border:3px solid #eaafd3">
Div here</div>
This div border color is #eaafd3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,175,211, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eaafd3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eaafd3; -webkit-box-shadow: 1px 1px 3px 2px #eaafd3; box-shadow: 1px 1px 3px 2px #eaafd3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,175,211, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eaafd3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eaafd3; -webkit-box-shadow: 1px 1px 3px 2px #eaafd3; box-shadow: 1px 1px 3px 2px #eaafd3;">
Div content here</div>
This div box has shadow with color #eaafd3
Comments
No comments written yet.
Please login to write comment.