Color Hex Logo

#fdf29d Color Hex

#FDF29D
(253,242,157)
0 Favorites   0 Comments

Color spaces of #fdf29d

RGB 253242157
HSL0.150.960.80
HSV53°38°99°
CMYK 0.000.040.38   0.01
XYZ78.345986.821244.5272
Yxy86.82120.37360.4140
Hunter Lab93.1779-12.974836.8914
CIE-Lab94.6624-8.183942.3455

#fdf29d color RGB value is (253,242,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110010 10011101
Octal 375 362 235
Decimal 253 242 157
Hex FD F2 9D

RGB Percentages of Color #fdf29d

%38.80
%37.12
%24.08

CMYK Percentages of Color #fdf29d

%0
%4
%38
%1

Triadic Colors of #fdf29d

#fdf29d #9dfdf2 #f29dfd

Analogous Colors of #fdf29d

#fdf29d #d8fd9d #fdc29d

Monochromatic Colors of #fdf29d

#fdf29d

Complementary Color

#fdf29d #9da8fd

#fdf29d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf29d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf29d Color CSS Codes

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

#fdf29d Text Font Color

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

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


#fdf29d Background Color

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

This div background color is #fdf29d


#fdf29d Border Color

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

This div border color is #fdf29d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf29d

Related Colors


Comments

No comments written yet.

Please login to write comment.