Color spaces of #ddfbb6
RGB | 221 | 251 | 182 |
---|---|---|---|
HSL | 0.24 | 0.90 | 0.85 |
HSV | 86° | 27° | 98° |
CMYK | 0.12 | 0.00 | 0.27 0.02 |
XYZ | 72.7595 | 87.7439 | 57.3574 |
Yxy | 87.7439 | 0.3340 | 0.4028 |
Hunter Lab | 93.6717 | -25.2756 | 29.2655 |
CIE-Lab | 95.0530 | -21.2863 | 29.9457 |
#ddfbb6 color RGB value is (221,251,182).
#ddfbb6 hex color red value is 221, green value is 251 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #ddfbb6 hue: 0.24 , saturation: 0.90 and the lightness value of ddfbb6 is 0.85.
The process color (four color CMYK) of #ddfbb6 color hex is 0.12, 0.00, 0.27, 0.02. Web safe color of #ddfbb6 is #ccffcc. Color #ddfbb6 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11011101 | 11111011 | 10110110 |
Octal | 335 | 373 | 266 |
Decimal | 221 | 251 | 182 |
Hex | DD | FB | B6 |
Shades of #ddfbb6
Tints of #ddfbb6
RGB Percentages of Color #ddfbb6
CMYK Percentages of Color #ddfbb6
Complementary Color
#ddfbb6 | #d4b6fb |
#ddfbb6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ddfbb6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ddfbb6 Color CSS Codes
.mybgcolor {background-color:#ddfbb6; } .myforecolor {color:#ddfbb6; } .mybordercolor {border:3px solid #ddfbb6; }
#ddfbb6 Text Font Color
<p style="color:#ddfbb6">Text here</p>
This sample text font color is #ddfbb6
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.
#ddfbb6 Background Color
<div style="background-color:#ddfbb6">
Div content here</div>
This div background color is #ddfbb6
#ddfbb6 Border Color
<div style="border:3px solid #ddfbb6">
Div here</div>
This div border color is #ddfbb6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(221,251,182, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ddfbb6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ddfbb6; -webkit-box-shadow: 1px 1px 3px 2px #ddfbb6; box-shadow: 1px 1px 3px 2px #ddfbb6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(221,251,182, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ddfbb6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ddfbb6; -webkit-box-shadow: 1px 1px 3px 2px #ddfbb6; box-shadow: 1px 1px 3px 2px #ddfbb6;">
Div content here</div>
This div box has shadow with color #ddfbb6
Comments
No comments written yet.
Please login to write comment.