Color Hex Logo

#fbdeaa Color Hex

#FBDEAA
(251,222,170)
0 Favorites   0 Comments

Color spaces of #fbdeaa

RGB 251222170
HSL0.110.910.83
HSV39°32°98°
CMYK 0.000.120.32   0.02
XYZ73.160675.654148.7769
Yxy75.65410.37030.3829
Hunter Lab86.9794-2.072927.6365
CIE-Lab89.69852.632429.2071

#fbdeaa color RGB value is (251,222,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011110 10101010
Octal 373 336 252
Decimal 251 222 170
Hex FB DE AA

RGB Percentages of Color #fbdeaa

%39.04
%34.53
%26.44

CMYK Percentages of Color #fbdeaa

%0
%12
%32
%2

Triadic Colors of #fbdeaa

#fbdeaa #aafbde #deaafb

Analogous Colors of #fbdeaa

#fbdeaa #f0fbaa #fbb6aa

Monochromatic Colors of #fbdeaa

#fbdeaa

Complementary Color

#fbdeaa #aac7fb

#fbdeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdeaa Color CSS Codes

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

#fbdeaa Text Font Color

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

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


#fbdeaa Background Color

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

This div background color is #fbdeaa


#fbdeaa Border Color

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

This div border color is #fbdeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdeaa

Related Colors


Comments

No comments written yet.

Please login to write comment.