Color Hex Logo

#fdddbd Color Hex

#FDDDBD
(253,221,189)
0 Favorites   0 Comments

Color spaces of #fdddbd

RGB 253221189
HSL0.080.940.87
HSV30°25°99°
CMYK 0.000.130.25   0.01
XYZ75.549876.269758.8837
Yxy76.26970.35860.3620
Hunter Lab87.33251.585221.1567
CIE-Lab89.98446.334819.7865

#fdddbd color RGB value is (253,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 10111101
Octal 375 335 275
Decimal 253 221 189
Hex FD DD BD

RGB Percentages of Color #fdddbd

%38.16
%33.33
%28.51

CMYK Percentages of Color #fdddbd

%0
%13
%25
%1

Triadic Colors of #fdddbd

#fdddbd #bdfddd #ddbdfd

Analogous Colors of #fdddbd

#fdddbd #fdfdbd #fdbdbd

Monochromatic Colors of #fdddbd

#fdddbd

Complementary Color

#fdddbd #bdddfd

#fdddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdddbd Color CSS Codes

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

#fdddbd Text Font Color

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

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


#fdddbd Background Color

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

This div background color is #fdddbd


#fdddbd Border Color

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

This div border color is #fdddbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,221,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 #fdddbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdddbd

#fdddbd Color Palettes


Comments

No comments written yet.

Please login to write comment.