Color Hex Logo

#fbdbab Color Hex

#FBDBAB
(251,219,171)
0 Favorites   0 Comments

Color spaces of #fbdbab

RGB 251219171
HSL0.100.910.83
HSV36°32°98°
CMYK 0.000.130.32   0.02
XYZ72.465974.112549.0139
Yxy74.11250.37050.3789
Hunter Lab86.0886-0.401026.5057
CIE-Lab88.97564.293327.7133

#fbdbab color RGB value is (251,219,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 10101011
Octal 373 333 253
Decimal 251 219 171
Hex FB DB AB

RGB Percentages of Color #fbdbab

%39.16
%34.17
%26.68

CMYK Percentages of Color #fbdbab

%0
%13
%32
%2

Triadic Colors of #fbdbab

#fbdbab #abfbdb #dbabfb

Analogous Colors of #fbdbab

#fbdbab #f3fbab #fbb3ab

Monochromatic Colors of #fbdbab

#fbdbab

Complementary Color

#fbdbab #abcbfb

#fbdbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdbab Color CSS Codes

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

#fbdbab Text Font Color

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

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


#fbdbab Background Color

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

This div background color is #fbdbab


#fbdbab Border Color

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

This div border color is #fbdbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdbab

Related Colors


Comments

No comments written yet.

Please login to write comment.