Color spaces of #ffdd65
RGB | 255 | 221 | 101 |
---|---|---|---|
HSL | 0.13 | 1.00 | 0.70 |
HSV | 47° | 60° | 100° |
CMYK | 0.00 | 0.13 | 0.60 0.00 |
XYZ | 69.4454 | 73.9125 | 22.9183 |
Yxy | 73.9125 | 0.4177 | 0.4445 |
Hunter Lab | 85.9724 | -6.2658 | 44.3753 |
CIE-Lab | 88.8811 | -1.7360 | 61.8595 |
#ffdd65 color RGB value is (255,221,101).
#ffdd65 hex color red value is 255, green value is 221 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #ffdd65 hue: 0.13 , saturation: 1.00 and the lightness value of ffdd65 is 0.70.
The process color (four color CMYK) of #ffdd65 color hex is 0.00, 0.13, 0.60, 0.00. Web safe color of #ffdd65 is #ffcc66. Color #ffdd65 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11011101 | 01100101 |
Octal | 377 | 335 | 145 |
Decimal | 255 | 221 | 101 |
Hex | FF | DD | 65 |
Shades of #ffdd65
Tints of #ffdd65
RGB Percentages of Color #ffdd65
CMYK Percentages of Color #ffdd65
Complementary Color
#ffdd65 | #6587ff |
#ffdd65 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffdd65 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffdd65 Color CSS Codes
.mybgcolor {background-color:#ffdd65; } .myforecolor {color:#ffdd65; } .mybordercolor {border:3px solid #ffdd65; }
#ffdd65 Text Font Color
<p style="color:#ffdd65">Text here</p>
This sample text font color is #ffdd65
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.
#ffdd65 Background Color
<div style="background-color:#ffdd65">
Div content here</div>
This div background color is #ffdd65
#ffdd65 Border Color
<div style="border:3px solid #ffdd65">
Div here</div>
This div border color is #ffdd65
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,221,101, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffdd65; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffdd65; -webkit-box-shadow: 1px 1px 3px 2px #ffdd65; box-shadow: 1px 1px 3px 2px #ffdd65; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,221,101, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffdd65">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffdd65; -webkit-box-shadow: 1px 1px 3px 2px #ffdd65; box-shadow: 1px 1px 3px 2px #ffdd65;">
Div content here</div>
This div box has shadow with color #ffdd65
Comments
No comments written yet.
Please login to write comment.