Color Hex Logo

#fbfeb9 Color Hex

#FBFEB9
(251,254,185)
0 Favorites   0 Comments

Color spaces of #fbfeb9

RGB 251254185
HSL0.170.970.86
HSV63°27°100°
CMYK 0.010.000.27   0.00
XYZ83.982494.895659.7893
Yxy94.89560.35190.3976
Hunter Lab97.4144-16.587631.8001
CIE-Lab97.9917-11.551332.7611

#fbfeb9 color RGB value is (251,254,185).

#fbfeb9 hex color red value is 251, green value is 254 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #fbfeb9 hue: 0.17 , saturation: 0.97 and the lightness value of fbfeb9 is 0.86.

The process color (four color CMYK) of #fbfeb9 color hex is 0.01, 0.00, 0.27, 0.00. Web safe color of #fbfeb9 is #ffffcc. Color #fbfeb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111110 10111001
Octal 373 376 271
Decimal 251 254 185
Hex FB FE B9

RGB Percentages of Color #fbfeb9

%36.38
%36.81
%26.81

CMYK Percentages of Color #fbfeb9

%1
%0
%27
%0

Triadic Colors of #fbfeb9

#fbfeb9 #b9fbfe #feb9fb

Analogous Colors of #fbfeb9

#fbfeb9 #d9feb9 #fedfb9

Monochromatic Colors of #fbfeb9

#fbfeb9

Complementary Color

#fbfeb9 #bcb9fe

#fbfeb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfeb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfeb9 Color CSS Codes

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

#fbfeb9 Text Font Color

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

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


#fbfeb9 Background Color

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

This div background color is #fbfeb9


#fbfeb9 Border Color

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

This div border color is #fbfeb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfeb9

Related Colors


Comments

No comments written yet.

Please login to write comment.