Color spaces of #efbdaf
RGB | 239 | 189 | 175 |
---|---|---|---|
HSL | 0.04 | 0.67 | 0.81 |
HSV | 13° | 27° | 94° |
CMYK | 0.00 | 0.21 | 0.27 0.06 |
XYZ | 61.5321 | 57.8411 | 48.4788 |
Yxy | 57.8411 | 0.3666 | 0.3446 |
Hunter Lab | 76.0533 | 11.3248 | 15.4440 |
CIE-Lab | 80.6504 | 15.9418 | 13.9193 |
#efbdaf color RGB value is (239,189,175).
#efbdaf hex color red value is 239, green value is 189 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #efbdaf hue: 0.04 , saturation: 0.67 and the lightness value of efbdaf is 0.81.
The process color (four color CMYK) of #efbdaf color hex is 0.00, 0.21, 0.27, 0.06. Web safe color of #efbdaf is #ffcc99. Color #efbdaf contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10111101 | 10101111 |
Octal | 357 | 275 | 257 |
Decimal | 239 | 189 | 175 |
Hex | EF | BD | AF |
Shades of #efbdaf
Tints of #efbdaf
RGB Percentages of Color #efbdaf
CMYK Percentages of Color #efbdaf
Complementary Color
#efbdaf | #afe1ef |
#efbdaf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efbdaf Color Preview on White Background
Lorem ipsum dolor sit amet.
#efbdaf Color CSS Codes
.mybgcolor {background-color:#efbdaf; } .myforecolor {color:#efbdaf; } .mybordercolor {border:3px solid #efbdaf; }
#efbdaf Text Font Color
<p style="color:#efbdaf">Text here</p>
This sample text font color is #efbdaf
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.
#efbdaf Background Color
<div style="background-color:#efbdaf">
Div content here</div>
This div background color is #efbdaf
#efbdaf Border Color
<div style="border:3px solid #efbdaf">
Div here</div>
This div border color is #efbdaf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,189,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efbdaf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efbdaf; -webkit-box-shadow: 1px 1px 3px 2px #efbdaf; box-shadow: 1px 1px 3px 2px #efbdaf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,189,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efbdaf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efbdaf; -webkit-box-shadow: 1px 1px 3px 2px #efbdaf; box-shadow: 1px 1px 3px 2px #efbdaf;">
Div content here</div>
This div box has shadow with color #efbdaf
#efbdaf Color Palettes
Comments
No comments written yet.
Please login to write comment.