Color Hex Logo

#fddac0 Color Hex

#FDDAC0
(253,218,192)
1 Favorites   0 Comments

Color spaces of #fddac0

RGB 253218192
HSL0.070.940.87
HSV26°24°99°
CMYK 0.000.140.24   0.01
XYZ75.093874.831260.3552
Yxy74.83120.35710.3559
Hunter Lab86.50503.569519.1864
CIE-Lab89.31398.291417.2842

#fddac0 color RGB value is (253,218,192).

#fddac0 hex color red value is 253, green value is 218 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #fddac0 hue: 0.07 , saturation: 0.94 and the lightness value of fddac0 is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 11000000
Octal 375 332 300
Decimal 253 218 192
Hex FD DA C0

RGB Percentages of Color #fddac0

%38.16
%32.88
%28.96

CMYK Percentages of Color #fddac0

%0
%14
%24
%1

Triadic Colors of #fddac0

#fddac0 #c0fdda #dac0fd

Analogous Colors of #fddac0

#fddac0 #fdf9c0 #fdc0c5

Monochromatic Colors of #fddac0

#fddac0

Complementary Color

#fddac0 #c0e3fd

#fddac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddac0 Color CSS Codes

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

#fddac0 Text Font Color

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

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


#fddac0 Background Color

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

This div background color is #fddac0


#fddac0 Border Color

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

This div border color is #fddac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddac0


Comments

No comments written yet.

Please login to write comment.