Color spaces of #fcc187
RGB | 252 | 193 | 135 |
---|---|---|---|
HSL | 0.08 | 0.95 | 0.76 |
HSV | 30° | 46° | 99° |
CMYK | 0.00 | 0.23 | 0.46 0.01 |
XYZ | 63.5880 | 60.5846 | 31.2642 |
Yxy | 60.5846 | 0.4091 | 0.3898 |
Hunter Lab | 77.8361 | 9.6119 | 30.6704 |
CIE-Lab | 82.1549 | 14.2212 | 37.2878 |
#fcc187 color RGB value is (252,193,135).
#fcc187 hex color red value is 252, green value is 193 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #fcc187 hue: 0.08 , saturation: 0.95 and the lightness value of fcc187 is 0.76.
The process color (four color CMYK) of #fcc187 color hex is 0.00, 0.23, 0.46, 0.01. Web safe color of #fcc187 is #ffcc99. Color #fcc187 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11000001 | 10000111 |
Octal | 374 | 301 | 207 |
Decimal | 252 | 193 | 135 |
Hex | FC | C1 | 87 |
Shades of #fcc187
Tints of #fcc187
RGB Percentages of Color #fcc187
CMYK Percentages of Color #fcc187
Complementary Color
#fcc187 | #87c2fc |
#fcc187 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcc187 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcc187 Color CSS Codes
.mybgcolor {background-color:#fcc187; } .myforecolor {color:#fcc187; } .mybordercolor {border:3px solid #fcc187; }
#fcc187 Text Font Color
<p style="color:#fcc187">Text here</p>
This sample text font color is #fcc187
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.
#fcc187 Background Color
<div style="background-color:#fcc187">
Div content here</div>
This div background color is #fcc187
#fcc187 Border Color
<div style="border:3px solid #fcc187">
Div here</div>
This div border color is #fcc187
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,193,135, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcc187; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcc187; -webkit-box-shadow: 1px 1px 3px 2px #fcc187; box-shadow: 1px 1px 3px 2px #fcc187; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,193,135, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcc187">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcc187; -webkit-box-shadow: 1px 1px 3px 2px #fcc187; box-shadow: 1px 1px 3px 2px #fcc187;">
Div content here</div>
This div box has shadow with color #fcc187
Comments
No comments written yet.
Please login to write comment.