Color spaces of #cbd021
RGB | 203 | 208 | 33 |
---|---|---|---|
HSL | 0.17 | 0.73 | 0.47 |
HSV | 62° | 84° | 82° |
CMYK | 0.02 | 0.00 | 0.84 0.18 |
XYZ | 47.4590 | 57.9181 | 10.1168 |
Yxy | 57.9181 | 0.4109 | 0.5015 |
Hunter Lab | 76.1039 | -21.8679 | 45.3911 |
CIE-Lab | 80.6932 | -20.1105 | 76.1272 |
#cbd021 color RGB value is (203,208,33).
#cbd021 hex color red value is 203, green value is 208 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #cbd021 hue: 0.17 , saturation: 0.73 and the lightness value of cbd021 is 0.47.
The process color (four color CMYK) of #cbd021 color hex is 0.02, 0.00, 0.84, 0.18. Web safe color of #cbd021 is #cccc33. Color #cbd021 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11010000 | 00100001 |
Octal | 313 | 320 | 41 |
Decimal | 203 | 208 | 33 |
Hex | CB | D0 | 21 |
Shades of #cbd021
Tints of #cbd021
RGB Percentages of Color #cbd021
CMYK Percentages of Color #cbd021
Complementary Color
#cbd021 | #2621d0 |
#cbd021 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbd021 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbd021 Color CSS Codes
.mybgcolor {background-color:#cbd021; } .myforecolor {color:#cbd021; } .mybordercolor {border:3px solid #cbd021; }
#cbd021 Text Font Color
<p style="color:#cbd021">Text here</p>
This sample text font color is #cbd021
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.
#cbd021 Background Color
<div style="background-color:#cbd021">
Div content here</div>
This div background color is #cbd021
#cbd021 Border Color
<div style="border:3px solid #cbd021">
Div here</div>
This div border color is #cbd021
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,208,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbd021; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbd021; -webkit-box-shadow: 1px 1px 3px 2px #cbd021; box-shadow: 1px 1px 3px 2px #cbd021; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,208,33, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbd021">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbd021; -webkit-box-shadow: 1px 1px 3px 2px #cbd021; box-shadow: 1px 1px 3px 2px #cbd021;">
Div content here</div>
This div box has shadow with color #cbd021
Comments
No comments written yet.
Please login to write comment.