Color spaces of #efb378
RGB | 239 | 179 | 120 |
---|---|---|---|
HSL | 0.08 | 0.79 | 0.70 |
HSV | 30° | 50° | 94° |
CMYK | 0.00 | 0.25 | 0.50 0.06 |
XYZ | 55.1069 | 51.9470 | 24.8916 |
Yxy | 51.9470 | 0.4176 | 0.3937 |
Hunter Lab | 72.0743 | 10.3484 | 29.9756 |
CIE-Lab | 77.2491 | 14.9903 | 38.4834 |
#efb378 color RGB value is (239,179,120).
#efb378 hex color red value is 239, green value is 179 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #efb378 hue: 0.08 , saturation: 0.79 and the lightness value of efb378 is 0.70.
The process color (four color CMYK) of #efb378 color hex is 0.00, 0.25, 0.50, 0.06. Web safe color of #efb378 is #ffcc66. Color #efb378 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 10110011 | 01111000 |
Octal | 357 | 263 | 170 |
Decimal | 239 | 179 | 120 |
Hex | EF | B3 | 78 |
Shades of #efb378
Tints of #efb378
RGB Percentages of Color #efb378
CMYK Percentages of Color #efb378
Complementary Color
#efb378 | #78b4ef |
#efb378 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efb378 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efb378 Color CSS Codes
.mybgcolor {background-color:#efb378; } .myforecolor {color:#efb378; } .mybordercolor {border:3px solid #efb378; }
#efb378 Text Font Color
<p style="color:#efb378">Text here</p>
This sample text font color is #efb378
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.
#efb378 Background Color
<div style="background-color:#efb378">
Div content here</div>
This div background color is #efb378
#efb378 Border Color
<div style="border:3px solid #efb378">
Div here</div>
This div border color is #efb378
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,179,120, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efb378; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efb378; -webkit-box-shadow: 1px 1px 3px 2px #efb378; box-shadow: 1px 1px 3px 2px #efb378; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,179,120, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #efb378">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efb378; -webkit-box-shadow: 1px 1px 3px 2px #efb378; box-shadow: 1px 1px 3px 2px #efb378;">
Div content here</div>
This div box has shadow with color #efb378
Comments
No comments written yet.
Please login to write comment.