Color spaces of #efa695
RGB | 239 | 166 | 149 |
---|---|---|---|
HSL | 0.03 | 0.74 | 0.76 |
HSV | 11° | 38° | 94° |
CMYK | 0.00 | 0.31 | 0.38 0.06 |
XYZ | 54.6576 | 47.7931 | 34.7780 |
Yxy | 47.7931 | 0.3983 | 0.3483 |
Hunter Lab | 69.1326 | 20.1438 | 18.5662 |
CIE-Lab | 74.6942 | 24.8665 | 19.6559 |
#efa695 color RGB value is (239,166,149).
#efa695 hex color red value is 239, green value is 166 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #efa695 hue: 0.03 , saturation: 0.74 and the lightness value of efa695 is 0.76.
The process color (four color CMYK) of #efa695 color hex is 0.00, 0.31, 0.38, 0.06. Web safe color of #efa695 is #ff9999. Color #efa695 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10100110 | 10010101 |
Octal | 357 | 246 | 225 |
Decimal | 239 | 166 | 149 |
Hex | EF | A6 | 95 |
Shades of #efa695
Tints of #efa695
RGB Percentages of Color #efa695
CMYK Percentages of Color #efa695
Complementary Color
#efa695 | #95deef |
#efa695 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efa695 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efa695 Color CSS Codes
.mybgcolor {background-color:#efa695; } .myforecolor {color:#efa695; } .mybordercolor {border:3px solid #efa695; }
#efa695 Text Font Color
<p style="color:#efa695">Text here</p>
This sample text font color is #efa695
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.
#efa695 Background Color
<div style="background-color:#efa695">
Div content here</div>
This div background color is #efa695
#efa695 Border Color
<div style="border:3px solid #efa695">
Div here</div>
This div border color is #efa695
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,166,149, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efa695; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efa695; -webkit-box-shadow: 1px 1px 3px 2px #efa695; box-shadow: 1px 1px 3px 2px #efa695; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,166,149, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efa695">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efa695; -webkit-box-shadow: 1px 1px 3px 2px #efa695; box-shadow: 1px 1px 3px 2px #efa695;">
Div content here</div>
This div box has shadow with color #efa695
Comments
No comments written yet.
Please login to write comment.