Color Hex Logo

#fdbdaa Color Hex

#FDBDAA
(253,189,170)
0 Favorites   0 Comments

Color spaces of #fdbdaa

RGB 253189170
HSL0.040.950.83
HSV14°33°99°
CMYK 0.000.250.33   0.01
XYZ65.961360.180146.1696
Yxy60.18010.38280.3493
Hunter Lab77.575816.017519.0164
CIE-Lab81.936020.539118.6002

#fdbdaa color RGB value is (253,189,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111101 10101010
Octal 375 275 252
Decimal 253 189 170
Hex FD BD AA

RGB Percentages of Color #fdbdaa

%41.34
%30.88
%27.78

CMYK Percentages of Color #fdbdaa

%0
%25
%33
%1

Triadic Colors of #fdbdaa

#fdbdaa #aafdbd #bdaafd

Analogous Colors of #fdbdaa

#fdbdaa #fde7aa #fdaac1

Monochromatic Colors of #fdbdaa

#fdbdaa

Complementary Color

#fdbdaa #aaeafd

#fdbdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbdaa Color CSS Codes

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

#fdbdaa Text Font Color

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

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


#fdbdaa Background Color

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

This div background color is #fdbdaa


#fdbdaa Border Color

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

This div border color is #fdbdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbdaa


Comments

No comments written yet.

Please login to write comment.