Color Hex Logo

#fbddae Color Hex

#FBDDAE
(251,221,174)
0 Favorites   0 Comments

Color spaces of #fbddae

RGB 251221174
HSL0.100.910.83
HSV37°31°98°
CMYK 0.000.120.31   0.02
XYZ73.280175.278150.7123
Yxy75.27810.36770.3778
Hunter Lab86.7630-1.073826.0795
CIE-Lab89.52313.637826.9069

#fbddae color RGB value is (251,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011101 10101110
Octal 373 335 256
Decimal 251 221 174
Hex FB DD AE

RGB Percentages of Color #fbddae

%38.85
%34.21
%26.93

CMYK Percentages of Color #fbddae

%0
%12
%31
%2

Triadic Colors of #fbddae

#fbddae #aefbdd #ddaefb

Analogous Colors of #fbddae

#fbddae #f3fbae #fbb7ae

Monochromatic Colors of #fbddae

#fbddae

Complementary Color

#fbddae #aeccfb

#fbddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbddae Color CSS Codes

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

#fbddae Text Font Color

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

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


#fbddae Background Color

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

This div background color is #fbddae


#fbddae Border Color

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

This div border color is #fbddae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbddae

Related Colors


Comments

No comments written yet.

Please login to write comment.