Color Hex Logo

#fbe0ac Color Hex

#FBE0AC
(251,224,172)
0 Favorites   0 Comments

Color spaces of #fbe0ac

RGB 251224172
HSL0.110.910.83
HSV39°31°98°
CMYK 0.000.110.31   0.02
XYZ73.885776.799149.9592
Yxy76.79910.36820.3828
Hunter Lab87.6351-2.866927.5444
CIE-Lab90.22911.854428.8953

#fbe0ac color RGB value is (251,224,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100000 10101100
Octal 373 340 254
Decimal 251 224 172
Hex FB E0 AC

RGB Percentages of Color #fbe0ac

%38.79
%34.62
%26.58

CMYK Percentages of Color #fbe0ac

%0
%11
%31
%2

Triadic Colors of #fbe0ac

#fbe0ac #acfbe0 #e0acfb

Analogous Colors of #fbe0ac

#fbe0ac #effbac #fbb9ac

Monochromatic Colors of #fbe0ac

#fbe0ac

Complementary Color

#fbe0ac #acc7fb

#fbe0ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe0ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe0ac Color CSS Codes

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

#fbe0ac Text Font Color

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

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


#fbe0ac Background Color

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

This div background color is #fbe0ac


#fbe0ac Border Color

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

This div border color is #fbe0ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe0ac

Related Colors


Comments

No comments written yet.

Please login to write comment.