Color spaces of #cf884a
RGB | 207 | 136 | 74 |
---|---|---|---|
HSL | 0.08 | 0.58 | 0.55 |
HSV | 28° | 64° | 81° |
CMYK | 0.00 | 0.34 | 0.64 0.19 |
XYZ | 35.7723 | 31.3681 | 10.6478 |
Yxy | 31.3681 | 0.4599 | 0.4033 |
Hunter Lab | 56.0072 | 15.9968 | 27.9332 |
CIE-Lab | 62.8172 | 21.2700 | 43.7484 |
#cf884a color RGB value is (207,136,74).
#cf884a hex color red value is 207, green value is 136 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #cf884a hue: 0.08 , saturation: 0.58 and the lightness value of cf884a is 0.55.
The process color (four color CMYK) of #cf884a color hex is 0.00, 0.34, 0.64, 0.19. Web safe color of #cf884a is #cc9933. Color #cf884a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10001000 | 01001010 |
Octal | 317 | 210 | 112 |
Decimal | 207 | 136 | 74 |
Hex | CF | 88 | 4A |
Shades of #cf884a
Tints of #cf884a
RGB Percentages of Color #cf884a
CMYK Percentages of Color #cf884a
Complementary Color
#cf884a | #4a91cf |
#cf884a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cf884a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cf884a Color CSS Codes
.mybgcolor {background-color:#cf884a; } .myforecolor {color:#cf884a; } .mybordercolor {border:3px solid #cf884a; }
#cf884a Text Font Color
<p style="color:#cf884a">Text here</p>
This sample text font color is #cf884a
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.
#cf884a Background Color
<div style="background-color:#cf884a">
Div content here</div>
This div background color is #cf884a
#cf884a Border Color
<div style="border:3px solid #cf884a">
Div here</div>
This div border color is #cf884a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,136,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cf884a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cf884a; -webkit-box-shadow: 1px 1px 3px 2px #cf884a; box-shadow: 1px 1px 3px 2px #cf884a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,136,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cf884a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cf884a; -webkit-box-shadow: 1px 1px 3px 2px #cf884a; box-shadow: 1px 1px 3px 2px #cf884a;">
Div content here</div>
This div box has shadow with color #cf884a
Comments
No comments written yet.
Please login to write comment.