Color spaces of #efaae7
RGB | 239 | 170 | 231 |
---|---|---|---|
HSL | 0.85 | 0.68 | 0.80 |
HSV | 307° | 29° | 94° |
CMYK | 0.00 | 0.29 | 0.03 0.06 |
XYZ | 64.3951 | 52.8697 | 82.4122 |
Yxy | 52.8697 | 0.3225 | 0.2648 |
Hunter Lab | 72.7116 | 30.8387 | -16.3020 |
CIE-Lab | 77.7980 | 34.8435 | -20.5459 |
#efaae7 color RGB value is (239,170,231).
#efaae7 hex color red value is 239, green value is 170 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #efaae7 hue: 0.85 , saturation: 0.68 and the lightness value of efaae7 is 0.80.
The process color (four color CMYK) of #efaae7 color hex is 0.00, 0.29, 0.03, 0.06. Web safe color of #efaae7 is #ff99ff. Color #efaae7 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10101010 | 11100111 |
Octal | 357 | 252 | 347 |
Decimal | 239 | 170 | 231 |
Hex | EF | AA | E7 |
Shades of #efaae7
Tints of #efaae7
RGB Percentages of Color #efaae7
CMYK Percentages of Color #efaae7
Complementary Color
#efaae7 | #aaefb2 |
#efaae7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efaae7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efaae7 Color CSS Codes
.mybgcolor {background-color:#efaae7; } .myforecolor {color:#efaae7; } .mybordercolor {border:3px solid #efaae7; }
#efaae7 Text Font Color
<p style="color:#efaae7">Text here</p>
This sample text font color is #efaae7
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.
#efaae7 Background Color
<div style="background-color:#efaae7">
Div content here</div>
This div background color is #efaae7
#efaae7 Border Color
<div style="border:3px solid #efaae7">
Div here</div>
This div border color is #efaae7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,170,231, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efaae7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efaae7; -webkit-box-shadow: 1px 1px 3px 2px #efaae7; box-shadow: 1px 1px 3px 2px #efaae7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,170,231, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efaae7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efaae7; -webkit-box-shadow: 1px 1px 3px 2px #efaae7; box-shadow: 1px 1px 3px 2px #efaae7;">
Div content here</div>
This div box has shadow with color #efaae7
Comments
No comments written yet.
Please login to write comment.