Color Hex Logo

#fdffac Color Hex

#FDFFAC
(253,255,172)
0 Favorites   0 Comments

Color spaces of #fdffac

RGB 253255172
HSL0.171.000.84
HSV61°33°100°
CMYK 0.010.000.33   0.00
XYZ83.714495.381253.0279
Yxy95.38120.36060.4109
Hunter Lab97.6633-17.905336.1718
CIE-Lab98.1858-12.898939.5180

#fdffac color RGB value is (253,255,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111111 10101100
Octal 375 377 254
Decimal 253 255 172
Hex FD FF AC

RGB Percentages of Color #fdffac

%37.21
%37.50
%25.29

CMYK Percentages of Color #fdffac

%1
%0
%33
%0

Triadic Colors of #fdffac

#fdffac #acfdff #ffacfd

Analogous Colors of #fdffac

#fdffac #d4ffac #ffd8ac

Monochromatic Colors of #fdffac

#fdffac

Complementary Color

#fdffac #aeacff

#fdffac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdffac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdffac Color CSS Codes

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

#fdffac Text Font Color

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

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


#fdffac Background Color

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

This div background color is #fdffac


#fdffac Border Color

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

This div border color is #fdffac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdffac

Related Colors


Comments

No comments written yet.

Please login to write comment.