Color spaces of #efcf72
RGB | 239 | 207 | 114 |
---|---|---|---|
HSL | 0.12 | 0.80 | 0.69 |
HSV | 45° | 52° | 94° |
CMYK | 0.00 | 0.13 | 0.52 0.06 |
XYZ | 60.9467 | 64.1913 | 25.0975 |
Yxy | 64.1913 | 0.4057 | 0.4273 |
Hunter Lab | 80.1195 | -4.4245 | 37.5110 |
CIE-Lab | 84.0653 | -0.1537 | 49.8991 |
#efcf72 color RGB value is (239,207,114).
#efcf72 hex color red value is 239, green value is 207 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #efcf72 hue: 0.12 , saturation: 0.80 and the lightness value of efcf72 is 0.69.
The process color (four color CMYK) of #efcf72 color hex is 0.00, 0.13, 0.52, 0.06. Web safe color of #efcf72 is #ffcc66. Color #efcf72 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11001111 | 01110010 |
Octal | 357 | 317 | 162 |
Decimal | 239 | 207 | 114 |
Hex | EF | CF | 72 |
Shades of #efcf72
Tints of #efcf72
RGB Percentages of Color #efcf72
CMYK Percentages of Color #efcf72
Complementary Color
#efcf72 | #7292ef |
#efcf72 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efcf72 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efcf72 Color CSS Codes
.mybgcolor {background-color:#efcf72; } .myforecolor {color:#efcf72; } .mybordercolor {border:3px solid #efcf72; }
#efcf72 Text Font Color
<p style="color:#efcf72">Text here</p>
This sample text font color is #efcf72
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.
#efcf72 Background Color
<div style="background-color:#efcf72">
Div content here</div>
This div background color is #efcf72
#efcf72 Border Color
<div style="border:3px solid #efcf72">
Div here</div>
This div border color is #efcf72
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,207,114, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efcf72; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efcf72; -webkit-box-shadow: 1px 1px 3px 2px #efcf72; box-shadow: 1px 1px 3px 2px #efcf72; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,207,114, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efcf72">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efcf72; -webkit-box-shadow: 1px 1px 3px 2px #efcf72; box-shadow: 1px 1px 3px 2px #efcf72;">
Div content here</div>
This div box has shadow with color #efcf72
Comments
No comments written yet.
Please login to write comment.