Color Hex Logo

#fbdcae Color Hex

#FBDCAE
(251,220,174)
0 Favorites   0 Comments

Color spaces of #fbdcae

RGB 251220174
HSL0.100.910.83
HSV36°31°98°
CMYK 0.000.120.31   0.02
XYZ73.016874.751650.6245
Yxy74.75160.36800.3768
Hunter Lab86.4590-0.555525.8051
CIE-Lab89.27654.150926.5712

#fbdcae color RGB value is (251,220,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011100 10101110
Octal 373 334 256
Decimal 251 220 174
Hex FB DC AE

RGB Percentages of Color #fbdcae

%38.91
%34.11
%26.98

CMYK Percentages of Color #fbdcae

%0
%12
%31
%2

Triadic Colors of #fbdcae

#fbdcae #aefbdc #dcaefb

Analogous Colors of #fbdcae

#fbdcae #f4fbae #fbb6ae

Monochromatic Colors of #fbdcae

#fbdcae

Complementary Color

#fbdcae #aecdfb

#fbdcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdcae Color CSS Codes

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

#fbdcae Text Font Color

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

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


#fbdcae Background Color

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

This div background color is #fbdcae


#fbdcae Border Color

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

This div border color is #fbdcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdcae

Related Colors


Comments

No comments written yet.

Please login to write comment.