Color spaces of #cfc290
RGB | 207 | 194 | 144 |
---|---|---|---|
HSL | 0.13 | 0.40 | 0.69 |
HSV | 48° | 30° | 81° |
CMYK | 0.00 | 0.06 | 0.30 0.19 |
XYZ | 50.0580 | 53.8626 | 34.1437 |
Yxy | 53.8626 | 0.3626 | 0.3901 |
Hunter Lab | 73.3911 | -6.6848 | 23.7904 |
CIE-Lab | 78.3815 | -3.0337 | 26.8495 |
#cfc290 color RGB value is (207,194,144).
#cfc290 hex color red value is 207, green value is 194 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #cfc290 hue: 0.13 , saturation: 0.40 and the lightness value of cfc290 is 0.69.
The process color (four color CMYK) of #cfc290 color hex is 0.00, 0.06, 0.30, 0.19. Web safe color of #cfc290 is #cccc99. Color #cfc290 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11000010 | 10010000 |
Octal | 317 | 302 | 220 |
Decimal | 207 | 194 | 144 |
Hex | CF | C2 | 90 |
Shades of #cfc290
Tints of #cfc290
RGB Percentages of Color #cfc290
CMYK Percentages of Color #cfc290
Complementary Color
#cfc290 | #909dcf |
#cfc290 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfc290 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfc290 Color CSS Codes
.mybgcolor {background-color:#cfc290; } .myforecolor {color:#cfc290; } .mybordercolor {border:3px solid #cfc290; }
#cfc290 Text Font Color
<p style="color:#cfc290">Text here</p>
This sample text font color is #cfc290
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.
#cfc290 Background Color
<div style="background-color:#cfc290">
Div content here</div>
This div background color is #cfc290
#cfc290 Border Color
<div style="border:3px solid #cfc290">
Div here</div>
This div border color is #cfc290
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,194,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfc290; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfc290; -webkit-box-shadow: 1px 1px 3px 2px #cfc290; box-shadow: 1px 1px 3px 2px #cfc290; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,194,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfc290">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfc290; -webkit-box-shadow: 1px 1px 3px 2px #cfc290; box-shadow: 1px 1px 3px 2px #cfc290;">
Div content here</div>
This div box has shadow with color #cfc290
Comments
No comments written yet.
Please login to write comment.