Color spaces of #efafba
RGB | 239 | 175 | 186 |
---|---|---|---|
HSL | 0.97 | 0.67 | 0.81 |
HSV | 350° | 27° | 94° |
CMYK | 0.00 | 0.27 | 0.22 0.06 |
XYZ | 59.7895 | 52.5558 | 53.4474 |
Yxy | 52.5558 | 0.3606 | 0.3170 |
Hunter Lab | 72.4954 | 20.3483 | 7.0351 |
CIE-Lab | 77.6120 | 24.9158 | 3.6320 |
#efafba color RGB value is (239,175,186).
#efafba hex color red value is 239, green value is 175 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #efafba hue: 0.97 , saturation: 0.67 and the lightness value of efafba is 0.81.
The process color (four color CMYK) of #efafba color hex is 0.00, 0.27, 0.22, 0.06. Web safe color of #efafba is #ff99cc. Color #efafba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10101111 | 10111010 |
Octal | 357 | 257 | 272 |
Decimal | 239 | 175 | 186 |
Hex | EF | AF | BA |
Shades of #efafba
Tints of #efafba
RGB Percentages of Color #efafba
CMYK Percentages of Color #efafba
Complementary Color
#efafba | #afefe4 |
#efafba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efafba Color Preview on White Background
Lorem ipsum dolor sit amet.
#efafba Color CSS Codes
.mybgcolor {background-color:#efafba; } .myforecolor {color:#efafba; } .mybordercolor {border:3px solid #efafba; }
#efafba Text Font Color
<p style="color:#efafba">Text here</p>
This sample text font color is #efafba
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.
#efafba Background Color
<div style="background-color:#efafba">
Div content here</div>
This div background color is #efafba
#efafba Border Color
<div style="border:3px solid #efafba">
Div here</div>
This div border color is #efafba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,175,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efafba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efafba; -webkit-box-shadow: 1px 1px 3px 2px #efafba; box-shadow: 1px 1px 3px 2px #efafba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,175,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efafba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efafba; -webkit-box-shadow: 1px 1px 3px 2px #efafba; box-shadow: 1px 1px 3px 2px #efafba;">
Div content here</div>
This div box has shadow with color #efafba
Comments
No comments written yet.
Please login to write comment.