Color spaces of #cbd344
RGB | 203 | 211 | 68 |
---|---|---|---|
HSL | 0.18 | 0.62 | 0.55 |
HSV | 63° | 68° | 83° |
CMYK | 0.04 | 0.00 | 0.68 0.17 |
XYZ | 48.9663 | 59.7024 | 14.4118 |
Yxy | 59.7024 | 0.3978 | 0.4851 |
Hunter Lab | 77.2673 | -22.0978 | 43.0284 |
CIE-Lab | 81.6762 | -20.1916 | 66.4817 |
#cbd344 color RGB value is (203,211,68).
#cbd344 hex color red value is 203, green value is 211 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #cbd344 hue: 0.18 , saturation: 0.62 and the lightness value of cbd344 is 0.55.
The process color (four color CMYK) of #cbd344 color hex is 0.04, 0.00, 0.68, 0.17. Web safe color of #cbd344 is #cccc33. Color #cbd344 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11010011 | 01000100 |
Octal | 313 | 323 | 104 |
Decimal | 203 | 211 | 68 |
Hex | CB | D3 | 44 |
Shades of #cbd344
Tints of #cbd344
RGB Percentages of Color #cbd344
CMYK Percentages of Color #cbd344
Complementary Color
#cbd344 | #4c44d3 |
#cbd344 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbd344 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbd344 Color CSS Codes
.mybgcolor {background-color:#cbd344; } .myforecolor {color:#cbd344; } .mybordercolor {border:3px solid #cbd344; }
#cbd344 Text Font Color
<p style="color:#cbd344">Text here</p>
This sample text font color is #cbd344
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.
#cbd344 Background Color
<div style="background-color:#cbd344">
Div content here</div>
This div background color is #cbd344
#cbd344 Border Color
<div style="border:3px solid #cbd344">
Div here</div>
This div border color is #cbd344
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,211,68, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbd344; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbd344; -webkit-box-shadow: 1px 1px 3px 2px #cbd344; box-shadow: 1px 1px 3px 2px #cbd344; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,211,68, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbd344">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbd344; -webkit-box-shadow: 1px 1px 3px 2px #cbd344; box-shadow: 1px 1px 3px 2px #cbd344;">
Div content here</div>
This div box has shadow with color #cbd344
Comments
No comments written yet.
Please login to write comment.