Color spaces of #cbeb45
RGB | 203 | 235 | 69 |
---|---|---|---|
HSL | 0.20 | 0.81 | 0.60 |
HSV | 72° | 71° | 92° |
CMYK | 0.14 | 0.00 | 0.71 0.08 |
XYZ | 55.4111 | 72.5428 | 16.7119 |
Yxy | 72.5428 | 0.3830 | 0.5015 |
Hunter Lab | 85.1721 | -32.9229 | 47.9870 |
CIE-Lab | 88.2292 | -31.5718 | 72.6230 |
#cbeb45 color RGB value is (203,235,69).
#cbeb45 hex color red value is 203, green value is 235 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #cbeb45 hue: 0.20 , saturation: 0.81 and the lightness value of cbeb45 is 0.60.
The process color (four color CMYK) of #cbeb45 color hex is 0.14, 0.00, 0.71, 0.08. Web safe color of #cbeb45 is #ccff33. Color #cbeb45 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11101011 | 01000101 |
Octal | 313 | 353 | 105 |
Decimal | 203 | 235 | 69 |
Hex | CB | EB | 45 |
Shades of #cbeb45
Tints of #cbeb45
RGB Percentages of Color #cbeb45
CMYK Percentages of Color #cbeb45
Complementary Color
#cbeb45 | #6545eb |
#cbeb45 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbeb45 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbeb45 Color CSS Codes
.mybgcolor {background-color:#cbeb45; } .myforecolor {color:#cbeb45; } .mybordercolor {border:3px solid #cbeb45; }
#cbeb45 Text Font Color
<p style="color:#cbeb45">Text here</p>
This sample text font color is #cbeb45
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.
#cbeb45 Background Color
<div style="background-color:#cbeb45">
Div content here</div>
This div background color is #cbeb45
#cbeb45 Border Color
<div style="border:3px solid #cbeb45">
Div here</div>
This div border color is #cbeb45
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,235,69, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbeb45; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbeb45; -webkit-box-shadow: 1px 1px 3px 2px #cbeb45; box-shadow: 1px 1px 3px 2px #cbeb45; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,235,69, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbeb45">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbeb45; -webkit-box-shadow: 1px 1px 3px 2px #cbeb45; box-shadow: 1px 1px 3px 2px #cbeb45;">
Div content here</div>
This div box has shadow with color #cbeb45
Comments
No comments written yet.
Please login to write comment.