Color Hex Logo

#fcd18d Color Hex

#FCD18D
(252,209,141)
0 Favorites   0 Comments

Color spaces of #fcd18d

RGB 252209141
HSL0.100.950.77
HSV37°44°99°
CMYK 0.000.170.44   0.01
XYZ67.753168.219534.7960
Yxy68.21950.39680.3995
Hunter Lab82.59511.882932.8386
CIE-Lab86.11616.494039.3251

#fcd18d color RGB value is (252,209,141).

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

The process color (four color CMYK) of #fcd18d color hex is 0.00, 0.17, 0.44, 0.01. Web safe color of #fcd18d is #ffcc99. Color #fcd18d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010001 10001101
Octal 374 321 215
Decimal 252 209 141
Hex FC D1 8D

RGB Percentages of Color #fcd18d

%41.86
%34.72
%23.42

CMYK Percentages of Color #fcd18d

%0
%17
%44
%1

Triadic Colors of #fcd18d

#fcd18d #8dfcd1 #d18dfc

Analogous Colors of #fcd18d

#fcd18d #f0fc8d #fc9a8d

Monochromatic Colors of #fcd18d

#fcd18d

Complementary Color

#fcd18d #8db8fc

#fcd18d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd18d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd18d Color CSS Codes

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

#fcd18d Text Font Color

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

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


#fcd18d Background Color

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

This div background color is #fcd18d


#fcd18d Border Color

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

This div border color is #fcd18d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd18d


Comments

No comments written yet.

Please login to write comment.