Color Hex Logo

#fcd186 Color Hex

#FCD186
(252,209,134)
0 Favorites   0 Comments

Color spaces of #fcd186

RGB 252209134
HSL0.110.950.76
HSV38°47°99°
CMYK 0.000.170.47   0.01
XYZ67.248468.017632.1386
Yxy68.01760.40170.4063
Hunter Lab82.47281.221734.6264
CIE-Lab86.01525.816942.7247

#fcd186 color RGB value is (252,209,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010001 10000110
Octal 374 321 206
Decimal 252 209 134
Hex FC D1 86

RGB Percentages of Color #fcd186

%42.35
%35.13
%22.52

CMYK Percentages of Color #fcd186

%0
%17
%47
%1

Triadic Colors of #fcd186

#fcd186 #86fcd1 #d186fc

Analogous Colors of #fcd186

#fcd186 #ecfc86 #fc9686

Monochromatic Colors of #fcd186

#fcd186

Complementary Color

#fcd186 #86b1fc

#fcd186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd186 Color CSS Codes

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

#fcd186 Text Font Color

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

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


#fcd186 Background Color

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

This div background color is #fcd186


#fcd186 Border Color

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

This div border color is #fcd186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd186

Related Colors

#fcd186 Color Palettes


Comments

No comments written yet.

Please login to write comment.