Color Hex Logo

#fbeaac Color Hex

#FBEAAC
(251,234,172)
0 Favorites   0 Comments

Color spaces of #fbeaac

RGB 251234172
HSL0.130.910.83
HSV47°31°98°
CMYK 0.000.070.31   0.02
XYZ76.652982.333450.8816
Yxy82.33340.36520.3923
Hunter Lab90.7378-7.998930.2693
CIE-Lab92.7218-3.221032.2495

#fbeaac color RGB value is (251,234,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11101010 10101100
Octal 373 352 254
Decimal 251 234 172
Hex FB EA AC

RGB Percentages of Color #fbeaac

%38.20
%35.62
%26.18

CMYK Percentages of Color #fbeaac

%0
%7
%31
%2

Triadic Colors of #fbeaac

#fbeaac #acfbea #eaacfb

Analogous Colors of #fbeaac

#fbeaac #e5fbac #fbc3ac

Monochromatic Colors of #fbeaac

#fbeaac

Complementary Color

#fbeaac #acbdfb

#fbeaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbeaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbeaac Color CSS Codes

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

#fbeaac Text Font Color

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

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


#fbeaac Background Color

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

This div background color is #fbeaac


#fbeaac Border Color

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

This div border color is #fbeaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbeaac

Related Colors


Comments

No comments written yet.

Please login to write comment.