Color Hex Logo

#fafeaa Color Hex

#FAFEAA
(250,254,170)
0 Favorites   0 Comments

Color spaces of #fafeaa

RGB 250254170
HSL0.170.980.83
HSV63°33°100°
CMYK 0.020.000.33   0.00
XYZ82.121994.109951.8670
Yxy94.10990.36000.4126
Hunter Lab97.0103-18.662736.2075
CIE-Lab97.6763-13.761039.7962

#fafeaa color RGB value is (250,254,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111110 10101010
Octal 372 376 252
Decimal 250 254 170
Hex FA FE AA

RGB Percentages of Color #fafeaa

%37.09
%37.69
%25.22

CMYK Percentages of Color #fafeaa

%2
%0
%33
%0

Triadic Colors of #fafeaa

#fafeaa #aafafe #feaafa

Analogous Colors of #fafeaa

#fafeaa #d0feaa #fed8aa

Monochromatic Colors of #fafeaa

#fafeaa

Complementary Color

#fafeaa #aeaafe

#fafeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafeaa Color CSS Codes

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

#fafeaa Text Font Color

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

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


#fafeaa Background Color

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

This div background color is #fafeaa


#fafeaa Border Color

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

This div border color is #fafeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafeaa


Comments

No comments written yet.

Please login to write comment.