Color Hex Logo

#fbeaad Color Hex

#FBEAAD
(251,234,173)
0 Favorites   0 Comments

Color spaces of #fbeaad

RGB 251234173
HSL0.130.910.83
HSV47°31°98°
CMYK 0.000.070.31   0.02
XYZ76.749382.372051.3894
Yxy82.37200.36460.3913
Hunter Lab90.7590-7.881929.9602
CIE-Lab92.7388-3.099231.7642

#fbeaad color RGB value is (251,234,173).

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

The process color (four color CMYK) of #fbeaad color hex is 0.00, 0.07, 0.31, 0.02. Web safe color of #fbeaad is #ffff99. Color #fbeaad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 10101101
Octal 373 352 255
Decimal 251 234 173
Hex FB EA AD

RGB Percentages of Color #fbeaad

%38.15
%35.56
%26.29

CMYK Percentages of Color #fbeaad

%0
%7
%31
%2

Triadic Colors of #fbeaad

#fbeaad #adfbea #eaadfb

Analogous Colors of #fbeaad

#fbeaad #e5fbad #fbc3ad

Monochromatic Colors of #fbeaad

#fbeaad

Complementary Color

#fbeaad #adbefb

#fbeaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeaad Color CSS Codes

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

#fbeaad Text Font Color

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

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


#fbeaad Background Color

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

This div background color is #fbeaad


#fbeaad Border Color

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

This div border color is #fbeaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeaad

Related Colors


Comments

No comments written yet.

Please login to write comment.