Color Hex Logo

#fcfba3 Color Hex

#FCFBA3
(252,251,163)
0 Favorites   0 Comments

Color spaces of #fcfba3

RGB 252251163
HSL0.160.940.81
HSV59°35°99°
CMYK 0.000.000.35   0.01
XYZ81.252992.334248.1901
Yxy92.33420.36640.4163
Hunter Lab96.0907-17.221737.5292
CIE-Lab96.9567-12.345542.3375

#fcfba3 color RGB value is (252,251,163).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 10100011
Octal 374 373 243
Decimal 252 251 163
Hex FC FB A3

RGB Percentages of Color #fcfba3

%37.84
%37.69
%24.47

CMYK Percentages of Color #fcfba3

%0
%0
%35
%1

Triadic Colors of #fcfba3

#fcfba3 #a3fcfb #fba3fc

Analogous Colors of #fcfba3

#fcfba3 #d1fca3 #fccfa3

Monochromatic Colors of #fcfba3

#fcfba3

Complementary Color

#fcfba3 #a3a4fc

#fcfba3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfba3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfba3 Color CSS Codes

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

#fcfba3 Text Font Color

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

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


#fcfba3 Background Color

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

This div background color is #fcfba3


#fcfba3 Border Color

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

This div border color is #fcfba3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfba3


Comments

No comments written yet.

Please login to write comment.