Color spaces of #cf835a
RGB | 207 | 131 | 90 |
---|---|---|---|
HSL | 0.06 | 0.55 | 0.58 |
HSV | 21° | 57° | 81° |
CMYK | 0.00 | 0.37 | 0.57 0.19 |
XYZ | 35.6939 | 30.2362 | 13.6278 |
Yxy | 30.2362 | 0.4487 | 0.3801 |
Hunter Lab | 54.9875 | 19.6413 | 23.7971 |
CIE-Lab | 61.8575 | 25.1426 | 34.1944 |
#cf835a color RGB value is (207,131,90).
#cf835a hex color red value is 207, green value is 131 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #cf835a hue: 0.06 , saturation: 0.55 and the lightness value of cf835a is 0.58.
The process color (four color CMYK) of #cf835a color hex is 0.00, 0.37, 0.57, 0.19. Web safe color of #cf835a is #cc9966. Color #cf835a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10000011 | 01011010 |
Octal | 317 | 203 | 132 |
Decimal | 207 | 131 | 90 |
Hex | CF | 83 | 5A |
Shades of #cf835a
Tints of #cf835a
RGB Percentages of Color #cf835a
CMYK Percentages of Color #cf835a
Complementary Color
#cf835a | #5aa6cf |
#cf835a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf835a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf835a Color CSS Codes
.mybgcolor {background-color:#cf835a; } .myforecolor {color:#cf835a; } .mybordercolor {border:3px solid #cf835a; }
#cf835a Text Font Color
<p style="color:#cf835a">Text here</p>
This sample text font color is #cf835a
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.
#cf835a Background Color
<div style="background-color:#cf835a">
Div content here</div>
This div background color is #cf835a
#cf835a Border Color
<div style="border:3px solid #cf835a">
Div here</div>
This div border color is #cf835a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,131,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf835a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf835a; -webkit-box-shadow: 1px 1px 3px 2px #cf835a; box-shadow: 1px 1px 3px 2px #cf835a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,131,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf835a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf835a; -webkit-box-shadow: 1px 1px 3px 2px #cf835a; box-shadow: 1px 1px 3px 2px #cf835a;">
Div content here</div>
This div box has shadow with color #cf835a
Comments
No comments written yet.
Please login to write comment.