Color Hex Logo

#ffdc9f Color Hex

#FFDC9F
(255,220,159)
1 Favorites   0 Comments

Color spaces of #ffdc9f

RGB 255220159
HSL0.111.000.81
HSV38°38°100°
CMYK 0.000.140.38   0.00
XYZ73.091274.949643.4153
Yxy74.94960.38180.3915
Hunter Lab86.5734-0.801630.8683
CIE-Lab89.36943.906134.4658

#ffdc9f color RGB value is (255,220,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011100 10011111
Octal 377 334 237
Decimal 255 220 159
Hex FF DC 9F

RGB Percentages of Color #ffdc9f

%40.22
%34.70
%25.08

CMYK Percentages of Color #ffdc9f

%0
%14
%38
%0

Triadic Colors of #ffdc9f

#ffdc9f #9fffdc #dc9fff

Analogous Colors of #ffdc9f

#ffdc9f #f2ff9f #ffac9f

Monochromatic Colors of #ffdc9f

#ffdc9f

Complementary Color

#ffdc9f #9fc2ff

#ffdc9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffdc9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffdc9f Color CSS Codes

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

#ffdc9f Text Font Color

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

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


#ffdc9f Background Color

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

This div background color is #ffdc9f


#ffdc9f Border Color

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

This div border color is #ffdc9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,220,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 #ffdc9f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffdc9f

#ffdc9f Color Palettes


Comments

No comments written yet.

Please login to write comment.