Color spaces of #efc35f
RGB | 239 | 195 | 95 |
---|---|---|---|
HSL | 0.12 | 0.82 | 0.65 |
HSV | 42° | 60° | 94° |
CMYK | 0.00 | 0.18 | 0.60 0.06 |
XYZ | 57.1773 | 58.2072 | 19.0480 |
Yxy | 58.2072 | 0.4253 | 0.4330 |
Hunter Lab | 76.2936 | 0.2607 | 38.6028 |
CIE-Lab | 80.8539 | 4.6100 | 55.1333 |
#efc35f color RGB value is (239,195,95).
#efc35f hex color red value is 239, green value is 195 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #efc35f hue: 0.12 , saturation: 0.82 and the lightness value of efc35f is 0.65.
The process color (four color CMYK) of #efc35f color hex is 0.00, 0.18, 0.60, 0.06. Web safe color of #efc35f is #ffcc66. Color #efc35f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11000011 | 01011111 |
Octal | 357 | 303 | 137 |
Decimal | 239 | 195 | 95 |
Hex | EF | C3 | 5F |
Shades of #efc35f
Tints of #efc35f
RGB Percentages of Color #efc35f
CMYK Percentages of Color #efc35f
Complementary Color
#efc35f | #5f8bef |
#efc35f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efc35f Color Preview on White Background
Lorem ipsum dolor sit amet.
#efc35f Color CSS Codes
.mybgcolor {background-color:#efc35f; } .myforecolor {color:#efc35f; } .mybordercolor {border:3px solid #efc35f; }
#efc35f Text Font Color
<p style="color:#efc35f">Text here</p>
This sample text font color is #efc35f
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.
#efc35f Background Color
<div style="background-color:#efc35f">
Div content here</div>
This div background color is #efc35f
#efc35f Border Color
<div style="border:3px solid #efc35f">
Div here</div>
This div border color is #efc35f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,195,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efc35f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efc35f; -webkit-box-shadow: 1px 1px 3px 2px #efc35f; box-shadow: 1px 1px 3px 2px #efc35f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,195,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efc35f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efc35f; -webkit-box-shadow: 1px 1px 3px 2px #efc35f; box-shadow: 1px 1px 3px 2px #efc35f;">
Div content here</div>
This div box has shadow with color #efc35f
Comments
No comments written yet.
Please login to write comment.