Color Hex Logo

#fcfcae Color Hex

#FCFCAE
(252,252,174)
0 Favorites   0 Comments

Color spaces of #fcfcae

RGB 252252174
HSL0.170.930.84
HSV60°31°99°
CMYK 0.000.000.31   0.01
XYZ82.595393.372253.7138
Yxy93.37220.35960.4065
Hunter Lab96.6293-16.525834.6827
CIE-Lab97.3785-11.564137.4504

#fcfcae color RGB value is (252,252,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111100 10101110
Octal 374 374 256
Decimal 252 252 174
Hex FC FC AE

RGB Percentages of Color #fcfcae

%37.17
%37.17
%25.66

CMYK Percentages of Color #fcfcae

%0
%0
%31
%1

Triadic Colors of #fcfcae

#fcfcae #aefcfc #fcaefc

Analogous Colors of #fcfcae

#fcfcae #d5fcae #fcd5ae

Monochromatic Colors of #fcfcae

#fcfcae

Complementary Color

#fcfcae #aeaefc

#fcfcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfcae Color CSS Codes

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

#fcfcae Text Font Color

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

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


#fcfcae Background Color

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

This div background color is #fcfcae


#fcfcae Border Color

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

This div border color is #fcfcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfcae

Related Colors


Comments

No comments written yet.

Please login to write comment.