Color spaces of #cbd953
RGB | 203 | 217 | 83 |
---|---|---|---|
HSL | 0.18 | 0.64 | 0.59 |
HSV | 66° | 62° | 85° |
CMYK | 0.06 | 0.00 | 0.62 0.15 |
XYZ | 51.0028 | 62.9468 | 17.6454 |
Yxy | 62.9468 | 0.3876 | 0.4783 |
Hunter Lab | 79.3390 | -24.0952 | 42.3509 |
CIE-Lab | 83.4144 | -22.2024 | 62.3638 |
#cbd953 color RGB value is (203,217,83).
#cbd953 hex color red value is 203, green value is 217 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #cbd953 hue: 0.18 , saturation: 0.64 and the lightness value of cbd953 is 0.59.
The process color (four color CMYK) of #cbd953 color hex is 0.06, 0.00, 0.62, 0.15. Web safe color of #cbd953 is #cccc66. Color #cbd953 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11011001 | 01010011 |
Octal | 313 | 331 | 123 |
Decimal | 203 | 217 | 83 |
Hex | CB | D9 | 53 |
Shades of #cbd953
Tints of #cbd953
RGB Percentages of Color #cbd953
CMYK Percentages of Color #cbd953
Complementary Color
#cbd953 | #6153d9 |
#cbd953 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbd953 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbd953 Color CSS Codes
.mybgcolor {background-color:#cbd953; } .myforecolor {color:#cbd953; } .mybordercolor {border:3px solid #cbd953; }
#cbd953 Text Font Color
<p style="color:#cbd953">Text here</p>
This sample text font color is #cbd953
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.
#cbd953 Background Color
<div style="background-color:#cbd953">
Div content here</div>
This div background color is #cbd953
#cbd953 Border Color
<div style="border:3px solid #cbd953">
Div here</div>
This div border color is #cbd953
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,217,83, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbd953; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbd953; -webkit-box-shadow: 1px 1px 3px 2px #cbd953; box-shadow: 1px 1px 3px 2px #cbd953; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,217,83, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbd953">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbd953; -webkit-box-shadow: 1px 1px 3px 2px #cbd953; box-shadow: 1px 1px 3px 2px #cbd953;">
Div content here</div>
This div box has shadow with color #cbd953
Comments
No comments written yet.
Please login to write comment.