Color Hex Logo

#fdf8aa Color Hex

#FDF8AA
(253,248,170)
0 Favorites   0 Comments

Color spaces of #fdf8aa

RGB 253248170
HSL0.160.950.83
HSV56°33°99°
CMYK 0.000.020.33   0.01
XYZ81.331190.919751.2929
Yxy90.91970.36380.4067
Hunter Lab95.3518-14.612734.8522
CIE-Lab96.3770-9.694238.1345

#fdf8aa color RGB value is (253,248,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111000 10101010
Octal 375 370 252
Decimal 253 248 170
Hex FD F8 AA

RGB Percentages of Color #fdf8aa

%37.70
%36.96
%25.34

CMYK Percentages of Color #fdf8aa

%0
%2
%33
%1

Triadic Colors of #fdf8aa

#fdf8aa #aafdf8 #f8aafd

Analogous Colors of #fdf8aa

#fdf8aa #d9fdaa #fdcfaa

Monochromatic Colors of #fdf8aa

#fdf8aa

Complementary Color

#fdf8aa #aaaffd

#fdf8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdf8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdf8aa Color CSS Codes

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

#fdf8aa Text Font Color

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

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


#fdf8aa Background Color

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

This div background color is #fdf8aa


#fdf8aa Border Color

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

This div border color is #fdf8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdf8aa

Related Colors


Comments

No comments written yet.

Please login to write comment.