Color Hex Logo

#fdf4aa Color Hex

#FDF4AA
(253,244,170)
0 Favorites   0 Comments

Color spaces of #fdf4aa

RGB 253244170
HSL0.150.950.83
HSV53°33°99°
CMYK 0.000.040.33   0.01
XYZ80.114488.486350.8873
Yxy88.48630.36500.4031
Hunter Lab94.0672-12.594033.7730
CIE-Lab95.3653-7.712736.8015

#fdf4aa color RGB value is (253,244,170).

#fdf4aa hex color red value is 253, green value is 244 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fdf4aa hue: 0.15 , saturation: 0.95 and the lightness value of fdf4aa is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110100 10101010
Octal 375 364 252
Decimal 253 244 170
Hex FD F4 AA

RGB Percentages of Color #fdf4aa

%37.93
%36.58
%25.49

CMYK Percentages of Color #fdf4aa

%0
%4
%33
%1

Triadic Colors of #fdf4aa

#fdf4aa #aafdf4 #f4aafd

Analogous Colors of #fdf4aa

#fdf4aa #ddfdaa #fdcbaa

Monochromatic Colors of #fdf4aa

#fdf4aa

Complementary Color

#fdf4aa #aab3fd

#fdf4aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf4aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf4aa Color CSS Codes

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

#fdf4aa Text Font Color

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

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


#fdf4aa Background Color

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

This div background color is #fdf4aa


#fdf4aa Border Color

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

This div border color is #fdf4aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf4aa

Related Colors


Comments

No comments written yet.

Please login to write comment.