Color Hex Logo

#ffc49c Color Hex

#FFC49C
(255,196,156)
1 Favorites   0 Comments

Color spaces of #ffc49c

RGB 255196156
HSL0.071.000.81
HSV24°39°100°
CMYK 0.000.230.39   0.00
XYZ66.980763.140240.1095
Yxy63.14020.39350.3709
Hunter Lab79.460811.408425.6947
CIE-Lab83.516115.997128.2092

#ffc49c color RGB value is (255,196,156).

#ffc49c hex color red value is 255, green value is 196 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #ffc49c hue: 0.07 , saturation: 1.00 and the lightness value of ffc49c is 0.81.

The process color (four color CMYK) of #ffc49c color hex is 0.00, 0.23, 0.39, 0.00. Web safe color of #ffc49c is #ffcc99. Color #ffc49c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000100 10011100
Octal 377 304 234
Decimal 255 196 156
Hex FF C4 9C

RGB Percentages of Color #ffc49c

%42.01
%32.29
%25.70

CMYK Percentages of Color #ffc49c

%0
%23
%39
%0

Triadic Colors of #ffc49c

#ffc49c #9cffc4 #c49cff

Analogous Colors of #ffc49c

#ffc49c #fff69c #ff9ca6

Monochromatic Colors of #ffc49c

#ffc49c

Complementary Color

#ffc49c #9cd7ff

#ffc49c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc49c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc49c Color CSS Codes

.mybgcolor {background-color:#ffc49c; } 
.myforecolor {color:#ffc49c; }
.mybordercolor {border:3px solid #ffc49c; }

#ffc49c Text Font Color

<p style="color:#ffc49c">Text here</p>

This sample text font color is #ffc49c
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.


#ffc49c Background Color

<div style="background-color:#ffc49c">
Div content here</div>

This div background color is #ffc49c


#ffc49c Border Color

<div style="border:3px solid #ffc49c">
Div here</div>

This div border color is #ffc49c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,196,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffc49c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffc49c;
  -webkit-box-shadow: 1px 1px 3px 2px #ffc49c;
  box-shadow:         1px 1px 3px 2px #ffc49c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,196,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ffc49c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ffc49c;
  -webkit-box-shadow: 1px 1px 3px 2px #ffc49c;
  box-shadow:         1px 1px 3px 2px #ffc49c;">
Div content here</div>

This div box has shadow with color #ffc49c

Related Colors


Comments

No comments written yet.

Please login to write comment.