Color spaces of #cbce32
RGB | 203 | 206 | 50 |
---|---|---|---|
HSL | 0.17 | 0.61 | 0.50 |
HSV | 61° | 76° | 81° |
CMYK | 0.01 | 0.00 | 0.76 0.19 |
XYZ | 47.2756 | 57.0694 | 11.5414 |
Yxy | 57.0694 | 0.4079 | 0.4925 |
Hunter Lab | 75.5443 | -20.4973 | 43.8229 |
CIE-Lab | 80.2186 | -18.5764 | 71.2422 |
#cbce32 color RGB value is (203,206,50).
#cbce32 hex color red value is 203, green value is 206 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #cbce32 hue: 0.17 , saturation: 0.61 and the lightness value of cbce32 is 0.50.
The process color (four color CMYK) of #cbce32 color hex is 0.01, 0.00, 0.76, 0.19. Web safe color of #cbce32 is #cccc33. Color #cbce32 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11001110 | 00110010 |
Octal | 313 | 316 | 62 |
Decimal | 203 | 206 | 50 |
Hex | CB | CE | 32 |
Shades of #cbce32
Tints of #cbce32
RGB Percentages of Color #cbce32
CMYK Percentages of Color #cbce32
Complementary Color
#cbce32 | #3532ce |
#cbce32 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbce32 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbce32 Color CSS Codes
.mybgcolor {background-color:#cbce32; } .myforecolor {color:#cbce32; } .mybordercolor {border:3px solid #cbce32; }
#cbce32 Text Font Color
<p style="color:#cbce32">Text here</p>
This sample text font color is #cbce32
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.
#cbce32 Background Color
<div style="background-color:#cbce32">
Div content here</div>
This div background color is #cbce32
#cbce32 Border Color
<div style="border:3px solid #cbce32">
Div here</div>
This div border color is #cbce32
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,206,50, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbce32; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbce32; -webkit-box-shadow: 1px 1px 3px 2px #cbce32; box-shadow: 1px 1px 3px 2px #cbce32; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,206,50, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbce32">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbce32; -webkit-box-shadow: 1px 1px 3px 2px #cbce32; box-shadow: 1px 1px 3px 2px #cbce32;">
Div content here</div>
This div box has shadow with color #cbce32
Comments
No comments written yet.
Please login to write comment.