Color spaces of #cbf496
RGB | 203 | 244 | 150 |
---|---|---|---|
HSL | 0.24 | 0.81 | 0.77 |
HSV | 86° | 39° | 96° |
CMYK | 0.17 | 0.00 | 0.39 0.04 |
XYZ | 62.4843 | 79.5999 | 40.9252 |
Yxy | 79.5999 | 0.3414 | 0.4349 |
Hunter Lab | 89.2188 | -31.1205 | 35.2565 |
CIE-Lab | 91.5050 | -28.6259 | 41.0179 |
#cbf496 color RGB value is (203,244,150).
#cbf496 hex color red value is 203, green value is 244 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cbf496 hue: 0.24 , saturation: 0.81 and the lightness value of cbf496 is 0.77.
The process color (four color CMYK) of #cbf496 color hex is 0.17, 0.00, 0.39, 0.04. Web safe color of #cbf496 is #ccff99. Color #cbf496 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11110100 | 10010110 |
Octal | 313 | 364 | 226 |
Decimal | 203 | 244 | 150 |
Hex | CB | F4 | 96 |
Shades of #cbf496
Tints of #cbf496
RGB Percentages of Color #cbf496
CMYK Percentages of Color #cbf496
Complementary Color
#cbf496 | #bf96f4 |
#cbf496 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbf496 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbf496 Color CSS Codes
.mybgcolor {background-color:#cbf496; } .myforecolor {color:#cbf496; } .mybordercolor {border:3px solid #cbf496; }
#cbf496 Text Font Color
<p style="color:#cbf496">Text here</p>
This sample text font color is #cbf496
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.
#cbf496 Background Color
<div style="background-color:#cbf496">
Div content here</div>
This div background color is #cbf496
#cbf496 Border Color
<div style="border:3px solid #cbf496">
Div here</div>
This div border color is #cbf496
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,244,150, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbf496; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbf496; -webkit-box-shadow: 1px 1px 3px 2px #cbf496; box-shadow: 1px 1px 3px 2px #cbf496; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,244,150, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbf496">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbf496; -webkit-box-shadow: 1px 1px 3px 2px #cbf496; box-shadow: 1px 1px 3px 2px #cbf496;">
Div content here</div>
This div box has shadow with color #cbf496
Comments
No comments written yet.
Please login to write comment.