Color Hex Logo

#fafeaf Color Hex

#FAFEAF
(250,254,175)
0 Favorites   0 Comments

Color spaces of #fafeaf

RGB 250254175
HSL0.180.980.84
HSV63°31°100°
CMYK 0.020.000.31   0.00
XYZ82.604094.302854.4060
Yxy94.30280.35710.4077
Hunter Lab97.1096-18.105134.7593
CIE-Lab97.7539-13.165537.4218

#fafeaf color RGB value is (250,254,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111110 10101111
Octal 372 376 257
Decimal 250 254 175
Hex FA FE AF

RGB Percentages of Color #fafeaf

%36.82
%37.41
%25.77

CMYK Percentages of Color #fafeaf

%2
%0
%31
%0

Triadic Colors of #fafeaf

#fafeaf #affafe #feaffa

Analogous Colors of #fafeaf

#fafeaf #d3feaf #fedbaf

Monochromatic Colors of #fafeaf

#fafeaf

Complementary Color

#fafeaf #b3affe

#fafeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafeaf Color CSS Codes

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

#fafeaf Text Font Color

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

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


#fafeaf Background Color

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

This div background color is #fafeaf


#fafeaf Border Color

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

This div border color is #fafeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafeaf

Related Colors


Comments

No comments written yet.

Please login to write comment.