Color Hex Logo

#fdfaac Color Hex

#FDFAAC
(253,250,172)
0 Favorites   0 Comments

Color spaces of #fdfaac

RGB 253250172
HSL0.160.950.83
HSV58°32°99°
CMYK 0.000.010.32   0.01
XYZ82.140092.232452.5031
Yxy92.23240.36200.4065
Hunter Lab96.0377-15.396934.8130
CIE-Lab96.9152-10.445737.8481

#fdfaac color RGB value is (253,250,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111010 10101100
Octal 375 372 254
Decimal 253 250 172
Hex FD FA AC

RGB Percentages of Color #fdfaac

%37.48
%37.04
%25.48

CMYK Percentages of Color #fdfaac

%0
%1
%32
%1

Triadic Colors of #fdfaac

#fdfaac #acfdfa #faacfd

Analogous Colors of #fdfaac

#fdfaac #d8fdac #fdd2ac

Monochromatic Colors of #fdfaac

#fdfaac

Complementary Color

#fdfaac #acaffd

#fdfaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfaac Color CSS Codes

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

#fdfaac Text Font Color

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

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


#fdfaac Background Color

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

This div background color is #fdfaac


#fdfaac Border Color

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

This div border color is #fdfaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfaac

Related Colors


Comments

No comments written yet.

Please login to write comment.