Color spaces of #efaaf3
RGB | 239 | 170 | 243 |
---|---|---|---|
HSL | 0.82 | 0.75 | 0.81 |
HSV | 297° | 30° | 95° |
CMYK | 0.02 | 0.30 | 0.00 0.05 |
XYZ | 66.1490 | 53.5712 | 91.6479 |
Yxy | 53.5712 | 0.3130 | 0.2534 |
Hunter Lab | 73.1923 | 33.2362 | -23.0054 |
CIE-Lab | 78.2110 | 37.0144 | -26.4029 |
#efaaf3 color RGB value is (239,170,243).
#efaaf3 hex color red value is 239, green value is 170 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #efaaf3 hue: 0.82 , saturation: 0.75 and the lightness value of efaaf3 is 0.81.
The process color (four color CMYK) of #efaaf3 color hex is 0.02, 0.30, 0.00, 0.05. Web safe color of #efaaf3 is #ff99ff. Color #efaaf3 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10101010 | 11110011 |
Octal | 357 | 252 | 363 |
Decimal | 239 | 170 | 243 |
Hex | EF | AA | F3 |
Shades of #efaaf3
Tints of #efaaf3
RGB Percentages of Color #efaaf3
CMYK Percentages of Color #efaaf3
Complementary Color
#efaaf3 | #aef3aa |
#efaaf3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efaaf3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efaaf3 Color CSS Codes
.mybgcolor {background-color:#efaaf3; } .myforecolor {color:#efaaf3; } .mybordercolor {border:3px solid #efaaf3; }
#efaaf3 Text Font Color
<p style="color:#efaaf3">Text here</p>
This sample text font color is #efaaf3
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.
#efaaf3 Background Color
<div style="background-color:#efaaf3">
Div content here</div>
This div background color is #efaaf3
#efaaf3 Border Color
<div style="border:3px solid #efaaf3">
Div here</div>
This div border color is #efaaf3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,170,243, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efaaf3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efaaf3; -webkit-box-shadow: 1px 1px 3px 2px #efaaf3; box-shadow: 1px 1px 3px 2px #efaaf3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,170,243, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efaaf3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efaaf3; -webkit-box-shadow: 1px 1px 3px 2px #efaaf3; box-shadow: 1px 1px 3px 2px #efaaf3;">
Div content here</div>
This div box has shadow with color #efaaf3
Comments
No comments written yet.
Please login to write comment.