Color spaces of #cb981b
RGB | 203 | 152 | 27 |
---|---|---|---|
HSL | 0.12 | 0.77 | 0.45 |
HSV | 43° | 87° | 80° |
CMYK | 0.00 | 0.25 | 0.87 0.20 |
XYZ | 36.0547 | 35.2321 | 5.9371 |
Yxy | 35.2321 | 0.4669 | 0.4562 |
Hunter Lab | 59.3566 | 4.5512 | 35.6192 |
CIE-Lab | 65.9290 | 8.8045 | 65.4163 |
#cb981b color RGB value is (203,152,27).
#cb981b hex color red value is 203, green value is 152 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #cb981b hue: 0.12 , saturation: 0.77 and the lightness value of cb981b is 0.45.
The process color (four color CMYK) of #cb981b color hex is 0.00, 0.25, 0.87, 0.20. Web safe color of #cb981b is #cc9933. Color #cb981b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 10011000 | 00011011 |
Octal | 313 | 230 | 33 |
Decimal | 203 | 152 | 27 |
Hex | CB | 98 | 1B |
Shades of #cb981b
Tints of #cb981b
RGB Percentages of Color #cb981b
CMYK Percentages of Color #cb981b
Complementary Color
#cb981b | #1b4ecb |
#cb981b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cb981b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cb981b Color CSS Codes
.mybgcolor {background-color:#cb981b; } .myforecolor {color:#cb981b; } .mybordercolor {border:3px solid #cb981b; }
#cb981b Text Font Color
<p style="color:#cb981b">Text here</p>
This sample text font color is #cb981b
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.
#cb981b Background Color
<div style="background-color:#cb981b">
Div content here</div>
This div background color is #cb981b
#cb981b Border Color
<div style="border:3px solid #cb981b">
Div here</div>
This div border color is #cb981b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,152,27, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cb981b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cb981b; -webkit-box-shadow: 1px 1px 3px 2px #cb981b; box-shadow: 1px 1px 3px 2px #cb981b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,152,27, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cb981b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cb981b; -webkit-box-shadow: 1px 1px 3px 2px #cb981b; box-shadow: 1px 1px 3px 2px #cb981b;">
Div content here</div>
This div box has shadow with color #cb981b
Comments
No comments written yet.
Please login to write comment.