Color spaces of #efeaab
RGB | 239 | 234 | 171 |
---|---|---|---|
HSL | 0.15 | 0.68 | 0.80 |
HSV | 56° | 28° | 94° |
CMYK | 0.00 | 0.02 | 0.28 0.06 |
XYZ | 72.3701 | 80.1366 | 50.1817 |
Yxy | 80.1366 | 0.3571 | 0.3954 |
Hunter Lab | 89.5190 | -12.3531 | 29.4271 |
CIE-Lab | 91.7461 | -7.8499 | 31.2822 |
#efeaab color RGB value is (239,234,171).
#efeaab hex color red value is 239, green value is 234 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #efeaab hue: 0.15 , saturation: 0.68 and the lightness value of efeaab is 0.80.
The process color (four color CMYK) of #efeaab color hex is 0.00, 0.02, 0.28, 0.06. Web safe color of #efeaab is #ffff99. Color #efeaab contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11101010 | 10101011 |
Octal | 357 | 352 | 253 |
Decimal | 239 | 234 | 171 |
Hex | EF | EA | AB |
Shades of #efeaab
Tints of #efeaab
RGB Percentages of Color #efeaab
CMYK Percentages of Color #efeaab
Complementary Color
#efeaab | #abb0ef |
#efeaab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efeaab Color Preview on White Background
Lorem ipsum dolor sit amet.
#efeaab Color CSS Codes
.mybgcolor {background-color:#efeaab; } .myforecolor {color:#efeaab; } .mybordercolor {border:3px solid #efeaab; }
#efeaab Text Font Color
<p style="color:#efeaab">Text here</p>
This sample text font color is #efeaab
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.
#efeaab Background Color
<div style="background-color:#efeaab">
Div content here</div>
This div background color is #efeaab
#efeaab Border Color
<div style="border:3px solid #efeaab">
Div here</div>
This div border color is #efeaab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,234,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efeaab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efeaab; -webkit-box-shadow: 1px 1px 3px 2px #efeaab; box-shadow: 1px 1px 3px 2px #efeaab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,234,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efeaab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efeaab; -webkit-box-shadow: 1px 1px 3px 2px #efeaab; box-shadow: 1px 1px 3px 2px #efeaab;">
Div content here</div>
This div box has shadow with color #efeaab
Comments
No comments written yet.
Please login to write comment.