Color Hex Logo

#fdfcb9 Color Hex

#FDFCB9
(253,252,185)
0 Favorites   0 Comments

Color spaces of #fdfcb9

RGB 253252185
HSL0.160.940.86
HSV59°27°99°
CMYK 0.000.000.27   0.01
XYZ84.075494.006259.6127
Yxy94.00620.35370.3955
Hunter Lab96.9568-14.889431.4160
CIE-Lab97.6345-9.834532.3066

#fdfcb9 color RGB value is (253,252,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111100 10111001
Octal 375 374 271
Decimal 253 252 185
Hex FD FC B9

RGB Percentages of Color #fdfcb9

%36.67
%36.52
%26.81

CMYK Percentages of Color #fdfcb9

%0
%0
%27
%1

Triadic Colors of #fdfcb9

#fdfcb9 #b9fdfc #fcb9fd

Analogous Colors of #fdfcb9

#fdfcb9 #dcfdb9 #fddab9

Monochromatic Colors of #fdfcb9

#fdfcb9

Complementary Color

#fdfcb9 #b9bafd

#fdfcb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfcb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfcb9 Color CSS Codes

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

#fdfcb9 Text Font Color

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

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


#fdfcb9 Background Color

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

This div background color is #fdfcb9


#fdfcb9 Border Color

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

This div border color is #fdfcb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfcb9

Related Colors


Comments

No comments written yet.

Please login to write comment.