Color spaces of #cbe646
RGB | 203 | 230 | 70 |
---|---|---|---|
HSL | 0.19 | 0.76 | 0.59 |
HSV | 70° | 70° | 90° |
CMYK | 0.12 | 0.00 | 0.70 0.10 |
XYZ | 54.0309 | 69.7323 | 16.4063 |
Yxy | 69.7323 | 0.3855 | 0.4975 |
Hunter Lab | 83.5059 | -30.6402 | 46.8055 |
CIE-Lab | 86.8654 | -29.1906 | 70.9284 |
#cbe646 color RGB value is (203,230,70).
#cbe646 hex color red value is 203, green value is 230 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #cbe646 hue: 0.19 , saturation: 0.76 and the lightness value of cbe646 is 0.59.
The process color (four color CMYK) of #cbe646 color hex is 0.12, 0.00, 0.70, 0.10. Web safe color of #cbe646 is #ccff33. Color #cbe646 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11100110 | 01000110 |
Octal | 313 | 346 | 106 |
Decimal | 203 | 230 | 70 |
Hex | CB | E6 | 46 |
Shades of #cbe646
Tints of #cbe646
RGB Percentages of Color #cbe646
CMYK Percentages of Color #cbe646
Complementary Color
#cbe646 | #6146e6 |
#cbe646 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbe646 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbe646 Color CSS Codes
.mybgcolor {background-color:#cbe646; } .myforecolor {color:#cbe646; } .mybordercolor {border:3px solid #cbe646; }
#cbe646 Text Font Color
<p style="color:#cbe646">Text here</p>
This sample text font color is #cbe646
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.
#cbe646 Background Color
<div style="background-color:#cbe646">
Div content here</div>
This div background color is #cbe646
#cbe646 Border Color
<div style="border:3px solid #cbe646">
Div here</div>
This div border color is #cbe646
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,230,70, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbe646; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbe646; -webkit-box-shadow: 1px 1px 3px 2px #cbe646; box-shadow: 1px 1px 3px 2px #cbe646; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,230,70, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbe646">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbe646; -webkit-box-shadow: 1px 1px 3px 2px #cbe646; box-shadow: 1px 1px 3px 2px #cbe646;">
Div content here</div>
This div box has shadow with color #cbe646
Comments
No comments written yet.
Please login to write comment.