Color spaces of #efa6cf
RGB | 239 | 166 | 207 |
---|---|---|---|
HSL | 0.91 | 0.70 | 0.79 |
HSV | 326° | 31° | 94° |
CMYK | 0.00 | 0.31 | 0.13 0.06 |
XYZ | 60.4953 | 50.1282 | 65.5187 |
Yxy | 50.1282 | 0.3434 | 0.2846 |
Hunter Lab | 70.8013 | 28.6150 | -5.3054 |
CIE-Lab | 76.1479 | 32.9059 | -9.9733 |
#efa6cf color RGB value is (239,166,207).
#efa6cf hex color red value is 239, green value is 166 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #efa6cf hue: 0.91 , saturation: 0.70 and the lightness value of efa6cf is 0.79.
The process color (four color CMYK) of #efa6cf color hex is 0.00, 0.31, 0.13, 0.06. Web safe color of #efa6cf is #ff99cc. Color #efa6cf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10100110 | 11001111 |
Octal | 357 | 246 | 317 |
Decimal | 239 | 166 | 207 |
Hex | EF | A6 | CF |
Shades of #efa6cf
Tints of #efa6cf
RGB Percentages of Color #efa6cf
CMYK Percentages of Color #efa6cf
Complementary Color
#efa6cf | #a6efc6 |
#efa6cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efa6cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#efa6cf Color CSS Codes
.mybgcolor {background-color:#efa6cf; } .myforecolor {color:#efa6cf; } .mybordercolor {border:3px solid #efa6cf; }
#efa6cf Text Font Color
<p style="color:#efa6cf">Text here</p>
This sample text font color is #efa6cf
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.
#efa6cf Background Color
<div style="background-color:#efa6cf">
Div content here</div>
This div background color is #efa6cf
#efa6cf Border Color
<div style="border:3px solid #efa6cf">
Div here</div>
This div border color is #efa6cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,166,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efa6cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efa6cf; -webkit-box-shadow: 1px 1px 3px 2px #efa6cf; box-shadow: 1px 1px 3px 2px #efa6cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,166,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efa6cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efa6cf; -webkit-box-shadow: 1px 1px 3px 2px #efa6cf; box-shadow: 1px 1px 3px 2px #efa6cf;">
Div content here</div>
This div box has shadow with color #efa6cf
Comments
No comments written yet.
Please login to write comment.