Color spaces of #ffdcb5
RGB | 255 | 220 | 181 |
---|---|---|---|
HSL | 0.09 | 1.00 | 0.85 |
HSV | 32° | 29° | 100° |
CMYK | 0.00 | 0.14 | 0.29 0.00 |
XYZ | 75.1737 | 75.7826 | 54.3815 |
Yxy | 75.7826 | 0.3661 | 0.3691 |
Hunter Lab | 87.0532 | 1.7983 | 23.8992 |
CIE-Lab | 89.7583 | 6.5396 | 23.6601 |
#ffdcb5 color RGB value is (255,220,181).
#ffdcb5 hex color red value is 255, green value is 220 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #ffdcb5 hue: 0.09 , saturation: 1.00 and the lightness value of ffdcb5 is 0.85.
The process color (four color CMYK) of #ffdcb5 color hex is 0.00, 0.14, 0.29, 0.00. Web safe color of #ffdcb5 is #ffcccc. Color #ffdcb5 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11011100 | 10110101 |
Octal | 377 | 334 | 265 |
Decimal | 255 | 220 | 181 |
Hex | FF | DC | B5 |
Shades of #ffdcb5
Tints of #ffdcb5
RGB Percentages of Color #ffdcb5
CMYK Percentages of Color #ffdcb5
Complementary Color
#ffdcb5 | #b5d8ff |
#ffdcb5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffdcb5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffdcb5 Color CSS Codes
.mybgcolor {background-color:#ffdcb5; } .myforecolor {color:#ffdcb5; } .mybordercolor {border:3px solid #ffdcb5; }
#ffdcb5 Text Font Color
<p style="color:#ffdcb5">Text here</p>
This sample text font color is #ffdcb5
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.
#ffdcb5 Background Color
<div style="background-color:#ffdcb5">
Div content here</div>
This div background color is #ffdcb5
#ffdcb5 Border Color
<div style="border:3px solid #ffdcb5">
Div here</div>
This div border color is #ffdcb5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,220,181, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffdcb5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffdcb5; -webkit-box-shadow: 1px 1px 3px 2px #ffdcb5; box-shadow: 1px 1px 3px 2px #ffdcb5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,220,181, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffdcb5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffdcb5; -webkit-box-shadow: 1px 1px 3px 2px #ffdcb5; box-shadow: 1px 1px 3px 2px #ffdcb5;">
Div content here</div>
This div box has shadow with color #ffdcb5
#ffdcb5 Color Palettes
Comments
No comments written yet.
Please login to write comment.