Color spaces of #ddffba
RGB | 221 | 255 | 186 |
---|---|---|---|
HSL | 0.25 | 1.00 | 0.86 |
HSV | 90° | 27° | 100° |
CMYK | 0.13 | 0.00 | 0.27 0.00 |
XYZ | 74.4417 | 90.4373 | 59.9870 |
Yxy | 90.4373 | 0.3310 | 0.4022 |
Hunter Lab | 95.0985 | -26.6953 | 29.1696 |
CIE-Lab | 96.1779 | -22.6367 | 29.4535 |
#ddffba color RGB value is (221,255,186).
#ddffba hex color red value is 221, green value is 255 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ddffba hue: 0.25 , saturation: 1.00 and the lightness value of ddffba is 0.86.
The process color (four color CMYK) of #ddffba color hex is 0.13, 0.00, 0.27, 0.00. Web safe color of #ddffba is #ccffcc. Color #ddffba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11111111 | 10111010 |
Octal | 335 | 377 | 272 |
Decimal | 221 | 255 | 186 |
Hex | DD | FF | BA |
Shades of #ddffba
Tints of #ddffba
RGB Percentages of Color #ddffba
CMYK Percentages of Color #ddffba
Complementary Color
#ddffba | #dcbaff |
#ddffba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddffba Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddffba Color CSS Codes
.mybgcolor {background-color:#ddffba; } .myforecolor {color:#ddffba; } .mybordercolor {border:3px solid #ddffba; }
#ddffba Text Font Color
<p style="color:#ddffba">Text here</p>
This sample text font color is #ddffba
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.
#ddffba Background Color
<div style="background-color:#ddffba">
Div content here</div>
This div background color is #ddffba
#ddffba Border Color
<div style="border:3px solid #ddffba">
Div here</div>
This div border color is #ddffba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,255,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddffba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddffba; -webkit-box-shadow: 1px 1px 3px 2px #ddffba; box-shadow: 1px 1px 3px 2px #ddffba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,255,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddffba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddffba; -webkit-box-shadow: 1px 1px 3px 2px #ddffba; box-shadow: 1px 1px 3px 2px #ddffba;">
Div content here</div>
This div box has shadow with color #ddffba
Comments
No comments written yet.
Please login to write comment.