Color spaces of #cbd98b
RGB | 203 | 217 | 139 |
---|---|---|---|
HSL | 0.20 | 0.51 | 0.70 |
HSV | 71° | 36° | 85° |
CMYK | 0.06 | 0.00 | 0.36 0.15 |
XYZ | 54.1017 | 64.1863 | 33.9638 |
Yxy | 64.1863 | 0.3553 | 0.4216 |
Hunter Lab | 80.1164 | -19.6645 | 30.9466 |
CIE-Lab | 84.0627 | -16.9290 | 36.8836 |
#cbd98b color RGB value is (203,217,139).
#cbd98b hex color red value is 203, green value is 217 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #cbd98b hue: 0.20 , saturation: 0.51 and the lightness value of cbd98b is 0.70.
The process color (four color CMYK) of #cbd98b color hex is 0.06, 0.00, 0.36, 0.15. Web safe color of #cbd98b is #cccc99. Color #cbd98b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11011001 | 10001011 |
Octal | 313 | 331 | 213 |
Decimal | 203 | 217 | 139 |
Hex | CB | D9 | 8B |
Shades of #cbd98b
Tints of #cbd98b
RGB Percentages of Color #cbd98b
CMYK Percentages of Color #cbd98b
Complementary Color
#cbd98b | #998bd9 |
#cbd98b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbd98b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbd98b Color CSS Codes
.mybgcolor {background-color:#cbd98b; } .myforecolor {color:#cbd98b; } .mybordercolor {border:3px solid #cbd98b; }
#cbd98b Text Font Color
<p style="color:#cbd98b">Text here</p>
This sample text font color is #cbd98b
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.
#cbd98b Background Color
<div style="background-color:#cbd98b">
Div content here</div>
This div background color is #cbd98b
#cbd98b Border Color
<div style="border:3px solid #cbd98b">
Div here</div>
This div border color is #cbd98b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,217,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbd98b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbd98b; -webkit-box-shadow: 1px 1px 3px 2px #cbd98b; box-shadow: 1px 1px 3px 2px #cbd98b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,217,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbd98b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbd98b; -webkit-box-shadow: 1px 1px 3px 2px #cbd98b; box-shadow: 1px 1px 3px 2px #cbd98b;">
Div content here</div>
This div box has shadow with color #cbd98b
Comments
No comments written yet.
Please login to write comment.