Color spaces of #ebcf7a
RGB | 235 | 207 | 122 |
---|---|---|---|
HSL | 0.13 | 0.74 | 0.70 |
HSV | 45° | 48° | 92° |
CMYK | 0.00 | 0.12 | 0.48 0.08 |
XYZ | 60.0866 | 63.6930 | 27.5394 |
Yxy | 63.6930 | 0.3971 | 0.4209 |
Hunter Lab | 79.8079 | -5.2729 | 35.4063 |
CIE-Lab | 83.8057 | -1.0726 | 45.5969 |
#ebcf7a color RGB value is (235,207,122).
#ebcf7a hex color red value is 235, green value is 207 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ebcf7a hue: 0.13 , saturation: 0.74 and the lightness value of ebcf7a is 0.70.
The process color (four color CMYK) of #ebcf7a color hex is 0.00, 0.12, 0.48, 0.08. Web safe color of #ebcf7a is #ffcc66. Color #ebcf7a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101011 | 11001111 | 01111010 |
Octal | 353 | 317 | 172 |
Decimal | 235 | 207 | 122 |
Hex | EB | CF | 7A |
Shades of #ebcf7a
Tints of #ebcf7a
RGB Percentages of Color #ebcf7a
CMYK Percentages of Color #ebcf7a
Complementary Color
#ebcf7a | #7a96eb |
#ebcf7a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ebcf7a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ebcf7a Color CSS Codes
.mybgcolor {background-color:#ebcf7a; } .myforecolor {color:#ebcf7a; } .mybordercolor {border:3px solid #ebcf7a; }
#ebcf7a Text Font Color
<p style="color:#ebcf7a">Text here</p>
This sample text font color is #ebcf7a
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.
#ebcf7a Background Color
<div style="background-color:#ebcf7a">
Div content here</div>
This div background color is #ebcf7a
#ebcf7a Border Color
<div style="border:3px solid #ebcf7a">
Div here</div>
This div border color is #ebcf7a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(235,207,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ebcf7a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ebcf7a; -webkit-box-shadow: 1px 1px 3px 2px #ebcf7a; box-shadow: 1px 1px 3px 2px #ebcf7a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(235,207,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ebcf7a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ebcf7a; -webkit-box-shadow: 1px 1px 3px 2px #ebcf7a; box-shadow: 1px 1px 3px 2px #ebcf7a;">
Div content here</div>
This div box has shadow with color #ebcf7a
#ebcf7a Color Palettes
Comments
No comments written yet.
Please login to write comment.