Color spaces of #cfc19b
RGB | 207 | 193 | 155 |
---|---|---|---|
HSL | 0.12 | 0.35 | 0.71 |
HSV | 44° | 25° | 81° |
CMYK | 0.00 | 0.07 | 0.25 0.19 |
XYZ | 50.7185 | 53.7719 | 38.7162 |
Yxy | 53.7719 | 0.3542 | 0.3755 |
Hunter Lab | 73.3293 | -4.8661 | 20.0268 |
CIE-Lab | 78.3285 | -1.0370 | 20.9449 |
#cfc19b color RGB value is (207,193,155).
#cfc19b hex color red value is 207, green value is 193 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #cfc19b hue: 0.12 , saturation: 0.35 and the lightness value of cfc19b is 0.71.
The process color (four color CMYK) of #cfc19b color hex is 0.00, 0.07, 0.25, 0.19. Web safe color of #cfc19b is #cccc99. Color #cfc19b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001111 | 11000001 | 10011011 |
Octal | 317 | 301 | 233 |
Decimal | 207 | 193 | 155 |
Hex | CF | C1 | 9B |
Shades of #cfc19b
Tints of #cfc19b
RGB Percentages of Color #cfc19b
CMYK Percentages of Color #cfc19b
Complementary Color
#cfc19b | #9ba9cf |
#cfc19b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cfc19b Color Preview on White Background
Lorem ipsum dolor sit amet.
#cfc19b Color CSS Codes
.mybgcolor {background-color:#cfc19b; } .myforecolor {color:#cfc19b; } .mybordercolor {border:3px solid #cfc19b; }
#cfc19b Text Font Color
<p style="color:#cfc19b">Text here</p>
This sample text font color is #cfc19b
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.
#cfc19b Background Color
<div style="background-color:#cfc19b">
Div content here</div>
This div background color is #cfc19b
#cfc19b Border Color
<div style="border:3px solid #cfc19b">
Div here</div>
This div border color is #cfc19b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(207,193,155, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cfc19b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cfc19b; -webkit-box-shadow: 1px 1px 3px 2px #cfc19b; box-shadow: 1px 1px 3px 2px #cfc19b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(207,193,155, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cfc19b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cfc19b; -webkit-box-shadow: 1px 1px 3px 2px #cfc19b; box-shadow: 1px 1px 3px 2px #cfc19b;">
Div content here</div>
This div box has shadow with color #cfc19b
Comments
No comments written yet.
Please login to write comment.