Color Hex Logo

#fdfcab Color Hex

#FDFCAB
(253,252,171)
0 Favorites   0 Comments

Color spaces of #fdfcab

RGB 253252171
HSL0.160.950.83
HSV59°32°99°
CMYK 0.000.000.32   0.01
XYZ82.669193.443752.2074
Yxy93.44370.36210.4093
Hunter Lab96.6663-16.512635.6451
CIE-Lab97.4074-11.546738.9917

#fdfcab color RGB value is (253,252,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111100 10101011
Octal 375 374 253
Decimal 253 252 171
Hex FD FC AB

RGB Percentages of Color #fdfcab

%37.43
%37.28
%25.30

CMYK Percentages of Color #fdfcab

%0
%0
%32
%1

Triadic Colors of #fdfcab

#fdfcab #abfdfc #fcabfd

Analogous Colors of #fdfcab

#fdfcab #d5fdab #fdd3ab

Monochromatic Colors of #fdfcab

#fdfcab

Complementary Color

#fdfcab #abacfd

#fdfcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfcab Color CSS Codes

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

#fdfcab Text Font Color

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

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


#fdfcab Background Color

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

This div background color is #fdfcab


#fdfcab Border Color

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

This div border color is #fdfcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfcab


Comments

No comments written yet.

Please login to write comment.