Color spaces of #ce922a
RGB | 206 | 146 | 42 |
---|---|---|---|
HSL | 0.11 | 0.66 | 0.49 |
HSV | 38° | 80° | 81° |
CMYK | 0.00 | 0.29 | 0.80 0.19 |
XYZ | 36.1504 | 33.8467 | 6.8182 |
Yxy | 33.8467 | 0.4706 | 0.4406 |
Hunter Lab | 58.1779 | 9.1044 | 33.7760 |
CIE-Lab | 64.8407 | 13.8152 | 59.9599 |
#ce922a color RGB value is (206,146,42).
#ce922a hex color red value is 206, green value is 146 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ce922a hue: 0.11 , saturation: 0.66 and the lightness value of ce922a is 0.49.
The process color (four color CMYK) of #ce922a color hex is 0.00, 0.29, 0.80, 0.19. Web safe color of #ce922a is #cc9933. Color #ce922a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 10010010 | 00101010 |
Octal | 316 | 222 | 52 |
Decimal | 206 | 146 | 42 |
Hex | CE | 92 | 2A |
Shades of #ce922a
Tints of #ce922a
RGB Percentages of Color #ce922a
CMYK Percentages of Color #ce922a
Complementary Color
#ce922a | #2a66ce |
#ce922a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ce922a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ce922a Color CSS Codes
.mybgcolor {background-color:#ce922a; } .myforecolor {color:#ce922a; } .mybordercolor {border:3px solid #ce922a; }
#ce922a Text Font Color
<p style="color:#ce922a">Text here</p>
This sample text font color is #ce922a
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.
#ce922a Background Color
<div style="background-color:#ce922a">
Div content here</div>
This div background color is #ce922a
#ce922a Border Color
<div style="border:3px solid #ce922a">
Div here</div>
This div border color is #ce922a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,146,42, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ce922a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ce922a; -webkit-box-shadow: 1px 1px 3px 2px #ce922a; box-shadow: 1px 1px 3px 2px #ce922a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,146,42, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ce922a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ce922a; -webkit-box-shadow: 1px 1px 3px 2px #ce922a; box-shadow: 1px 1px 3px 2px #ce922a;">
Div content here</div>
This div box has shadow with color #ce922a
Comments
No comments written yet.
Please login to write comment.