Color Hex Logo

#fcf9ab Color Hex

#FCF9AB
(252,249,171)
0 Favorites   0 Comments

Color spaces of #fcf9ab

RGB 252249171
HSL0.160.930.83
HSV58°32°99°
CMYK 0.000.010.32   0.01
XYZ81.371391.387151.8788
Yxy91.38710.36220.4068
Hunter Lab95.5966-15.355834.7419
CIE-Lab96.5692-10.444637.8756

#fcf9ab color RGB value is (252,249,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11111001 10101011
Octal 374 371 253
Decimal 252 249 171
Hex FC F9 AB

RGB Percentages of Color #fcf9ab

%37.50
%37.05
%25.45

CMYK Percentages of Color #fcf9ab

%0
%1
%32
%1

Triadic Colors of #fcf9ab

#fcf9ab #abfcf9 #f9abfc

Analogous Colors of #fcf9ab

#fcf9ab #d7fcab #fcd1ab

Monochromatic Colors of #fcf9ab

#fcf9ab

Complementary Color

#fcf9ab #abaefc

#fcf9ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcf9ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcf9ab Color CSS Codes

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

#fcf9ab Text Font Color

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

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


#fcf9ab Background Color

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

This div background color is #fcf9ab


#fcf9ab Border Color

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

This div border color is #fcf9ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcf9ab


Comments

No comments written yet.

Please login to write comment.