Color Hex Logo

#fdfaaa Color Hex

#FDFAAA
(253,250,170)
0 Favorites   0 Comments

Color spaces of #fdfaaa

RGB 253250170
HSL0.160.950.83
HSV58°33°99°
CMYK 0.000.010.33   0.01
XYZ81.949392.156151.4989
Yxy92.15610.36320.4085
Hunter Lab95.9980-15.618735.3920
CIE-Lab96.8841-10.680438.8008

#fdfaaa color RGB value is (253,250,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111010 10101010
Octal 375 372 252
Decimal 253 250 170
Hex FD FA AA

RGB Percentages of Color #fdfaaa

%37.59
%37.15
%25.26

CMYK Percentages of Color #fdfaaa

%0
%1
%33
%1

Triadic Colors of #fdfaaa

#fdfaaa #aafdfa #faaafd

Analogous Colors of #fdfaaa

#fdfaaa #d7fdaa #fdd1aa

Monochromatic Colors of #fdfaaa

#fdfaaa

Complementary Color

#fdfaaa #aaadfd

#fdfaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfaaa Color CSS Codes

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

#fdfaaa Text Font Color

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

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


#fdfaaa Background Color

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

This div background color is #fdfaaa


#fdfaaa Border Color

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

This div border color is #fdfaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfaaa


Comments

No comments written yet.

Please login to write comment.