Color spaces of #c28652
RGB | 194 | 134 | 82 |
---|---|---|---|
HSL | 0.08 | 0.48 | 0.54 |
HSV | 28° | 58° | 76° |
CMYK | 0.00 | 0.31 | 0.58 0.24 |
XYZ | 32.2962 | 29.1287 | 11.9029 |
Yxy | 29.1287 | 0.4404 | 0.3972 |
Hunter Lab | 53.9710 | 12.3650 | 24.7037 |
CIE-Lab | 60.8950 | 17.4612 | 36.9476 |
#c28652 color RGB value is (194,134,82).
#c28652 hex color red value is 194, green value is 134 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #c28652 hue: 0.08 , saturation: 0.48 and the lightness value of c28652 is 0.54.
The process color (four color CMYK) of #c28652 color hex is 0.00, 0.31, 0.58, 0.24. Web safe color of #c28652 is #cc9966. Color #c28652 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 10000110 | 01010010 |
Octal | 302 | 206 | 122 |
Decimal | 194 | 134 | 82 |
Hex | C2 | 86 | 52 |
Shades of #c28652
Tints of #c28652
RGB Percentages of Color #c28652
CMYK Percentages of Color #c28652
Complementary Color
#c28652 | #528ec2 |
#c28652 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c28652 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c28652 Color CSS Codes
.mybgcolor {background-color:#c28652; } .myforecolor {color:#c28652; } .mybordercolor {border:3px solid #c28652; }
#c28652 Text Font Color
<p style="color:#c28652">Text here</p>
This sample text font color is #c28652
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.
#c28652 Background Color
<div style="background-color:#c28652">
Div content here</div>
This div background color is #c28652
#c28652 Border Color
<div style="border:3px solid #c28652">
Div here</div>
This div border color is #c28652
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,134,82, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c28652; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c28652; -webkit-box-shadow: 1px 1px 3px 2px #c28652; box-shadow: 1px 1px 3px 2px #c28652; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,134,82, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c28652">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c28652; -webkit-box-shadow: 1px 1px 3px 2px #c28652; box-shadow: 1px 1px 3px 2px #c28652;">
Div content here</div>
This div box has shadow with color #c28652
Comments
No comments written yet.
Please login to write comment.