Color Hex Logo

#fdffaa Color Hex

#FDFFAA
(253,255,170)
0 Favorites   0 Comments

Color spaces of #fdffaa

RGB 253255170
HSL0.171.000.83
HSV61°33°100°
CMYK 0.010.000.33   0.00
XYZ83.523795.304952.0237
Yxy95.30490.36180.4128
Hunter Lab97.6242-18.124436.7415
CIE-Lab98.1554-13.131940.4651

#fdffaa color RGB value is (253,255,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111111 10101010
Octal 375 377 252
Decimal 253 255 170
Hex FD FF AA

RGB Percentages of Color #fdffaa

%37.32
%37.61
%25.07

CMYK Percentages of Color #fdffaa

%1
%0
%33
%0

Triadic Colors of #fdffaa

#fdffaa #aafdff #ffaafd

Analogous Colors of #fdffaa

#fdffaa #d3ffaa #ffd7aa

Monochromatic Colors of #fdffaa

#fdffaa

Complementary Color

#fdffaa #acaaff

#fdffaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdffaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdffaa Color CSS Codes

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

#fdffaa Text Font Color

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

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


#fdffaa Background Color

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

This div background color is #fdffaa


#fdffaa Border Color

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

This div border color is #fdffaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdffaa


Comments

No comments written yet.

Please login to write comment.