Color Hex Logo

#fbf7ab Color Hex

#FBF7AB
(251,247,171)
0 Favorites   0 Comments

Color spaces of #fbf7ab

RGB 251247171
HSL0.160.910.83
HSV57°32°98°
CMYK 0.000.020.32   0.02
XYZ80.395189.971051.6569
Yxy89.97100.36210.4052
Hunter Lab94.8530-14.700634.1078
CIE-Lab95.9847-9.831637.0910

#fbf7ab color RGB value is (251,247,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11110111 10101011
Octal 373 367 253
Decimal 251 247 171
Hex FB F7 AB

RGB Percentages of Color #fbf7ab

%37.52
%36.92
%25.56

CMYK Percentages of Color #fbf7ab

%0
%2
%32
%2

Triadic Colors of #fbf7ab

#fbf7ab #abfbf7 #f7abfb

Analogous Colors of #fbf7ab

#fbf7ab #d7fbab #fbcfab

Monochromatic Colors of #fbf7ab

#fbf7ab

Complementary Color

#fbf7ab #abaffb

#fbf7ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbf7ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbf7ab Color CSS Codes

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

#fbf7ab Text Font Color

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

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


#fbf7ab Background Color

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

This div background color is #fbf7ab


#fbf7ab Border Color

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

This div border color is #fbf7ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbf7ab


Comments

No comments written yet.

Please login to write comment.