Color Hex Logo

#fbdfad Color Hex

#FBDFAD
(251,223,173)
0 Favorites   0 Comments

Color spaces of #fbdfad

RGB 251223173
HSL0.110.910.83
HSV38°31°98°
CMYK 0.000.110.31   0.02
XYZ73.714276.301750.3777
Yxy76.30170.36780.3808
Hunter Lab87.3508-2.230226.9514
CIE-Lab89.99922.489028.0695

#fbdfad color RGB value is (251,223,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 10101101
Octal 373 337 255
Decimal 251 223 173
Hex FB DF AD

RGB Percentages of Color #fbdfad

%38.79
%34.47
%26.74

CMYK Percentages of Color #fbdfad

%0
%11
%31
%2

Triadic Colors of #fbdfad

#fbdfad #adfbdf #dfadfb

Analogous Colors of #fbdfad

#fbdfad #f0fbad #fbb8ad

Monochromatic Colors of #fbdfad

#fbdfad

Complementary Color

#fbdfad #adc9fb

#fbdfad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdfad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdfad Color CSS Codes

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

#fbdfad Text Font Color

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

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


#fbdfad Background Color

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

This div background color is #fbdfad


#fbdfad Border Color

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

This div border color is #fbdfad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdfad


Comments

No comments written yet.

Please login to write comment.