Color spaces of #efeab7
RGB | 239 | 234 | 183 |
---|---|---|---|
HSL | 0.15 | 0.64 | 0.83 |
HSV | 55° | 23° | 94° |
CMYK | 0.00 | 0.02 | 0.23 0.06 |
XYZ | 73.5667 | 80.6153 | 56.4827 |
Yxy | 80.6153 | 0.3492 | 0.3827 |
Hunter Lab | 89.7860 | -10.8705 | 25.5520 |
CIE-Lab | 91.9602 | -6.2701 | 25.4386 |
#efeab7 color RGB value is (239,234,183).
#efeab7 hex color red value is 239, green value is 234 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #efeab7 hue: 0.15 , saturation: 0.64 and the lightness value of efeab7 is 0.83.
The process color (four color CMYK) of #efeab7 color hex is 0.00, 0.02, 0.23, 0.06. Web safe color of #efeab7 is #ffffcc. Color #efeab7 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11101010 | 10110111 |
Octal | 357 | 352 | 267 |
Decimal | 239 | 234 | 183 |
Hex | EF | EA | B7 |
Shades of #efeab7
Tints of #efeab7
RGB Percentages of Color #efeab7
CMYK Percentages of Color #efeab7
Complementary Color
#efeab7 | #b7bcef |
#efeab7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efeab7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efeab7 Color CSS Codes
.mybgcolor {background-color:#efeab7; } .myforecolor {color:#efeab7; } .mybordercolor {border:3px solid #efeab7; }
#efeab7 Text Font Color
<p style="color:#efeab7">Text here</p>
This sample text font color is #efeab7
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.
#efeab7 Background Color
<div style="background-color:#efeab7">
Div content here</div>
This div background color is #efeab7
#efeab7 Border Color
<div style="border:3px solid #efeab7">
Div here</div>
This div border color is #efeab7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,234,183, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efeab7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efeab7; -webkit-box-shadow: 1px 1px 3px 2px #efeab7; box-shadow: 1px 1px 3px 2px #efeab7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,234,183, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efeab7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efeab7; -webkit-box-shadow: 1px 1px 3px 2px #efeab7; box-shadow: 1px 1px 3px 2px #efeab7;">
Div content here</div>
This div box has shadow with color #efeab7
Comments
No comments written yet.
Please login to write comment.