Color Hex Logo

#fcfba7 Color Hex

#FCFBA7
(252,251,167)
0 Favorites   0 Comments

Color spaces of #fcfba7

RGB 252251167
HSL0.160.930.82
HSV59°34°99°
CMYK 0.000.000.34   0.01
XYZ81.617192.479850.1079
Yxy92.47980.36400.4125
Hunter Lab96.1664-16.797136.4232
CIE-Lab97.0161-11.893340.4442

#fcfba7 color RGB value is (252,251,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111011 10100111
Octal 374 373 247
Decimal 252 251 167
Hex FC FB A7

RGB Percentages of Color #fcfba7

%37.61
%37.46
%24.93

CMYK Percentages of Color #fcfba7

%0
%0
%34
%1

Triadic Colors of #fcfba7

#fcfba7 #a7fcfb #fba7fc

Analogous Colors of #fcfba7

#fcfba7 #d3fca7 #fcd1a7

Monochromatic Colors of #fcfba7

#fcfba7

Complementary Color

#fcfba7 #a7a8fc

#fcfba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfba7 Color CSS Codes

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

#fcfba7 Text Font Color

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

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


#fcfba7 Background Color

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

This div background color is #fcfba7


#fcfba7 Border Color

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

This div border color is #fcfba7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfba7

Related Colors


Comments

No comments written yet.

Please login to write comment.