Color Hex Logo

#fddd8d Color Hex

#FDDD8D
(253,221,141)
0 Favorites   0 Comments

Color spaces of #fddd8d

RGB 253221141
HSL0.120.970.77
HSV43°44°99°
CMYK 0.000.130.44   0.01
XYZ71.172274.518635.8317
Yxy74.51860.39210.4105
Hunter Lab86.3242-3.898335.8166
CIE-Lab89.16700.733843.2419

#fddd8d color RGB value is (253,221,141).

#fddd8d hex color red value is 253, green value is 221 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fddd8d hue: 0.12 , saturation: 0.97 and the lightness value of fddd8d is 0.77.

The process color (four color CMYK) of #fddd8d color hex is 0.00, 0.13, 0.44, 0.01. Web safe color of #fddd8d is #ffcc99. Color #fddd8d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011101 10001101
Octal 375 335 215
Decimal 253 221 141
Hex FD DD 8D

RGB Percentages of Color #fddd8d

%41.14
%35.93
%22.93

CMYK Percentages of Color #fddd8d

%0
%13
%44
%1

Triadic Colors of #fddd8d

#fddd8d #8dfddd #dd8dfd

Analogous Colors of #fddd8d

#fddd8d #e5fd8d #fda58d

Monochromatic Colors of #fddd8d

#fddd8d

Complementary Color

#fddd8d #8dadfd

#fddd8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddd8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddd8d Color CSS Codes

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

#fddd8d Text Font Color

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

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


#fddd8d Background Color

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

This div background color is #fddd8d


#fddd8d Border Color

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

This div border color is #fddd8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddd8d

Related Colors


Comments

No comments written yet.

Please login to write comment.