Color Hex Logo

#fcdcb1 Color Hex

#FCDCB1
(252,220,177)
0 Favorites   0 Comments

Color spaces of #fcdcb1

RGB 252220177
HSL0.100.930.84
HSV34°30°99°
CMYK 0.000.130.30   0.01
XYZ73.673975.056252.1992
Yxy75.05620.36670.3735
Hunter Lab86.63500.184224.9212
CIE-Lab89.41934.905025.2273

#fcdcb1 color RGB value is (252,220,177).

#fcdcb1 hex color red value is 252, green value is 220 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #fcdcb1 hue: 0.10 , saturation: 0.93 and the lightness value of fcdcb1 is 0.84.

The process color (four color CMYK) of #fcdcb1 color hex is 0.00, 0.13, 0.30, 0.01. Web safe color of #fcdcb1 is #ffcc99. Color #fcdcb1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 10110001
Octal 374 334 261
Decimal 252 220 177
Hex FC DC B1

RGB Percentages of Color #fcdcb1

%38.83
%33.90
%27.27

CMYK Percentages of Color #fcdcb1

%0
%13
%30
%1

Triadic Colors of #fcdcb1

#fcdcb1 #b1fcdc #dcb1fc

Analogous Colors of #fcdcb1

#fcdcb1 #f7fcb1 #fcb7b1

Monochromatic Colors of #fcdcb1

#fcdcb1

Complementary Color

#fcdcb1 #b1d1fc

#fcdcb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdcb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdcb1 Color CSS Codes

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

#fcdcb1 Text Font Color

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

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


#fcdcb1 Background Color

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

This div background color is #fcdcb1


#fcdcb1 Border Color

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

This div border color is #fcdcb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdcb1


Comments

No comments written yet.

Please login to write comment.