Color Hex Logo

#fbdeac Color Hex

#FBDEAC
(251,222,172)
0 Favorites   0 Comments

Color spaces of #fbdeac

RGB 251222172
HSL0.110.910.83
HSV38°31°98°
CMYK 0.000.120.31   0.02
XYZ73.351375.730349.7811
Yxy75.73030.36890.3808
Hunter Lab87.0232-1.833926.9997
CIE-Lab89.73402.877328.2252

#fbdeac color RGB value is (251,222,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011110 10101100
Octal 373 336 254
Decimal 251 222 172
Hex FB DE AC

RGB Percentages of Color #fbdeac

%38.91
%34.42
%26.67

CMYK Percentages of Color #fbdeac

%0
%12
%31
%2

Triadic Colors of #fbdeac

#fbdeac #acfbde #deacfb

Analogous Colors of #fbdeac

#fbdeac #f1fbac #fbb7ac

Monochromatic Colors of #fbdeac

#fbdeac

Complementary Color

#fbdeac #acc9fb

#fbdeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdeac Color CSS Codes

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

#fbdeac Text Font Color

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

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


#fbdeac Background Color

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

This div background color is #fbdeac


#fbdeac Border Color

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

This div border color is #fbdeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdeac

Related Colors


Comments

No comments written yet.

Please login to write comment.