Color spaces of #cfa38a
RGB | 207 | 163 | 138 |
---|---|---|---|
HSL | 0.06 | 0.42 | 0.68 |
HSV | 22° | 33° | 81° |
CMYK | 0.00 | 0.21 | 0.33 0.19 |
XYZ | 43.4168 | 41.2948 | 29.7271 |
Yxy | 41.2948 | 0.3794 | 0.3608 |
Hunter Lab | 64.2610 | 8.1435 | 17.5552 |
CIE-Lab | 70.3820 | 12.7370 | 19.1884 |
#cfa38a color RGB value is (207,163,138).
#cfa38a hex color red value is 207, green value is 163 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #cfa38a hue: 0.06 , saturation: 0.42 and the lightness value of cfa38a is 0.68.
The process color (four color CMYK) of #cfa38a color hex is 0.00, 0.21, 0.33, 0.19. Web safe color of #cfa38a is #cc9999. Color #cfa38a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 10100011 | 10001010 |
Octal | 317 | 243 | 212 |
Decimal | 207 | 163 | 138 |
Hex | CF | A3 | 8A |
Shades of #cfa38a
Tints of #cfa38a
RGB Percentages of Color #cfa38a
CMYK Percentages of Color #cfa38a
Complementary Color
#cfa38a | #8ab6cf |
#cfa38a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfa38a Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfa38a Color CSS Codes
.mybgcolor {background-color:#cfa38a; } .myforecolor {color:#cfa38a; } .mybordercolor {border:3px solid #cfa38a; }
#cfa38a Text Font Color
<p style="color:#cfa38a">Text here</p>
This sample text font color is #cfa38a
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.
#cfa38a Background Color
<div style="background-color:#cfa38a">
Div content here</div>
This div background color is #cfa38a
#cfa38a Border Color
<div style="border:3px solid #cfa38a">
Div here</div>
This div border color is #cfa38a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,163,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfa38a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfa38a; -webkit-box-shadow: 1px 1px 3px 2px #cfa38a; box-shadow: 1px 1px 3px 2px #cfa38a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,163,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfa38a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfa38a; -webkit-box-shadow: 1px 1px 3px 2px #cfa38a; box-shadow: 1px 1px 3px 2px #cfa38a;">
Div content here</div>
This div box has shadow with color #cfa38a
Comments
No comments written yet.
Please login to write comment.