Color Hex Logo

#fddac9 Color Hex

#FDDAC9
(253,218,201)
0 Favorites   0 Comments

Color spaces of #fddac9

RGB 253218201
HSL0.050.930.89
HSV20°21°99°
CMYK 0.000.140.21   0.01
XYZ76.122075.242565.7695
Yxy75.24250.35060.3465
Hunter Lab86.74244.845815.7651
CIE-Lab89.50659.561312.8436

#fddac9 color RGB value is (253,218,201).

#fddac9 hex color red value is 253, green value is 218 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #fddac9 hue: 0.05 , saturation: 0.93 and the lightness value of fddac9 is 0.89.

The process color (four color CMYK) of #fddac9 color hex is 0.00, 0.14, 0.21, 0.01. Web safe color of #fddac9 is #ffcccc. Color #fddac9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 11001001
Octal 375 332 311
Decimal 253 218 201
Hex FD DA C9

RGB Percentages of Color #fddac9

%37.65
%32.44
%29.91

CMYK Percentages of Color #fddac9

%0
%14
%21
%1

Triadic Colors of #fddac9

#fddac9 #c9fdda #dac9fd

Analogous Colors of #fddac9

#fddac9 #fdf4c9 #fdc9d2

Monochromatic Colors of #fddac9

#fddac9

Complementary Color

#fddac9 #c9ecfd

#fddac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddac9 Color CSS Codes

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

#fddac9 Text Font Color

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

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


#fddac9 Background Color

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

This div background color is #fddac9


#fddac9 Border Color

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

This div border color is #fddac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddac9


Comments

No comments written yet.

Please login to write comment.