Color Hex Logo

#fde69c Color Hex

#FDE69C
(253,230,156)
0 Favorites   0 Comments

Color spaces of #fde69c

RGB 253230156
HSL0.130.960.80
HSV46°38°99°
CMYK 0.000.090.38   0.01
XYZ74.805679.876642.9275
Yxy79.87660.37860.4042
Hunter Lab89.3737-6.999934.0837
CIE-Lab91.6295-2.281738.9159

#fde69c color RGB value is (253,230,156).

#fde69c hex color red value is 253, green value is 230 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #fde69c hue: 0.13 , saturation: 0.96 and the lightness value of fde69c is 0.80.

The process color (four color CMYK) of #fde69c color hex is 0.00, 0.09, 0.38, 0.01. Web safe color of #fde69c is #ffff99. Color #fde69c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100110 10011100
Octal 375 346 234
Decimal 253 230 156
Hex FD E6 9C

RGB Percentages of Color #fde69c

%39.59
%35.99
%24.41

CMYK Percentages of Color #fde69c

%0
%9
%38
%1

Triadic Colors of #fde69c

#fde69c #9cfde6 #e69cfd

Analogous Colors of #fde69c

#fde69c #e4fd9c #fdb69c

Monochromatic Colors of #fde69c

#fde69c

Complementary Color

#fde69c #9cb3fd

#fde69c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde69c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde69c Color CSS Codes

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

#fde69c Text Font Color

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

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


#fde69c Background Color

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

This div background color is #fde69c


#fde69c Border Color

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

This div border color is #fde69c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(253,230,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fde69c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fde69c;
  -webkit-box-shadow: 1px 1px 3px 2px #fde69c;
  box-shadow:         1px 1px 3px 2px #fde69c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,230,156, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde69c


Comments

No comments written yet.

Please login to write comment.