Color spaces of #cbfddb
RGB | 203 | 253 | 219 |
---|---|---|---|
HSL | 0.39 | 0.93 | 0.89 |
HSV | 139° | 20° | 99° |
CMYK | 0.20 | 0.00 | 0.13 0.01 |
XYZ | 72.5401 | 88.0615 | 80.1921 |
Yxy | 88.0615 | 0.3013 | 0.3657 |
Hunter Lab | 93.8411 | -26.2396 | 15.0224 |
CIE-Lab | 95.1868 | -22.3233 | 11.0864 |
#cbfddb color RGB value is (203,253,219).
#cbfddb hex color red value is 203, green value is 253 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cbfddb hue: 0.39 , saturation: 0.93 and the lightness value of cbfddb is 0.89.
The process color (four color CMYK) of #cbfddb color hex is 0.20, 0.00, 0.13, 0.01. Web safe color of #cbfddb is #ccffcc. Color #cbfddb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11111101 | 11011011 |
Octal | 313 | 375 | 333 |
Decimal | 203 | 253 | 219 |
Hex | CB | FD | DB |
Shades of #cbfddb
Tints of #cbfddb
RGB Percentages of Color #cbfddb
CMYK Percentages of Color #cbfddb
Complementary Color
#cbfddb | #fdcbed |
#cbfddb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbfddb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbfddb Color CSS Codes
.mybgcolor {background-color:#cbfddb; } .myforecolor {color:#cbfddb; } .mybordercolor {border:3px solid #cbfddb; }
#cbfddb Text Font Color
<p style="color:#cbfddb">Text here</p>
This sample text font color is #cbfddb
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.
#cbfddb Background Color
<div style="background-color:#cbfddb">
Div content here</div>
This div background color is #cbfddb
#cbfddb Border Color
<div style="border:3px solid #cbfddb">
Div here</div>
This div border color is #cbfddb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,253,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbfddb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbfddb; -webkit-box-shadow: 1px 1px 3px 2px #cbfddb; box-shadow: 1px 1px 3px 2px #cbfddb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,253,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbfddb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbfddb; -webkit-box-shadow: 1px 1px 3px 2px #cbfddb; box-shadow: 1px 1px 3px 2px #cbfddb;">
Div content here</div>
This div box has shadow with color #cbfddb
Comments
No comments written yet.
Please login to write comment.