Color spaces of #efa09a
RGB | 239 | 160 | 154 |
---|---|---|---|
HSL | 0.01 | 0.73 | 0.77 |
HSV | 4° | 36° | 94° |
CMYK | 0.00 | 0.33 | 0.36 0.06 |
XYZ | 54.0001 | 45.8254 | 36.5709 |
Yxy | 45.8254 | 0.3959 | 0.3360 |
Hunter Lab | 67.6945 | 23.9247 | 15.3556 |
CIE-Lab | 73.4321 | 28.6329 | 15.1697 |
#efa09a color RGB value is (239,160,154).
#efa09a hex color red value is 239, green value is 160 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #efa09a hue: 0.01 , saturation: 0.73 and the lightness value of efa09a is 0.77.
The process color (four color CMYK) of #efa09a color hex is 0.00, 0.33, 0.36, 0.06. Web safe color of #efa09a is #ff9999. Color #efa09a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10100000 | 10011010 |
Octal | 357 | 240 | 232 |
Decimal | 239 | 160 | 154 |
Hex | EF | A0 | 9A |
Shades of #efa09a
Tints of #efa09a
RGB Percentages of Color #efa09a
CMYK Percentages of Color #efa09a
Complementary Color
#efa09a | #9ae9ef |
#efa09a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efa09a Color Preview on White Background
Lorem ipsum dolor sit amet.
#efa09a Color CSS Codes
.mybgcolor {background-color:#efa09a; } .myforecolor {color:#efa09a; } .mybordercolor {border:3px solid #efa09a; }
#efa09a Text Font Color
<p style="color:#efa09a">Text here</p>
This sample text font color is #efa09a
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.
#efa09a Background Color
<div style="background-color:#efa09a">
Div content here</div>
This div background color is #efa09a
#efa09a Border Color
<div style="border:3px solid #efa09a">
Div here</div>
This div border color is #efa09a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,160,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efa09a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efa09a; -webkit-box-shadow: 1px 1px 3px 2px #efa09a; box-shadow: 1px 1px 3px 2px #efa09a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,160,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efa09a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efa09a; -webkit-box-shadow: 1px 1px 3px 2px #efa09a; box-shadow: 1px 1px 3px 2px #efa09a;">
Div content here</div>
This div box has shadow with color #efa09a
Comments
No comments written yet.
Please login to write comment.