Color Hex Logo

#fcdcb0 Color Hex

#FCDCB0
(252,220,176)
0 Favorites   0 Comments

Color spaces of #fcdcb0

RGB 252220176
HSL0.100.930.84
HSV35°30°99°
CMYK 0.000.130.30   0.01
XYZ73.574675.016451.6761
Yxy75.01640.36740.3746
Hunter Lab86.61200.060025.2537
CIE-Lab89.40074.778925.7198

#fcdcb0 color RGB value is (252,220,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 10110000
Octal 374 334 260
Decimal 252 220 176
Hex FC DC B0

RGB Percentages of Color #fcdcb0

%38.89
%33.95
%27.16

CMYK Percentages of Color #fcdcb0

%0
%13
%30
%1

Triadic Colors of #fcdcb0

#fcdcb0 #b0fcdc #dcb0fc

Analogous Colors of #fcdcb0

#fcdcb0 #f6fcb0 #fcb6b0

Monochromatic Colors of #fcdcb0

#fcdcb0

Complementary Color

#fcdcb0 #b0d0fc

#fcdcb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdcb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdcb0 Color CSS Codes

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

#fcdcb0 Text Font Color

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

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


#fcdcb0 Background Color

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

This div background color is #fcdcb0


#fcdcb0 Border Color

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

This div border color is #fcdcb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdcb0

Related Colors


Comments

No comments written yet.

Please login to write comment.