Color Hex Logo

#fbfdab Color Hex

#FBFDAB
(251,253,171)
0 Favorites   0 Comments

Color spaces of #fbfdab

RGB 251253171
HSL0.170.950.83
HSV61°32°99°
CMYK 0.010.000.32   0.01
XYZ82.259693.700152.2785
Yxy93.70010.36040.4105
Hunter Lab96.7988-17.708735.7382
CIE-Lab97.5110-12.782839.0993

#fbfdab color RGB value is (251,253,171).

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

The process color (four color CMYK) of #fbfdab color hex is 0.01, 0.00, 0.32, 0.01. Web safe color of #fbfdab is #ffff99. Color #fbfdab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111101 10101011
Octal 373 375 253
Decimal 251 253 171
Hex FB FD AB

RGB Percentages of Color #fbfdab

%37.19
%37.48
%25.33

CMYK Percentages of Color #fbfdab

%1
%0
%32
%1

Triadic Colors of #fbfdab

#fbfdab #abfbfd #fdabfb

Analogous Colors of #fbfdab

#fbfdab #d2fdab #fdd6ab

Monochromatic Colors of #fbfdab

#fbfdab

Complementary Color

#fbfdab #adabfd

#fbfdab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfdab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfdab Color CSS Codes

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

#fbfdab Text Font Color

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

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


#fbfdab Background Color

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

This div background color is #fbfdab


#fbfdab Border Color

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

This div border color is #fbfdab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfdab

Related Colors


Comments

No comments written yet.

Please login to write comment.