Color Hex Logo

#fdfaa4 Color Hex

#FDFAA4
(253,250,164)
0 Favorites   0 Comments

Color spaces of #fdfaa4

RGB 253250164
HSL0.160.960.82
HSV58°35°99°
CMYK 0.000.010.35   0.01
XYZ81.394591.934248.5771
Yxy91.93420.36680.4143
Hunter Lab95.8823-16.265437.0794
CIE-Lab96.7934-11.365941.6489

#fdfaa4 color RGB value is (253,250,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111010 10100100
Octal 375 372 244
Decimal 253 250 164
Hex FD FA A4

RGB Percentages of Color #fdfaa4

%37.93
%37.48
%24.59

CMYK Percentages of Color #fdfaa4

%0
%1
%35
%1

Triadic Colors of #fdfaa4

#fdfaa4 #a4fdfa #faa4fd

Analogous Colors of #fdfaa4

#fdfaa4 #d4fda4 #fdcea4

Monochromatic Colors of #fdfaa4

#fdfaa4

Complementary Color

#fdfaa4 #a4a7fd

#fdfaa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfaa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfaa4 Color CSS Codes

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

#fdfaa4 Text Font Color

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

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


#fdfaa4 Background Color

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

This div background color is #fdfaa4


#fdfaa4 Border Color

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

This div border color is #fdfaa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfaa4

Related Colors


Comments

No comments written yet.

Please login to write comment.