Color spaces of #fddd87
RGB | 253 | 221 | 135 |
---|---|---|---|
HSL | 0.12 | 0.97 | 0.76 |
HSV | 44° | 47° | 99° |
CMYK | 0.00 | 0.13 | 0.47 0.01 |
XYZ | 70.7376 | 74.3448 | 33.5434 |
Yxy | 74.3448 | 0.3960 | 0.4162 |
Hunter Lab | 86.2234 | -4.4498 | 37.2909 |
CIE-Lab | 89.0852 | 0.1604 | 46.1051 |
#fddd87 color RGB value is (253,221,135).
#fddd87 hex color red value is 253, green value is 221 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #fddd87 hue: 0.12 , saturation: 0.97 and the lightness value of fddd87 is 0.76.
The process color (four color CMYK) of #fddd87 color hex is 0.00, 0.13, 0.47, 0.01. Web safe color of #fddd87 is #ffcc99. Color #fddd87 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 11011101 | 10000111 |
Octal | 375 | 335 | 207 |
Decimal | 253 | 221 | 135 |
Hex | FD | DD | 87 |
Shades of #fddd87
Tints of #fddd87
RGB Percentages of Color #fddd87
CMYK Percentages of Color #fddd87
Complementary Color
#fddd87 | #87a7fd |
#fddd87 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fddd87 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fddd87 Color CSS Codes
.mybgcolor {background-color:#fddd87; } .myforecolor {color:#fddd87; } .mybordercolor {border:3px solid #fddd87; }
#fddd87 Text Font Color
<p style="color:#fddd87">Text here</p>
This sample text font color is #fddd87
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.
#fddd87 Background Color
<div style="background-color:#fddd87">
Div content here</div>
This div background color is #fddd87
#fddd87 Border Color
<div style="border:3px solid #fddd87">
Div here</div>
This div border color is #fddd87
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,221,135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fddd87; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fddd87; -webkit-box-shadow: 1px 1px 3px 2px #fddd87; box-shadow: 1px 1px 3px 2px #fddd87; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,221,135, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fddd87">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fddd87; -webkit-box-shadow: 1px 1px 3px 2px #fddd87; box-shadow: 1px 1px 3px 2px #fddd87;">
Div content here</div>
This div box has shadow with color #fddd87
Comments
No comments written yet.
Please login to write comment.