Color Hex Logo

#ffde9f Color Hex

#FFDE9F
(255,222,159)
0 Favorites   0 Comments

Color spaces of #ffde9f

RGB 255222159
HSL0.111.000.81
HSV39°38°100°
CMYK 0.000.130.38   0.00
XYZ73.619376.005843.5913
Yxy76.00580.38100.3934
Hunter Lab87.1813-1.834931.3815
CIE-Lab89.86202.883235.1165

#ffde9f color RGB value is (255,222,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011110 10011111
Octal 377 336 237
Decimal 255 222 159
Hex FF DE 9F

RGB Percentages of Color #ffde9f

%40.09
%34.91
%25.00

CMYK Percentages of Color #ffde9f

%0
%13
%38
%0

Triadic Colors of #ffde9f

#ffde9f #9fffde #de9fff

Analogous Colors of #ffde9f

#ffde9f #f0ff9f #ffae9f

Monochromatic Colors of #ffde9f

#ffde9f

Complementary Color

#ffde9f #9fc0ff

#ffde9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffde9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffde9f Color CSS Codes

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

#ffde9f Text Font Color

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

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


#ffde9f Background Color

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

This div background color is #ffde9f


#ffde9f Border Color

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

This div border color is #ffde9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffde9f

#ffde9f Color Palettes


Comments

No comments written yet.

Please login to write comment.