Color Hex Logo

#fcfcba Color Hex

#FCFCBA
(252,252,186)
0 Favorites   0 Comments

Color spaces of #fcfcba

RGB 252252186
HSL0.170.920.86
HSV60°26°99°
CMYK 0.000.000.26   0.01
XYZ83.818293.861460.1537
Yxy93.86140.35240.3947
Hunter Lab96.8821-15.113231.0045
CIE-Lab97.5761-10.072831.7125

#fcfcba color RGB value is (252,252,186).

#fcfcba hex color red value is 252, green value is 252 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fcfcba hue: 0.17 , saturation: 0.92 and the lightness value of fcfcba is 0.86.

The process color (four color CMYK) of #fcfcba color hex is 0.00, 0.00, 0.26, 0.01. Web safe color of #fcfcba is #ffffcc. Color #fcfcba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111100 10111010
Octal 374 374 272
Decimal 252 252 186
Hex FC FC BA

RGB Percentages of Color #fcfcba

%36.52
%36.52
%26.96

CMYK Percentages of Color #fcfcba

%0
%0
%26
%1

Triadic Colors of #fcfcba

#fcfcba #bafcfc #fcbafc

Analogous Colors of #fcfcba

#fcfcba #dbfcba #fcdbba

Monochromatic Colors of #fcfcba

#fcfcba

Complementary Color

#fcfcba #babafc

#fcfcba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcfcba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcfcba Color CSS Codes

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

#fcfcba Text Font Color

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

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


#fcfcba Background Color

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

This div background color is #fcfcba


#fcfcba Border Color

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

This div border color is #fcfcba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcfcba

#fcfcba Color Palettes


Comments

No comments written yet.

Please login to write comment.