Color Hex Logo

#fde29f Color Hex

#FDE29F
(253,226,159)
0 Favorites   0 Comments

Color spaces of #fde29f

RGB 253226159
HSL0.120.960.81
HSV43°37°99°
CMYK 0.000.110.37   0.01
XYZ73.962477.778643.9154
Yxy77.77860.37800.3975
Hunter Lab88.1922-4.637232.2110
CIE-Lab90.67880.075036.1603

#fde29f color RGB value is (253,226,159).

#fde29f hex color red value is 253, green value is 226 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #fde29f hue: 0.12 , saturation: 0.96 and the lightness value of fde29f is 0.81.

The process color (four color CMYK) of #fde29f color hex is 0.00, 0.11, 0.37, 0.01. Web safe color of #fde29f is #ffcc99. Color #fde29f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11100010 10011111
Octal 375 342 237
Decimal 253 226 159
Hex FD E2 9F

RGB Percentages of Color #fde29f

%39.66
%35.42
%24.92

CMYK Percentages of Color #fde29f

%0
%11
%37
%1

Triadic Colors of #fde29f

#fde29f #9ffde2 #e29ffd

Analogous Colors of #fde29f

#fde29f #e9fd9f #fdb39f

Monochromatic Colors of #fde29f

#fde29f

Complementary Color

#fde29f #9fbafd

#fde29f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde29f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde29f Color CSS Codes

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

#fde29f Text Font Color

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

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


#fde29f Background Color

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

This div background color is #fde29f


#fde29f Border Color

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

This div border color is #fde29f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde29f

Related Colors


Comments

No comments written yet.

Please login to write comment.