Color spaces of #effa86
RGB | 239 | 250 | 134 |
---|---|---|---|
HSL | 0.18 | 0.92 | 0.75 |
HSV | 66° | 46° | 98° |
CMYK | 0.04 | 0.00 | 0.46 0.02 |
XYZ | 74.0853 | 88.4432 | 35.7208 |
Yxy | 88.4432 | 0.3737 | 0.4461 |
Hunter Lab | 94.0442 | -23.9604 | 43.3109 |
CIE-Lab | 95.3472 | -19.7931 | 54.0401 |
#effa86 color RGB value is (239,250,134).
#effa86 hex color red value is 239, green value is 250 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #effa86 hue: 0.18 , saturation: 0.92 and the lightness value of effa86 is 0.75.
The process color (four color CMYK) of #effa86 color hex is 0.04, 0.00, 0.46, 0.02. Web safe color of #effa86 is #ffff99. Color #effa86 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11111010 | 10000110 |
Octal | 357 | 372 | 206 |
Decimal | 239 | 250 | 134 |
Hex | EF | FA | 86 |
Shades of #effa86
Tints of #effa86
RGB Percentages of Color #effa86
CMYK Percentages of Color #effa86
Complementary Color
#effa86 | #9186fa |
#effa86 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#effa86 Color Preview on White Background
Lorem ipsum dolor sit amet.
#effa86 Color CSS Codes
.mybgcolor {background-color:#effa86; } .myforecolor {color:#effa86; } .mybordercolor {border:3px solid #effa86; }
#effa86 Text Font Color
<p style="color:#effa86">Text here</p>
This sample text font color is #effa86
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.
#effa86 Background Color
<div style="background-color:#effa86">
Div content here</div>
This div background color is #effa86
#effa86 Border Color
<div style="border:3px solid #effa86">
Div here</div>
This div border color is #effa86
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,250,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #effa86; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #effa86; -webkit-box-shadow: 1px 1px 3px 2px #effa86; box-shadow: 1px 1px 3px 2px #effa86; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,250,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #effa86">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #effa86; -webkit-box-shadow: 1px 1px 3px 2px #effa86; box-shadow: 1px 1px 3px 2px #effa86;">
Div content here</div>
This div box has shadow with color #effa86
Comments
No comments written yet.
Please login to write comment.