Color spaces of #ea986b
RGB | 234 | 152 | 107 |
---|---|---|---|
HSL | 0.06 | 0.75 | 0.67 |
HSV | 21° | 54° | 92° |
CMYK | 0.00 | 0.35 | 0.54 0.08 |
XYZ | 47.8138 | 41.0104 | 19.3057 |
Yxy | 41.0104 | 0.4422 | 0.3793 |
Hunter Lab | 64.0394 | 21.2048 | 26.9536 |
CIE-Lab | 70.1832 | 26.1773 | 36.2334 |
#ea986b color RGB value is (234,152,107).
#ea986b hex color red value is 234, green value is 152 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ea986b hue: 0.06 , saturation: 0.75 and the lightness value of ea986b is 0.67.
The process color (four color CMYK) of #ea986b color hex is 0.00, 0.35, 0.54, 0.08. Web safe color of #ea986b is #ff9966. Color #ea986b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 10011000 | 01101011 |
Octal | 352 | 230 | 153 |
Decimal | 234 | 152 | 107 |
Hex | EA | 98 | 6B |
Shades of #ea986b
Tints of #ea986b
RGB Percentages of Color #ea986b
CMYK Percentages of Color #ea986b
Complementary Color
#ea986b | #6bbdea |
#ea986b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ea986b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ea986b Color CSS Codes
.mybgcolor {background-color:#ea986b; } .myforecolor {color:#ea986b; } .mybordercolor {border:3px solid #ea986b; }
#ea986b Text Font Color
<p style="color:#ea986b">Text here</p>
This sample text font color is #ea986b
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.
#ea986b Background Color
<div style="background-color:#ea986b">
Div content here</div>
This div background color is #ea986b
#ea986b Border Color
<div style="border:3px solid #ea986b">
Div here</div>
This div border color is #ea986b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,152,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ea986b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ea986b; -webkit-box-shadow: 1px 1px 3px 2px #ea986b; box-shadow: 1px 1px 3px 2px #ea986b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,152,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ea986b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ea986b; -webkit-box-shadow: 1px 1px 3px 2px #ea986b; box-shadow: 1px 1px 3px 2px #ea986b;">
Div content here</div>
This div box has shadow with color #ea986b
Comments
No comments written yet.
Please login to write comment.