Color Hex Logo

#fdbcaa Color Hex

#FDBCAA
(253,188,170)
0 Favorites   0 Comments

Color spaces of #fdbcaa

RGB 253188170
HSL0.040.950.83
HSV13°33°99°
CMYK 0.000.260.33   0.01
XYZ65.746959.751446.0981
Yxy59.75140.38310.3482
Hunter Lab77.299016.550418.7511
CIE-Lab81.702921.063718.2759

#fdbcaa color RGB value is (253,188,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10111100 10101010
Octal 375 274 252
Decimal 253 188 170
Hex FD BC AA

RGB Percentages of Color #fdbcaa

%41.41
%30.77
%27.82

CMYK Percentages of Color #fdbcaa

%0
%26
%33
%1

Triadic Colors of #fdbcaa

#fdbcaa #aafdbc #bcaafd

Analogous Colors of #fdbcaa

#fdbcaa #fde6aa #fdaac2

Monochromatic Colors of #fdbcaa

#fdbcaa

Complementary Color

#fdbcaa #aaebfd

#fdbcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdbcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdbcaa Color CSS Codes

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

#fdbcaa Text Font Color

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

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


#fdbcaa Background Color

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

This div background color is #fdbcaa


#fdbcaa Border Color

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

This div border color is #fdbcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdbcaa


Comments

No comments written yet.

Please login to write comment.