Color Hex Logo

#fcfca8 Color Hex

#FCFCA8
(252,252,168)
1 Favorites   0 Comments

Color spaces of #fcfca8

RGB 252252168
HSL0.170.930.82
HSV60°33°99°
CMYK 0.000.000.33   0.01
XYZ82.023293.143450.7012
Yxy93.14340.36310.4124
Hunter Lab96.5108-17.189336.4100
CIE-Lab97.2858-12.268840.3021

#fcfca8 color RGB value is (252,252,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111100 10101000
Octal 374 374 250
Decimal 252 252 168
Hex FC FC A8

RGB Percentages of Color #fcfca8

%37.50
%37.50
%25.00

CMYK Percentages of Color #fcfca8

%0
%0
%33
%1

Triadic Colors of #fcfca8

#fcfca8 #a8fcfc #fca8fc

Analogous Colors of #fcfca8

#fcfca8 #d2fca8 #fcd2a8

Monochromatic Colors of #fcfca8

#fcfca8

Complementary Color

#fcfca8 #a8a8fc

#fcfca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfca8 Color CSS Codes

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

#fcfca8 Text Font Color

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

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


#fcfca8 Background Color

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

This div background color is #fcfca8


#fcfca8 Border Color

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

This div border color is #fcfca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfca8

Related Colors

#fcfca8 Color Palettes


Comments

No comments written yet.

Please login to write comment.