Color Hex Logo

#fbdcac Color Hex

#FBDCAC
(251,220,172)
0 Favorites   0 Comments

Color spaces of #fbdcac

RGB 251220172
HSL0.100.910.83
HSV36°31°98°
CMYK 0.000.120.31   0.02
XYZ72.823374.674249.6051
Yxy74.67420.36950.3789
Hunter Lab86.4142-0.798826.4552
CIE-Lab89.24023.902727.5556

#fbdcac color RGB value is (251,220,172).

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

The process color (four color CMYK) of #fbdcac color hex is 0.00, 0.12, 0.31, 0.02. Web safe color of #fbdcac is #ffcc99. Color #fbdcac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 10101100
Octal 373 334 254
Decimal 251 220 172
Hex FB DC AC

RGB Percentages of Color #fbdcac

%39.04
%34.21
%26.75

CMYK Percentages of Color #fbdcac

%0
%12
%31
%2

Triadic Colors of #fbdcac

#fbdcac #acfbdc #dcacfb

Analogous Colors of #fbdcac

#fbdcac #f3fbac #fbb5ac

Monochromatic Colors of #fbdcac

#fbdcac

Complementary Color

#fbdcac #accbfb

#fbdcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdcac Color CSS Codes

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

#fbdcac Text Font Color

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

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


#fbdcac Background Color

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

This div background color is #fbdcac


#fbdcac Border Color

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

This div border color is #fbdcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdcac

#fbdcac Color Palettes


Comments

No comments written yet.

Please login to write comment.