Color Hex Logo

#fdf5aa Color Hex

#FDF5AA
(253,245,170)
0 Favorites   0 Comments

Color spaces of #fdf5aa

RGB 253245170
HSL0.150.950.83
HSV54°33°99°
CMYK 0.000.030.33   0.01
XYZ80.416189.089750.9879
Yxy89.08970.36470.4040
Hunter Lab94.3873-13.099534.0428
CIE-Lab95.6179-8.209237.1348

#fdf5aa color RGB value is (253,245,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11110101 10101010
Octal 375 365 252
Decimal 253 245 170
Hex FD F5 AA

RGB Percentages of Color #fdf5aa

%37.87
%36.68
%25.45

CMYK Percentages of Color #fdf5aa

%0
%3
%33
%1

Triadic Colors of #fdf5aa

#fdf5aa #aafdf5 #f5aafd

Analogous Colors of #fdf5aa

#fdf5aa #dcfdaa #fdccaa

Monochromatic Colors of #fdf5aa

#fdf5aa

Complementary Color

#fdf5aa #aab2fd

#fdf5aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf5aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf5aa Color CSS Codes

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

#fdf5aa Text Font Color

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

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


#fdf5aa Background Color

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

This div background color is #fdf5aa


#fdf5aa Border Color

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

This div border color is #fdf5aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf5aa

Related Colors


Comments

No comments written yet.

Please login to write comment.