Color Hex Logo

#fbe1ac Color Hex

#FBE1AC
(251,225,172)
0 Favorites   0 Comments

Color spaces of #fbe1ac

RGB 251225172
HSL0.110.910.83
HSV40°31°98°
CMYK 0.000.100.31   0.02
XYZ74.155377.338250.0491
Yxy77.33820.36790.3837
Hunter Lab87.9421-3.382527.8167
CIE-Lab90.47701.344029.2304

#fbe1ac color RGB value is (251,225,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11100001 10101100
Octal 373 341 254
Decimal 251 225 172
Hex FB E1 AC

RGB Percentages of Color #fbe1ac

%38.73
%34.72
%26.54

CMYK Percentages of Color #fbe1ac

%0
%10
%31
%2

Triadic Colors of #fbe1ac

#fbe1ac #acfbe1 #e1acfb

Analogous Colors of #fbe1ac

#fbe1ac #eefbac #fbbaac

Monochromatic Colors of #fbe1ac

#fbe1ac

Complementary Color

#fbe1ac #acc6fb

#fbe1ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbe1ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbe1ac Color CSS Codes

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

#fbe1ac Text Font Color

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

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


#fbe1ac Background Color

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

This div background color is #fbe1ac


#fbe1ac Border Color

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

This div border color is #fbe1ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbe1ac


Comments

No comments written yet.

Please login to write comment.