Color Hex Logo

#fbf5ac Color Hex

#FBF5AC
(251,245,172)
0 Favorites   0 Comments

Color spaces of #fbf5ac

RGB 251245172
HSL0.150.910.83
HSV55°31°98°
CMYK 0.000.020.31   0.02
XYZ79.882588.792651.9582
Yxy88.79260.36210.4024
Hunter Lab94.2298-13.580433.2685
CIE-Lab95.4937-8.722135.9416

#fbf5ac color RGB value is (251,245,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110101 10101100
Octal 373 365 254
Decimal 251 245 172
Hex FB F5 AC

RGB Percentages of Color #fbf5ac

%37.57
%36.68
%25.75

CMYK Percentages of Color #fbf5ac

%0
%2
%31
%2

Triadic Colors of #fbf5ac

#fbf5ac #acfbf5 #f5acfb

Analogous Colors of #fbf5ac

#fbf5ac #dafbac #fbceac

Monochromatic Colors of #fbf5ac

#fbf5ac

Complementary Color

#fbf5ac #acb2fb

#fbf5ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf5ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf5ac Color CSS Codes

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

#fbf5ac Text Font Color

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

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


#fbf5ac Background Color

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

This div background color is #fbf5ac


#fbf5ac Border Color

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

This div border color is #fbf5ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf5ac

Related Colors


Comments

No comments written yet.

Please login to write comment.