Color spaces of #ffc395
RGB | 255 | 195 | 149 |
---|---|---|---|
HSL | 0.07 | 1.00 | 0.79 |
HSV | 26° | 42° | 100° |
CMYK | 0.00 | 0.24 | 0.42 0.00 |
XYZ | 66.1799 | 62.4601 | 37.0017 |
Yxy | 62.4601 | 0.3995 | 0.3771 |
Hunter Lab | 79.0317 | 11.1676 | 27.5633 |
CIE-Lab | 83.1575 | 15.7625 | 31.3938 |
#ffc395 color RGB value is (255,195,149).
#ffc395 hex color red value is 255, green value is 195 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #ffc395 hue: 0.07 , saturation: 1.00 and the lightness value of ffc395 is 0.79.
The process color (four color CMYK) of #ffc395 color hex is 0.00, 0.24, 0.42, 0.00. Web safe color of #ffc395 is #ffcc99. Color #ffc395 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11000011 | 10010101 |
Octal | 377 | 303 | 225 |
Decimal | 255 | 195 | 149 |
Hex | FF | C3 | 95 |
Shades of #ffc395
Tints of #ffc395
RGB Percentages of Color #ffc395
CMYK Percentages of Color #ffc395
Complementary Color
#ffc395 | #95d1ff |
#ffc395 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffc395 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffc395 Color CSS Codes
.mybgcolor {background-color:#ffc395; } .myforecolor {color:#ffc395; } .mybordercolor {border:3px solid #ffc395; }
#ffc395 Text Font Color
<p style="color:#ffc395">Text here</p>
This sample text font color is #ffc395
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.
#ffc395 Background Color
<div style="background-color:#ffc395">
Div content here</div>
This div background color is #ffc395
#ffc395 Border Color
<div style="border:3px solid #ffc395">
Div here</div>
This div border color is #ffc395
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,195,149, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffc395; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffc395; -webkit-box-shadow: 1px 1px 3px 2px #ffc395; box-shadow: 1px 1px 3px 2px #ffc395; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,195,149, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffc395">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffc395; -webkit-box-shadow: 1px 1px 3px 2px #ffc395; box-shadow: 1px 1px 3px 2px #ffc395;">
Div content here</div>
This div box has shadow with color #ffc395
#ffc395 Color Palettes
Comments
No comments written yet.
Please login to write comment.