Color Hex Logo

#fbd7ab Color Hex

#FBD7AB
(251,215,171)
0 Favorites   0 Comments

Color spaces of #fbd7ab

RGB 251215171
HSL0.090.910.83
HSV33°32°98°
CMYK 0.000.140.32   0.02
XYZ71.434872.050448.6702
Yxy72.05040.37180.3750
Hunter Lab84.88251.676325.4219
CIE-Lab87.99286.352626.3780

#fbd7ab color RGB value is (251,215,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11010111 10101011
Octal 373 327 253
Decimal 251 215 171
Hex FB D7 AB

RGB Percentages of Color #fbd7ab

%39.40
%33.75
%26.84

CMYK Percentages of Color #fbd7ab

%0
%14
%32
%2

Triadic Colors of #fbd7ab

#fbd7ab #abfbd7 #d7abfb

Analogous Colors of #fbd7ab

#fbd7ab #f7fbab #fbafab

Monochromatic Colors of #fbd7ab

#fbd7ab

Complementary Color

#fbd7ab #abcffb

#fbd7ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd7ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd7ab Color CSS Codes

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

#fbd7ab Text Font Color

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

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


#fbd7ab Background Color

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

This div background color is #fbd7ab


#fbd7ab Border Color

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

This div border color is #fbd7ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd7ab


Comments

No comments written yet.

Please login to write comment.