Color Hex Logo

#fddabd Color Hex

#FDDABD
(253,218,189)
0 Favorites   0 Comments

Color spaces of #fddabd

RGB 253218189
HSL0.080.940.87
HSV27°25°99°
CMYK 0.000.140.25   0.01
XYZ74.764774.699658.6220
Yxy74.69960.35930.3590
Hunter Lab86.42893.159520.2857
CIE-Lab89.25217.881418.7656

#fddabd color RGB value is (253,218,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 10111101
Octal 375 332 275
Decimal 253 218 189
Hex FD DA BD

RGB Percentages of Color #fddabd

%38.33
%33.03
%28.64

CMYK Percentages of Color #fddabd

%0
%14
%25
%1

Triadic Colors of #fddabd

#fddabd #bdfdda #dabdfd

Analogous Colors of #fddabd

#fddabd #fdfabd #fdbdc0

Monochromatic Colors of #fddabd

#fddabd

Complementary Color

#fddabd #bde0fd

#fddabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddabd Color CSS Codes

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

#fddabd Text Font Color

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

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


#fddabd Background Color

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

This div background color is #fddabd


#fddabd Border Color

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

This div border color is #fddabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddabd

Related Colors


Comments

No comments written yet.

Please login to write comment.