Color Hex Logo

#ffc49e Color Hex

#FFC49E
(255,196,158)
0 Favorites   0 Comments

Color spaces of #ffc49e

RGB 255196158
HSL0.071.000.81
HSV24°38°100°
CMYK 0.000.230.38   0.00
XYZ67.151563.208541.0089
Yxy63.20850.39190.3688
Hunter Lab79.503811.635425.0702
CIE-Lab83.552016.220427.2073

#ffc49e color RGB value is (255,196,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11000100 10011110
Octal 377 304 236
Decimal 255 196 158
Hex FF C4 9E

RGB Percentages of Color #ffc49e

%41.87
%32.18
%25.94

CMYK Percentages of Color #ffc49e

%0
%23
%38
%0

Triadic Colors of #ffc49e

#ffc49e #9effc4 #c49eff

Analogous Colors of #ffc49e

#ffc49e #fff59e #ff9ea9

Monochromatic Colors of #ffc49e

#ffc49e

Complementary Color

#ffc49e #9ed9ff

#ffc49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffc49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffc49e Color CSS Codes

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

#ffc49e Text Font Color

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

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


#ffc49e Background Color

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

This div background color is #ffc49e


#ffc49e Border Color

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

This div border color is #ffc49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffc49e


Comments

No comments written yet.

Please login to write comment.