Color spaces of #efc38b
RGB | 239 | 195 | 139 |
---|---|---|---|
HSL | 0.09 | 0.76 | 0.74 |
HSV | 34° | 42° | 94° |
CMYK | 0.00 | 0.18 | 0.42 0.06 |
XYZ | 59.7719 | 59.2450 | 32.7112 |
Yxy | 59.2450 | 0.3939 | 0.3905 |
Hunter Lab | 76.9708 | 3.9159 | 28.6824 |
CIE-Lab | 81.4261 | 8.4338 | 34.0262 |
#efc38b color RGB value is (239,195,139).
#efc38b hex color red value is 239, green value is 195 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #efc38b hue: 0.09 , saturation: 0.76 and the lightness value of efc38b is 0.74.
The process color (four color CMYK) of #efc38b color hex is 0.00, 0.18, 0.42, 0.06. Web safe color of #efc38b is #ffcc99. Color #efc38b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11000011 | 10001011 |
Octal | 357 | 303 | 213 |
Decimal | 239 | 195 | 139 |
Hex | EF | C3 | 8B |
Shades of #efc38b
Tints of #efc38b
RGB Percentages of Color #efc38b
CMYK Percentages of Color #efc38b
Complementary Color
#efc38b | #8bb7ef |
#efc38b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efc38b Color Preview on White Background
Lorem ipsum dolor sit amet.
#efc38b Color CSS Codes
.mybgcolor {background-color:#efc38b; } .myforecolor {color:#efc38b; } .mybordercolor {border:3px solid #efc38b; }
#efc38b Text Font Color
<p style="color:#efc38b">Text here</p>
This sample text font color is #efc38b
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.
#efc38b Background Color
<div style="background-color:#efc38b">
Div content here</div>
This div background color is #efc38b
#efc38b Border Color
<div style="border:3px solid #efc38b">
Div here</div>
This div border color is #efc38b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,195,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efc38b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efc38b; -webkit-box-shadow: 1px 1px 3px 2px #efc38b; box-shadow: 1px 1px 3px 2px #efc38b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,195,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efc38b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efc38b; -webkit-box-shadow: 1px 1px 3px 2px #efc38b; box-shadow: 1px 1px 3px 2px #efc38b;">
Div content here</div>
This div box has shadow with color #efc38b
Comments
No comments written yet.
Please login to write comment.