Color Hex Logo

#fcdc8b Color Hex

#FCDC8B
(252,220,139)
0 Favorites   0 Comments

Color spaces of #fcdc8b

RGB 252220139
HSL0.120.950.77
HSV43°45°99°
CMYK 0.000.130.45   0.01
XYZ70.398373.745934.9501
Yxy73.74590.39310.4118
Hunter Lab85.8754-3.952735.9826
CIE-Lab88.80230.654343.7549

#fcdc8b color RGB value is (252,220,139).

#fcdc8b hex color red value is 252, green value is 220 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #fcdc8b hue: 0.12 , saturation: 0.95 and the lightness value of fcdc8b is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11011100 10001011
Octal 374 334 213
Decimal 252 220 139
Hex FC DC 8B

RGB Percentages of Color #fcdc8b

%41.24
%36.01
%22.75

CMYK Percentages of Color #fcdc8b

%0
%13
%45
%1

Triadic Colors of #fcdc8b

#fcdc8b #8bfcdc #dc8bfc

Analogous Colors of #fcdc8b

#fcdc8b #e4fc8b #fca48b

Monochromatic Colors of #fcdc8b

#fcdc8b

Complementary Color

#fcdc8b #8babfc

#fcdc8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcdc8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcdc8b Color CSS Codes

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

#fcdc8b Text Font Color

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

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


#fcdc8b Background Color

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

This div background color is #fcdc8b


#fcdc8b Border Color

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

This div border color is #fcdc8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcdc8b

#fcdc8b Color Palettes


Comments

No comments written yet.

Please login to write comment.