Color Hex Logo

#ffd49f Color Hex

#FFD49F
(255,212,159)
0 Favorites   0 Comments

Color spaces of #ffd49f

RGB 255212159
HSL0.091.000.81
HSV33°38°100°
CMYK 0.000.170.38   0.00
XYZ71.041570.850242.7320
Yxy70.85020.38480.3838
Hunter Lab84.17263.351728.8210
CIE-Lab87.41228.019631.8677

#ffd49f color RGB value is (255,212,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11010100 10011111
Octal 377 324 237
Decimal 255 212 159
Hex FF D4 9F

RGB Percentages of Color #ffd49f

%40.73
%33.87
%25.40

CMYK Percentages of Color #ffd49f

%0
%17
%38
%0

Triadic Colors of #ffd49f

#ffd49f #9fffd4 #d49fff

Analogous Colors of #ffd49f

#ffd49f #faff9f #ffa49f

Monochromatic Colors of #ffd49f

#ffd49f

Complementary Color

#ffd49f #9fcaff

#ffd49f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffd49f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffd49f Color CSS Codes

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

#ffd49f Text Font Color

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

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


#ffd49f Background Color

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

This div background color is #ffd49f


#ffd49f Border Color

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

This div border color is #ffd49f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffd49f

Related Colors


Comments

No comments written yet.

Please login to write comment.