Color Hex Logo

#fbdbae Color Hex

#FBDBAE
(251,219,174)
0 Favorites   0 Comments

Color spaces of #fbdbae

RGB 251219174
HSL0.100.910.83
HSV35°31°98°
CMYK 0.000.130.31   0.02
XYZ72.755274.228350.5373
Yxy74.22830.36830.3758
Hunter Lab86.1558-0.036625.5308
CIE-Lab89.03034.664826.2357

#fbdbae color RGB value is (251,219,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011011 10101110
Octal 373 333 256
Decimal 251 219 174
Hex FB DB AE

RGB Percentages of Color #fbdbae

%38.98
%34.01
%27.02

CMYK Percentages of Color #fbdbae

%0
%13
%31
%2

Triadic Colors of #fbdbae

#fbdbae #aefbdb #dbaefb

Analogous Colors of #fbdbae

#fbdbae #f5fbae #fbb5ae

Monochromatic Colors of #fbdbae

#fbdbae

Complementary Color

#fbdbae #aecefb

#fbdbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbdbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbdbae Color CSS Codes

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

#fbdbae Text Font Color

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

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


#fbdbae Background Color

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

This div background color is #fbdbae


#fbdbae Border Color

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

This div border color is #fbdbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbdbae


Comments

No comments written yet.

Please login to write comment.