Color spaces of #cbfdb6
RGB | 203 | 253 | 182 |
---|---|---|---|
HSL | 0.28 | 0.95 | 0.85 |
HSV | 102° | 28° | 99° |
CMYK | 0.20 | 0.00 | 0.28 0.01 |
XYZ | 68.1974 | 86.3245 | 57.3239 |
Yxy | 86.3245 | 0.3219 | 0.4075 |
Hunter Lab | 92.9110 | -31.5738 | 28.4571 |
CIE-Lab | 94.4509 | -28.4578 | 28.9391 |
#cbfdb6 color RGB value is (203,253,182).
#cbfdb6 hex color red value is 203, green value is 253 and the blue value of its RGB is 182. Cylindrical-coordinate representations (also known as HSL) of color #cbfdb6 hue: 0.28 , saturation: 0.95 and the lightness value of cbfdb6 is 0.85.
The process color (four color CMYK) of #cbfdb6 color hex is 0.20, 0.00, 0.28, 0.01. Web safe color of #cbfdb6 is #ccffcc. Color #cbfdb6 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11111101 | 10110110 |
Octal | 313 | 375 | 266 |
Decimal | 203 | 253 | 182 |
Hex | CB | FD | B6 |
Shades of #cbfdb6
Tints of #cbfdb6
RGB Percentages of Color #cbfdb6
CMYK Percentages of Color #cbfdb6
Complementary Color
#cbfdb6 | #e8b6fd |
#cbfdb6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbfdb6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbfdb6 Color CSS Codes
.mybgcolor {background-color:#cbfdb6; } .myforecolor {color:#cbfdb6; } .mybordercolor {border:3px solid #cbfdb6; }
#cbfdb6 Text Font Color
<p style="color:#cbfdb6">Text here</p>
This sample text font color is #cbfdb6
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.
#cbfdb6 Background Color
<div style="background-color:#cbfdb6">
Div content here</div>
This div background color is #cbfdb6
#cbfdb6 Border Color
<div style="border:3px solid #cbfdb6">
Div here</div>
This div border color is #cbfdb6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,253,182, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbfdb6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbfdb6; -webkit-box-shadow: 1px 1px 3px 2px #cbfdb6; box-shadow: 1px 1px 3px 2px #cbfdb6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,253,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 #cbfdb6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbfdb6; -webkit-box-shadow: 1px 1px 3px 2px #cbfdb6; box-shadow: 1px 1px 3px 2px #cbfdb6;">
Div content here</div>
This div box has shadow with color #cbfdb6
#cbfdb6 Color Palettes
Comments
No comments written yet.
Please login to write comment.