Color Hex Logo

#fddca8 Color Hex

#FDDCA8
(253,220,168)
0 Favorites   0 Comments

Color spaces of #fddca8

RGB 253220168
HSL0.100.960.83
HSV37°34°99°
CMYK 0.000.130.34   0.01
XYZ73.169174.896247.6458
Yxy74.89620.37390.3827
Hunter Lab86.5426-0.533327.9379
CIE-Lab89.34444.176729.7887

#fddca8 color RGB value is (253,220,168).

#fddca8 hex color red value is 253, green value is 220 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #fddca8 hue: 0.10 , saturation: 0.96 and the lightness value of fddca8 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011100 10101000
Octal 375 334 250
Decimal 253 220 168
Hex FD DC A8

RGB Percentages of Color #fddca8

%39.47
%34.32
%26.21

CMYK Percentages of Color #fddca8

%0
%13
%34
%1

Triadic Colors of #fddca8

#fddca8 #a8fddc #dca8fd

Analogous Colors of #fddca8

#fddca8 #f4fda8 #fdb2a8

Monochromatic Colors of #fddca8

#fddca8

Complementary Color

#fddca8 #a8c9fd

#fddca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddca8 Color CSS Codes

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

#fddca8 Text Font Color

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

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


#fddca8 Background Color

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

This div background color is #fddca8


#fddca8 Border Color

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

This div border color is #fddca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddca8


Comments

No comments written yet.

Please login to write comment.