Color Hex Logo

#fafcae Color Hex

#FAFCAE
(250,252,174)
0 Favorites   0 Comments

Color spaces of #fafcae

RGB 250252174
HSL0.170.930.84
HSV62°31°99°
CMYK 0.010.000.31   0.01
XYZ81.874793.000853.6801
Yxy93.00080.35820.4069
Hunter Lab96.4369-17.218634.5030
CIE-Lab97.2279-12.306937.2240

#fafcae color RGB value is (250,252,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 11111100 10101110
Octal 372 374 256
Decimal 250 252 174
Hex FA FC AE

RGB Percentages of Color #fafcae

%36.98
%37.28
%25.74

CMYK Percentages of Color #fafcae

%1
%0
%31
%1

Triadic Colors of #fafcae

#fafcae #aefafc #fcaefa

Analogous Colors of #fafcae

#fafcae #d3fcae #fcd7ae

Monochromatic Colors of #fafcae

#fafcae

Complementary Color

#fafcae #b0aefc

#fafcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fafcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fafcae Color CSS Codes

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

#fafcae Text Font Color

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

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


#fafcae Background Color

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

This div background color is #fafcae


#fafcae Border Color

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

This div border color is #fafcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fafcae

Related Colors


Comments

No comments written yet.

Please login to write comment.