Color spaces of #cbdfba
RGB | 203 | 223 | 186 |
---|---|---|---|
HSL | 0.26 | 0.37 | 0.80 |
HSV | 92° | 17° | 87° |
CMYK | 0.09 | 0.00 | 0.17 0.13 |
XYZ | 59.8792 | 69.0170 | 56.6200 |
Yxy | 69.0170 | 0.3228 | 0.3720 |
Hunter Lab | 83.0765 | -16.7260 | 17.7450 |
CIE-Lab | 86.5125 | -13.2341 | 15.9158 |
#cbdfba color RGB value is (203,223,186).
#cbdfba hex color red value is 203, green value is 223 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cbdfba hue: 0.26 , saturation: 0.37 and the lightness value of cbdfba is 0.80.
The process color (four color CMYK) of #cbdfba color hex is 0.09, 0.00, 0.17, 0.13. Web safe color of #cbdfba is #cccccc. Color #cbdfba contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11011111 | 10111010 |
Octal | 313 | 337 | 272 |
Decimal | 203 | 223 | 186 |
Hex | CB | DF | BA |
Shades of #cbdfba
Tints of #cbdfba
RGB Percentages of Color #cbdfba
CMYK Percentages of Color #cbdfba
Complementary Color
#cbdfba | #cebadf |
#cbdfba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbdfba Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbdfba Color CSS Codes
.mybgcolor {background-color:#cbdfba; } .myforecolor {color:#cbdfba; } .mybordercolor {border:3px solid #cbdfba; }
#cbdfba Text Font Color
<p style="color:#cbdfba">Text here</p>
This sample text font color is #cbdfba
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.
#cbdfba Background Color
<div style="background-color:#cbdfba">
Div content here</div>
This div background color is #cbdfba
#cbdfba Border Color
<div style="border:3px solid #cbdfba">
Div here</div>
This div border color is #cbdfba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,223,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbdfba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbdfba; -webkit-box-shadow: 1px 1px 3px 2px #cbdfba; box-shadow: 1px 1px 3px 2px #cbdfba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,223,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 #cbdfba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbdfba; -webkit-box-shadow: 1px 1px 3px 2px #cbdfba; box-shadow: 1px 1px 3px 2px #cbdfba;">
Div content here</div>
This div box has shadow with color #cbdfba
Comments
No comments written yet.
Please login to write comment.