Color spaces of #cbeb35
RGB | 203 | 235 | 53 |
---|---|---|---|
HSL | 0.20 | 0.82 | 0.56 |
HSV | 71° | 77° | 92° |
CMYK | 0.14 | 0.00 | 0.77 0.08 |
XYZ | 54.9795 | 72.3702 | 14.4393 |
Yxy | 72.3702 | 0.3878 | 0.5104 |
Hunter Lab | 85.0707 | -33.5127 | 49.4860 |
CIE-Lab | 88.1465 | -32.3026 | 77.5726 |
#cbeb35 color RGB value is (203,235,53).
#cbeb35 hex color red value is 203, green value is 235 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #cbeb35 hue: 0.20 , saturation: 0.82 and the lightness value of cbeb35 is 0.56.
The process color (four color CMYK) of #cbeb35 color hex is 0.14, 0.00, 0.77, 0.08. Web safe color of #cbeb35 is #ccff33. Color #cbeb35 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11101011 | 00110101 |
Octal | 313 | 353 | 65 |
Decimal | 203 | 235 | 53 |
Hex | CB | EB | 35 |
Shades of #cbeb35
Tints of #cbeb35
RGB Percentages of Color #cbeb35
CMYK Percentages of Color #cbeb35
Complementary Color
#cbeb35 | #5535eb |
#cbeb35 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbeb35 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbeb35 Color CSS Codes
.mybgcolor {background-color:#cbeb35; } .myforecolor {color:#cbeb35; } .mybordercolor {border:3px solid #cbeb35; }
#cbeb35 Text Font Color
<p style="color:#cbeb35">Text here</p>
This sample text font color is #cbeb35
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.
#cbeb35 Background Color
<div style="background-color:#cbeb35">
Div content here</div>
This div background color is #cbeb35
#cbeb35 Border Color
<div style="border:3px solid #cbeb35">
Div here</div>
This div border color is #cbeb35
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,235,53, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbeb35; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbeb35; -webkit-box-shadow: 1px 1px 3px 2px #cbeb35; box-shadow: 1px 1px 3px 2px #cbeb35; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,235,53, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbeb35">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbeb35; -webkit-box-shadow: 1px 1px 3px 2px #cbeb35; box-shadow: 1px 1px 3px 2px #cbeb35;">
Div content here</div>
This div box has shadow with color #cbeb35
Comments
No comments written yet.
Please login to write comment.