Color spaces of #cfaa7a
RGB | 207 | 170 | 122 |
---|---|---|---|
HSL | 0.09 | 0.47 | 0.65 |
HSV | 34° | 41° | 81° |
CMYK | 0.00 | 0.18 | 0.41 0.19 |
XYZ | 43.6197 | 43.4200 | 24.4942 |
Yxy | 43.4200 | 0.3911 | 0.3893 |
Hunter Lab | 65.8939 | 2.8473 | 24.0863 |
CIE-Lab | 71.8391 | 7.0551 | 29.8101 |
#cfaa7a color RGB value is (207,170,122).
#cfaa7a hex color red value is 207, green value is 170 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #cfaa7a hue: 0.09 , saturation: 0.47 and the lightness value of cfaa7a is 0.65.
The process color (four color CMYK) of #cfaa7a color hex is 0.00, 0.18, 0.41, 0.19. Web safe color of #cfaa7a is #cc9966. Color #cfaa7a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10101010 | 01111010 |
Octal | 317 | 252 | 172 |
Decimal | 207 | 170 | 122 |
Hex | CF | AA | 7A |
Shades of #cfaa7a
Tints of #cfaa7a
RGB Percentages of Color #cfaa7a
CMYK Percentages of Color #cfaa7a
Complementary Color
#cfaa7a | #7a9fcf |
#cfaa7a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfaa7a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfaa7a Color CSS Codes
.mybgcolor {background-color:#cfaa7a; } .myforecolor {color:#cfaa7a; } .mybordercolor {border:3px solid #cfaa7a; }
#cfaa7a Text Font Color
<p style="color:#cfaa7a">Text here</p>
This sample text font color is #cfaa7a
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.
#cfaa7a Background Color
<div style="background-color:#cfaa7a">
Div content here</div>
This div background color is #cfaa7a
#cfaa7a Border Color
<div style="border:3px solid #cfaa7a">
Div here</div>
This div border color is #cfaa7a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,170,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfaa7a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfaa7a; -webkit-box-shadow: 1px 1px 3px 2px #cfaa7a; box-shadow: 1px 1px 3px 2px #cfaa7a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,170,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfaa7a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfaa7a; -webkit-box-shadow: 1px 1px 3px 2px #cfaa7a; box-shadow: 1px 1px 3px 2px #cfaa7a;">
Div content here</div>
This div box has shadow with color #cfaa7a
Comments
No comments written yet.
Please login to write comment.