Color Hex Logo

#fbd8ae Color Hex

#FBD8AE
(251,216,174)
0 Favorites   0 Comments

Color spaces of #fbd8ae

RGB 251216174
HSL0.090.910.83
HSV33°31°98°
CMYK 0.000.140.31   0.02
XYZ71.979572.677050.2787
Yxy72.67700.36920.3728
Hunter Lab85.25081.523324.7079
CIE-Lab88.29346.209525.2299

#fbd8ae color RGB value is (251,216,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11011000 10101110
Octal 373 330 256
Decimal 251 216 174
Hex FB D8 AE

RGB Percentages of Color #fbd8ae

%39.16
%33.70
%27.15

CMYK Percentages of Color #fbd8ae

%0
%14
%31
%2

Triadic Colors of #fbd8ae

#fbd8ae #aefbd8 #d8aefb

Analogous Colors of #fbd8ae

#fbd8ae #f8fbae #fbb2ae

Monochromatic Colors of #fbd8ae

#fbd8ae

Complementary Color

#fbd8ae #aed1fb

#fbd8ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbd8ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbd8ae Color CSS Codes

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

#fbd8ae Text Font Color

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

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


#fbd8ae Background Color

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

This div background color is #fbd8ae


#fbd8ae Border Color

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

This div border color is #fbd8ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbd8ae

Related Colors


Comments

No comments written yet.

Please login to write comment.