Color Hex Logo

#fbfeaa Color Hex

#FBFEAA
(251,254,170)
0 Favorites   0 Comments

Color spaces of #fbfeaa

RGB 251254170
HSL0.170.980.83
HSV62°33°100°
CMYK 0.010.000.33   0.00
XYZ82.481294.295151.8838
Yxy94.29510.36070.4124
Hunter Lab97.1057-18.317736.2952
CIE-Lab97.7508-13.388739.9078

#fbfeaa color RGB value is (251,254,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 11111110 10101010
Octal 373 376 252
Decimal 251 254 170
Hex FB FE AA

RGB Percentages of Color #fbfeaa

%37.19
%37.63
%25.19

CMYK Percentages of Color #fbfeaa

%1
%0
%33
%0

Triadic Colors of #fbfeaa

#fbfeaa #aafbfe #feaafb

Analogous Colors of #fbfeaa

#fbfeaa #d1feaa #fed7aa

Monochromatic Colors of #fbfeaa

#fbfeaa

Complementary Color

#fbfeaa #adaafe

#fbfeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fbfeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fbfeaa Color CSS Codes

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

#fbfeaa Text Font Color

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

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


#fbfeaa Background Color

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

This div background color is #fbfeaa


#fbfeaa Border Color

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

This div border color is #fbfeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fbfeaa

Related Colors


Comments

No comments written yet.

Please login to write comment.