Color Hex Logo

#fafeae Color Hex

#FAFEAE
(250,254,174)
0 Favorites   0 Comments

Color spaces of #fafeae

RGB 250254174
HSL0.180.980.84
HSV63°31°100°
CMYK 0.020.000.31   0.00
XYZ82.506194.263653.8906
Yxy94.26360.35770.4087
Hunter Lab97.0894-18.218235.0530
CIE-Lab97.7381-13.286137.8973

#fafeae color RGB value is (250,254,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111110 10101110
Octal 372 376 256
Decimal 250 254 174
Hex FA FE AE

RGB Percentages of Color #fafeae

%36.87
%37.46
%25.66

CMYK Percentages of Color #fafeae

%2
%0
%31
%0

Triadic Colors of #fafeae

#fafeae #aefafe #feaefa

Analogous Colors of #fafeae

#fafeae #d2feae #fedaae

Monochromatic Colors of #fafeae

#fafeae

Complementary Color

#fafeae #b2aefe

#fafeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafeae Color CSS Codes

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

#fafeae Text Font Color

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

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


#fafeae Background Color

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

This div background color is #fafeae


#fafeae Border Color

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

This div border color is #fafeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafeae

Related Colors


Comments

No comments written yet.

Please login to write comment.