Color spaces of #ffd077
RGB | 255 | 208 | 119 |
---|---|---|---|
HSL | 0.11 | 1.00 | 0.73 |
HSV | 39° | 53° | 100° |
CMYK | 0.00 | 0.18 | 0.53 0.00 |
XYZ | 67.1256 | 67.7037 | 26.9830 |
Yxy | 67.7037 | 0.4148 | 0.4184 |
Hunter Lab | 82.2823 | 1.6258 | 38.1545 |
CIE-Lab | 85.8581 | 6.2230 | 49.9931 |
#ffd077 color RGB value is (255,208,119).
#ffd077 hex color red value is 255, green value is 208 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #ffd077 hue: 0.11 , saturation: 1.00 and the lightness value of ffd077 is 0.73.
The process color (four color CMYK) of #ffd077 color hex is 0.00, 0.18, 0.53, 0.00. Web safe color of #ffd077 is #ffcc66. Color #ffd077 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11010000 | 01110111 |
Octal | 377 | 320 | 167 |
Decimal | 255 | 208 | 119 |
Hex | FF | D0 | 77 |
Shades of #ffd077
Tints of #ffd077
RGB Percentages of Color #ffd077
CMYK Percentages of Color #ffd077
Complementary Color
#ffd077 | #77a6ff |
#ffd077 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffd077 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffd077 Color CSS Codes
.mybgcolor {background-color:#ffd077; } .myforecolor {color:#ffd077; } .mybordercolor {border:3px solid #ffd077; }
#ffd077 Text Font Color
<p style="color:#ffd077">Text here</p>
This sample text font color is #ffd077
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.
#ffd077 Background Color
<div style="background-color:#ffd077">
Div content here</div>
This div background color is #ffd077
#ffd077 Border Color
<div style="border:3px solid #ffd077">
Div here</div>
This div border color is #ffd077
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,208,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffd077; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffd077; -webkit-box-shadow: 1px 1px 3px 2px #ffd077; box-shadow: 1px 1px 3px 2px #ffd077; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,208,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffd077">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffd077; -webkit-box-shadow: 1px 1px 3px 2px #ffd077; box-shadow: 1px 1px 3px 2px #ffd077;">
Div content here</div>
This div box has shadow with color #ffd077
#ffd077 Color Palettes
Comments
No comments written yet.
Please login to write comment.