Color spaces of #eeafd5
RGB | 238 | 175 | 213 |
---|---|---|---|
HSL | 0.90 | 0.65 | 0.81 |
HSV | 324° | 26° | 93° |
CMYK | 0.00 | 0.26 | 0.11 0.07 |
XYZ | 62.6001 | 53.6412 | 70.0052 |
Yxy | 53.6412 | 0.3361 | 0.2880 |
Hunter Lab | 73.2402 | 24.3979 | -5.4031 |
CIE-Lab | 78.2521 | 28.7675 | -10.1147 |
#eeafd5 color RGB value is (238,175,213).
#eeafd5 hex color red value is 238, green value is 175 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #eeafd5 hue: 0.90 , saturation: 0.65 and the lightness value of eeafd5 is 0.81.
The process color (four color CMYK) of #eeafd5 color hex is 0.00, 0.26, 0.11, 0.07. Web safe color of #eeafd5 is #ff99cc. Color #eeafd5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101110 | 10101111 | 11010101 |
Octal | 356 | 257 | 325 |
Decimal | 238 | 175 | 213 |
Hex | EE | AF | D5 |
Shades of #eeafd5
Tints of #eeafd5
RGB Percentages of Color #eeafd5
CMYK Percentages of Color #eeafd5
Complementary Color
#eeafd5 | #afeec8 |
#eeafd5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eeafd5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eeafd5 Color CSS Codes
.mybgcolor {background-color:#eeafd5; } .myforecolor {color:#eeafd5; } .mybordercolor {border:3px solid #eeafd5; }
#eeafd5 Text Font Color
<p style="color:#eeafd5">Text here</p>
This sample text font color is #eeafd5
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.
#eeafd5 Background Color
<div style="background-color:#eeafd5">
Div content here</div>
This div background color is #eeafd5
#eeafd5 Border Color
<div style="border:3px solid #eeafd5">
Div here</div>
This div border color is #eeafd5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(238,175,213, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eeafd5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eeafd5; -webkit-box-shadow: 1px 1px 3px 2px #eeafd5; box-shadow: 1px 1px 3px 2px #eeafd5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(238,175,213, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eeafd5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eeafd5; -webkit-box-shadow: 1px 1px 3px 2px #eeafd5; box-shadow: 1px 1px 3px 2px #eeafd5;">
Div content here</div>
This div box has shadow with color #eeafd5
Comments
No comments written yet.
Please login to write comment.