Color spaces of #efe477
RGB | 239 | 228 | 119 |
---|---|---|---|
HSL | 0.15 | 0.79 | 0.70 |
HSV | 55° | 50° | 94° |
CMYK | 0.00 | 0.05 | 0.50 0.06 |
XYZ | 66.6698 | 75.1694 | 28.4480 |
Yxy | 75.1694 | 0.3915 | 0.4414 |
Hunter Lab | 86.7003 | -14.4646 | 41.2360 |
CIE-Lab | 89.4723 | -10.3656 | 53.9910 |
#efe477 color RGB value is (239,228,119).
#efe477 hex color red value is 239, green value is 228 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #efe477 hue: 0.15 , saturation: 0.79 and the lightness value of efe477 is 0.70.
The process color (four color CMYK) of #efe477 color hex is 0.00, 0.05, 0.50, 0.06. Web safe color of #efe477 is #ffcc66. Color #efe477 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11100100 | 01110111 |
Octal | 357 | 344 | 167 |
Decimal | 239 | 228 | 119 |
Hex | EF | E4 | 77 |
Shades of #efe477
Tints of #efe477
RGB Percentages of Color #efe477
CMYK Percentages of Color #efe477
Complementary Color
#efe477 | #7782ef |
#efe477 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efe477 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efe477 Color CSS Codes
.mybgcolor {background-color:#efe477; } .myforecolor {color:#efe477; } .mybordercolor {border:3px solid #efe477; }
#efe477 Text Font Color
<p style="color:#efe477">Text here</p>
This sample text font color is #efe477
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.
#efe477 Background Color
<div style="background-color:#efe477">
Div content here</div>
This div background color is #efe477
#efe477 Border Color
<div style="border:3px solid #efe477">
Div here</div>
This div border color is #efe477
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,228,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efe477; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efe477; -webkit-box-shadow: 1px 1px 3px 2px #efe477; box-shadow: 1px 1px 3px 2px #efe477; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,228,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efe477">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efe477; -webkit-box-shadow: 1px 1px 3px 2px #efe477; box-shadow: 1px 1px 3px 2px #efe477;">
Div content here</div>
This div box has shadow with color #efe477
Comments
No comments written yet.
Please login to write comment.