Color Hex Logo

#fbdbaf Color Hex

#FBDBAF
(251,219,175)
1 Favorites   0 Comments

Color spaces of #fbdbaf

RGB 251219175
HSL0.100.900.84
HSV35°30°98°
CMYK 0.000.130.30   0.02
XYZ72.853074.267451.0527
Yxy74.26740.36760.3748
Hunter Lab86.17850.086625.2012
CIE-Lab89.04874.790125.7428

#fbdbaf color RGB value is (251,219,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 10101111
Octal 373 333 257
Decimal 251 219 175
Hex FB DB AF

RGB Percentages of Color #fbdbaf

%38.91
%33.95
%27.13

CMYK Percentages of Color #fbdbaf

%0
%13
%30
%2

Triadic Colors of #fbdbaf

#fbdbaf #affbdb #dbaffb

Analogous Colors of #fbdbaf

#fbdbaf #f5fbaf #fbb5af

Monochromatic Colors of #fbdbaf

#fbdbaf

Complementary Color

#fbdbaf #afcffb

#fbdbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdbaf Color CSS Codes

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

#fbdbaf Text Font Color

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

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


#fbdbaf Background Color

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

This div background color is #fbdbaf


#fbdbaf Border Color

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

This div border color is #fbdbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdbaf


Comments

No comments written yet.

Please login to write comment.