Color Hex Logo

#fddaaa Color Hex

#FDDAAA
(253,218,170)
0 Favorites   0 Comments

Color spaces of #fddaaa

RGB 253218170
HSL0.100.950.83
HSV35°33°99°
CMYK 0.000.140.33   0.01
XYZ72.835173.927748.4609
Yxy73.92770.37310.3787
Hunter Lab85.98120.741126.7697
CIE-Lab88.88835.444128.1414

#fddaaa color RGB value is (253,218,170).

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

The process color (four color CMYK) of #fddaaa color hex is 0.00, 0.14, 0.33, 0.01. Web safe color of #fddaaa is #ffcc99. Color #fddaaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011010 10101010
Octal 375 332 252
Decimal 253 218 170
Hex FD DA AA

RGB Percentages of Color #fddaaa

%39.47
%34.01
%26.52

CMYK Percentages of Color #fddaaa

%0
%14
%33
%1

Triadic Colors of #fddaaa

#fddaaa #aafdda #daaafd

Analogous Colors of #fddaaa

#fddaaa #f7fdaa #fdb1aa

Monochromatic Colors of #fddaaa

#fddaaa

Complementary Color

#fddaaa #aacdfd

#fddaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddaaa Color CSS Codes

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

#fddaaa Text Font Color

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

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


#fddaaa Background Color

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

This div background color is #fddaaa


#fddaaa Border Color

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

This div border color is #fddaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddaaa


Comments

No comments written yet.

Please login to write comment.