Color Hex Logo

#fbdfaa Color Hex

#FBDFAA
(251,223,170)
0 Favorites   0 Comments

Color spaces of #fbdfaa

RGB 251223170
HSL0.110.910.83
HSV39°32°98°
CMYK 0.000.110.32   0.02
XYZ73.427076.186948.8657
Yxy76.18690.36990.3839
Hunter Lab87.2851-2.589127.9067
CIE-Lab89.94602.120929.5411

#fbdfaa color RGB value is (251,223,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011111 10101010
Octal 373 337 252
Decimal 251 223 170
Hex FB DF AA

RGB Percentages of Color #fbdfaa

%38.98
%34.63
%26.40

CMYK Percentages of Color #fbdfaa

%0
%11
%32
%2

Triadic Colors of #fbdfaa

#fbdfaa #aafbdf #dfaafb

Analogous Colors of #fbdfaa

#fbdfaa #effbaa #fbb7aa

Monochromatic Colors of #fbdfaa

#fbdfaa

Complementary Color

#fbdfaa #aac6fb

#fbdfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdfaa Color CSS Codes

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

#fbdfaa Text Font Color

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

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


#fbdfaa Background Color

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

This div background color is #fbdfaa


#fbdfaa Border Color

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

This div border color is #fbdfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdfaa


Comments

No comments written yet.

Please login to write comment.