Color Hex Logo

#fdada9 Color Hex

#FDADA9
(253,173,169)
0 Favorites   0 Comments

Color spaces of #fdada9

RGB 253173169
HSL0.010.950.83
HSV33°99°
CMYK 0.000.320.33   0.01
XYZ62.613053.634444.5885
Yxy53.63440.38930.3335
Hunter Lab73.235524.447215.1669
CIE-Lab78.248128.814513.9769

#fdada9 color RGB value is (253,173,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10101101 10101001
Octal 375 255 251
Decimal 253 173 169
Hex FD AD A9

RGB Percentages of Color #fdada9

%42.52
%29.08
%28.40

CMYK Percentages of Color #fdada9

%0
%32
%33
%1

Triadic Colors of #fdada9

#fdada9 #a9fdad #ada9fd

Analogous Colors of #fdada9

#fdada9 #fdd7a9 #fda9cf

Monochromatic Colors of #fdada9

#fdada9

Complementary Color

#fdada9 #a9f9fd

#fdada9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdada9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdada9 Color CSS Codes

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

#fdada9 Text Font Color

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

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


#fdada9 Background Color

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

This div background color is #fdada9


#fdada9 Border Color

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

This div border color is #fdada9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdada9


Comments

No comments written yet.

Please login to write comment.