Color Hex Logo

#ffde9d Color Hex

#FFDE9D
(255,222,157)
0 Favorites   0 Comments

Color spaces of #ffde9d

RGB 255222157
HSL0.111.000.81
HSV40°38°100°
CMYK 0.000.130.38   0.00
XYZ73.447175.936942.6845
Yxy75.93690.38240.3954
Hunter Lab87.1418-2.050131.9573
CIE-Lab89.83002.662836.0906

#ffde9d color RGB value is (255,222,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11011110 10011101
Octal 377 336 235
Decimal 255 222 157
Hex FF DE 9D

RGB Percentages of Color #ffde9d

%40.22
%35.02
%24.76

CMYK Percentages of Color #ffde9d

%0
%13
%38
%0

Triadic Colors of #ffde9d

#ffde9d #9dffde #de9dff

Analogous Colors of #ffde9d

#ffde9d #efff9d #ffad9d

Monochromatic Colors of #ffde9d

#ffde9d

Complementary Color

#ffde9d #9dbeff

#ffde9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffde9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffde9d Color CSS Codes

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

#ffde9d Text Font Color

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

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


#ffde9d Background Color

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

This div background color is #ffde9d


#ffde9d Border Color

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

This div border color is #ffde9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffde9d

Related Colors


Comments

No comments written yet.

Please login to write comment.