Color Hex Logo

#fbddaa Color Hex

#FBDDAA
(251,221,170)
2 Favorites   0 Comments

Color spaces of #fbddaa

RGB 251221170
HSL0.100.910.83
HSV38°32°98°
CMYK 0.000.120.32   0.02
XYZ72.895875.124448.6886
Yxy75.12440.37060.3819
Hunter Lab86.6743-1.556127.3664
CIE-Lab89.45123.144728.8732

#fbddaa color RGB value is (251,221,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 10101010
Octal 373 335 252
Decimal 251 221 170
Hex FB DD AA

RGB Percentages of Color #fbddaa

%39.10
%34.42
%26.48

CMYK Percentages of Color #fbddaa

%0
%12
%32
%2

Triadic Colors of #fbddaa

#fbddaa #aafbdd #ddaafb

Analogous Colors of #fbddaa

#fbddaa #f1fbaa #fbb5aa

Monochromatic Colors of #fbddaa

#fbddaa

Complementary Color

#fbddaa #aac8fb

#fbddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbddaa Color CSS Codes

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

#fbddaa Text Font Color

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

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


#fbddaa Background Color

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

This div background color is #fbddaa


#fbddaa Border Color

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

This div border color is #fbddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbddaa


Comments

No comments written yet.

Please login to write comment.