Color Hex Logo

#fcd18a Color Hex

#FCD18A
(252,209,138)
0 Favorites   0 Comments

Color spaces of #fcd18a

RGB 252209138
HSL0.100.950.76
HSV37°45°99°
CMYK 0.000.170.45   0.01
XYZ67.532868.131433.6361
Yxy68.13140.39890.4024
Hunter Lab82.54171.594533.6183
CIE-Lab86.07216.199040.7858

#fcd18a color RGB value is (252,209,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010001 10001010
Octal 374 321 212
Decimal 252 209 138
Hex FC D1 8A

RGB Percentages of Color #fcd18a

%42.07
%34.89
%23.04

CMYK Percentages of Color #fcd18a

%0
%17
%45
%1

Triadic Colors of #fcd18a

#fcd18a #8afcd1 #d18afc

Analogous Colors of #fcd18a

#fcd18a #eefc8a #fc988a

Monochromatic Colors of #fcd18a

#fcd18a

Complementary Color

#fcd18a #8ab5fc

#fcd18a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd18a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd18a Color CSS Codes

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

#fcd18a Text Font Color

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

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


#fcd18a Background Color

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

This div background color is #fcd18a


#fcd18a Border Color

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

This div border color is #fcd18a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd18a


Comments

No comments written yet.

Please login to write comment.