Color Hex Logo

#fcf8bd Color Hex

#FCF8BD
(252,248,189)
0 Favorites   0 Comments

Color spaces of #fcf8bd

RGB 252248189
HSL0.160.910.86
HSV56°25°99°
CMYK 0.000.020.25   0.01
XYZ82.897691.504461.4371
Yxy91.50440.35150.3880
Hunter Lab95.6579-12.712528.8811
CIE-Lab96.6174-7.702128.9006

#fcf8bd color RGB value is (252,248,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111000 10111101
Octal 374 370 275
Decimal 252 248 189
Hex FC F8 BD

RGB Percentages of Color #fcf8bd

%36.57
%35.99
%27.43

CMYK Percentages of Color #fcf8bd

%0
%2
%25
%1

Triadic Colors of #fcf8bd

#fcf8bd #bdfcf8 #f8bdfc

Analogous Colors of #fcf8bd

#fcf8bd #e1fcbd #fcd9bd

Monochromatic Colors of #fcf8bd

#fcf8bd

Complementary Color

#fcf8bd #bdc1fc

#fcf8bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf8bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf8bd Color CSS Codes

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

#fcf8bd Text Font Color

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

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


#fcf8bd Background Color

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

This div background color is #fcf8bd


#fcf8bd Border Color

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

This div border color is #fcf8bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf8bd


Comments

No comments written yet.

Please login to write comment.