Color Hex Logo

#fbd9ac Color Hex

#FBD9AC
(251,217,172)
0 Favorites   0 Comments

Color spaces of #fbd9ac

RGB 251217172
HSL0.090.910.83
HSV34°31°98°
CMYK 0.000.140.31   0.02
XYZ72.042973.113549.3450
Yxy73.11350.37040.3759
Hunter Lab85.50640.757825.6388
CIE-Lab88.50185.445026.5520

#fbd9ac color RGB value is (251,217,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011001 10101100
Octal 373 331 254
Decimal 251 217 172
Hex FB D9 AC

RGB Percentages of Color #fbd9ac

%39.22
%33.91
%26.88

CMYK Percentages of Color #fbd9ac

%0
%14
%31
%2

Triadic Colors of #fbd9ac

#fbd9ac #acfbd9 #d9acfb

Analogous Colors of #fbd9ac

#fbd9ac #f6fbac #fbb2ac

Monochromatic Colors of #fbd9ac

#fbd9ac

Complementary Color

#fbd9ac #accefb

#fbd9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd9ac Color CSS Codes

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

#fbd9ac Text Font Color

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

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


#fbd9ac Background Color

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

This div background color is #fbd9ac


#fbd9ac Border Color

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

This div border color is #fbd9ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd9ac


Comments

No comments written yet.

Please login to write comment.