Color Hex Logo

#fcfba4 Color Hex

#FCFBA4
(252,251,164)
0 Favorites   0 Comments

Color spaces of #fcfba4

RGB 252251164
HSL0.160.940.82
HSV59°35°99°
CMYK 0.000.000.35   0.01
XYZ81.342992.370148.6640
Yxy92.37010.36580.4154
Hunter Lab96.1094-17.116537.2557
CIE-Lab96.9714-12.233441.8647

#fcfba4 color RGB value is (252,251,164).

#fcfba4 hex color red value is 252, green value is 251 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #fcfba4 hue: 0.16 , saturation: 0.94 and the lightness value of fcfba4 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 10100100
Octal 374 373 244
Decimal 252 251 164
Hex FC FB A4

RGB Percentages of Color #fcfba4

%37.78
%37.63
%24.59

CMYK Percentages of Color #fcfba4

%0
%0
%35
%1

Triadic Colors of #fcfba4

#fcfba4 #a4fcfb #fba4fc

Analogous Colors of #fcfba4

#fcfba4 #d1fca4 #fccfa4

Monochromatic Colors of #fcfba4

#fcfba4

Complementary Color

#fcfba4 #a4a5fc

#fcfba4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfba4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfba4 Color CSS Codes

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

#fcfba4 Text Font Color

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

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


#fcfba4 Background Color

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

This div background color is #fcfba4


#fcfba4 Border Color

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

This div border color is #fcfba4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfba4

Related Colors

#fcfba4 Color Palettes


Comments

No comments written yet.

Please login to write comment.