Color spaces of #cbdfb7
RGB | 203 | 223 | 183 |
---|---|---|---|
HSL | 0.25 | 0.38 | 0.80 |
HSV | 90° | 18° | 87° |
CMYK | 0.09 | 0.00 | 0.18 0.13 |
XYZ | 59.5635 | 68.8908 | 54.9577 |
Yxy | 68.8908 | 0.3248 | 0.3756 |
Hunter Lab | 83.0005 | -17.1542 | 18.8422 |
CIE-Lab | 86.4499 | -13.7192 | 17.3976 |
#cbdfb7 color RGB value is (203,223,183).
#cbdfb7 hex color red value is 203, green value is 223 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #cbdfb7 hue: 0.25 , saturation: 0.38 and the lightness value of cbdfb7 is 0.80.
The process color (four color CMYK) of #cbdfb7 color hex is 0.09, 0.00, 0.18, 0.13. Web safe color of #cbdfb7 is #cccccc. Color #cbdfb7 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11011111 | 10110111 |
Octal | 313 | 337 | 267 |
Decimal | 203 | 223 | 183 |
Hex | CB | DF | B7 |
Shades of #cbdfb7
Tints of #cbdfb7
RGB Percentages of Color #cbdfb7
CMYK Percentages of Color #cbdfb7
Complementary Color
#cbdfb7 | #cbb7df |
#cbdfb7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbdfb7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbdfb7 Color CSS Codes
.mybgcolor {background-color:#cbdfb7; } .myforecolor {color:#cbdfb7; } .mybordercolor {border:3px solid #cbdfb7; }
#cbdfb7 Text Font Color
<p style="color:#cbdfb7">Text here</p>
This sample text font color is #cbdfb7
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.
#cbdfb7 Background Color
<div style="background-color:#cbdfb7">
Div content here</div>
This div background color is #cbdfb7
#cbdfb7 Border Color
<div style="border:3px solid #cbdfb7">
Div here</div>
This div border color is #cbdfb7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,223,183, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbdfb7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbdfb7; -webkit-box-shadow: 1px 1px 3px 2px #cbdfb7; box-shadow: 1px 1px 3px 2px #cbdfb7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,223,183, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbdfb7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbdfb7; -webkit-box-shadow: 1px 1px 3px 2px #cbdfb7; box-shadow: 1px 1px 3px 2px #cbdfb7;">
Div content here</div>
This div box has shadow with color #cbdfb7
Comments
No comments written yet.
Please login to write comment.