Color Hex Logo

#fcf8ba Color Hex

#FCF8BA
(252,248,186)
0 Favorites   0 Comments

Color spaces of #fcf8ba

RGB 252248186
HSL0.160.920.86
HSV56°26°99°
CMYK 0.000.020.26   0.01
XYZ82.575291.375459.7394
Yxy91.37540.35340.3910
Hunter Lab95.5905-13.087329.8600
CIE-Lab96.5644-8.094030.3458

#fcf8ba color RGB value is (252,248,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111000 10111010
Octal 374 370 272
Decimal 252 248 186
Hex FC F8 BA

RGB Percentages of Color #fcf8ba

%36.73
%36.15
%27.11

CMYK Percentages of Color #fcf8ba

%0
%2
%26
%1

Triadic Colors of #fcf8ba

#fcf8ba #bafcf8 #f8bafc

Analogous Colors of #fcf8ba

#fcf8ba #dffcba #fcd7ba

Monochromatic Colors of #fcf8ba

#fcf8ba

Complementary Color

#fcf8ba #babefc

#fcf8ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf8ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf8ba Color CSS Codes

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

#fcf8ba Text Font Color

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

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


#fcf8ba Background Color

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

This div background color is #fcf8ba


#fcf8ba Border Color

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

This div border color is #fcf8ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf8ba

Related Colors


Comments

No comments written yet.

Please login to write comment.