Color Hex Logo

#fcfca3 Color Hex

#FCFCA3
(252,252,163)
0 Favorites   0 Comments

Color spaces of #fcfca3

RGB 252252163
HSL0.170.940.81
HSV60°35°99°
CMYK 0.000.000.35   0.01
XYZ81.566192.960648.2945
Yxy92.96060.36610.4172
Hunter Lab96.4161-17.720737.7931
CIE-Lab97.2116-12.835042.6669

#fcfca3 color RGB value is (252,252,163).

#fcfca3 hex color red value is 252, green value is 252 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #fcfca3 hue: 0.17 , saturation: 0.94 and the lightness value of fcfca3 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111100 10100011
Octal 374 374 243
Decimal 252 252 163
Hex FC FC A3

RGB Percentages of Color #fcfca3

%37.78
%37.78
%24.44

CMYK Percentages of Color #fcfca3

%0
%0
%35
%1

Triadic Colors of #fcfca3

#fcfca3 #a3fcfc #fca3fc

Analogous Colors of #fcfca3

#fcfca3 #d0fca3 #fcd0a3

Monochromatic Colors of #fcfca3

#fcfca3

Complementary Color

#fcfca3 #a3a3fc

#fcfca3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfca3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfca3 Color CSS Codes

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

#fcfca3 Text Font Color

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

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


#fcfca3 Background Color

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

This div background color is #fcfca3


#fcfca3 Border Color

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

This div border color is #fcfca3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfca3

Related Colors


Comments

No comments written yet.

Please login to write comment.