Color spaces of #cbee30
RGB | 203 | 238 | 48 |
---|---|---|---|
HSL | 0.20 | 0.85 | 0.56 |
HSV | 71° | 80° | 93° |
CMYK | 0.15 | 0.00 | 0.80 0.07 |
XYZ | 55.7366 | 74.0590 | 14.1535 |
Yxy | 74.0590 | 0.3872 | 0.5145 |
Hunter Lab | 86.0575 | -34.9922 | 50.4891 |
CIE-Lab | 88.9504 | -33.8640 | 79.6360 |
#cbee30 color RGB value is (203,238,48).
#cbee30 hex color red value is 203, green value is 238 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #cbee30 hue: 0.20 , saturation: 0.85 and the lightness value of cbee30 is 0.56.
The process color (four color CMYK) of #cbee30 color hex is 0.15, 0.00, 0.80, 0.07. Web safe color of #cbee30 is #ccff33. Color #cbee30 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11101110 | 00110000 |
Octal | 313 | 356 | 60 |
Decimal | 203 | 238 | 48 |
Hex | CB | EE | 30 |
Shades of #cbee30
Tints of #cbee30
RGB Percentages of Color #cbee30
CMYK Percentages of Color #cbee30
Complementary Color
#cbee30 | #5330ee |
#cbee30 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbee30 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbee30 Color CSS Codes
.mybgcolor {background-color:#cbee30; } .myforecolor {color:#cbee30; } .mybordercolor {border:3px solid #cbee30; }
#cbee30 Text Font Color
<p style="color:#cbee30">Text here</p>
This sample text font color is #cbee30
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.
#cbee30 Background Color
<div style="background-color:#cbee30">
Div content here</div>
This div background color is #cbee30
#cbee30 Border Color
<div style="border:3px solid #cbee30">
Div here</div>
This div border color is #cbee30
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,238,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbee30; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbee30; -webkit-box-shadow: 1px 1px 3px 2px #cbee30; box-shadow: 1px 1px 3px 2px #cbee30; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,238,48, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbee30">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbee30; -webkit-box-shadow: 1px 1px 3px 2px #cbee30; box-shadow: 1px 1px 3px 2px #cbee30;">
Div content here</div>
This div box has shadow with color #cbee30
Comments
No comments written yet.
Please login to write comment.