Color Hex Logo

#fcd586 Color Hex

#FCD586
(252,213,134)
0 Favorites   0 Comments

Color spaces of #fcd586

RGB 252213134
HSL0.110.950.76
HSV40°47°99°
CMYK 0.000.150.47   0.01
XYZ68.242270.005232.4699
Yxy70.00520.39970.4101
Hunter Lab83.6691-0.832835.5594
CIE-Lab86.99943.758843.9656

#fcd586 color RGB value is (252,213,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010101 10000110
Octal 374 325 206
Decimal 252 213 134
Hex FC D5 86

RGB Percentages of Color #fcd586

%42.07
%35.56
%22.37

CMYK Percentages of Color #fcd586

%0
%15
%47
%1

Triadic Colors of #fcd586

#fcd586 #86fcd5 #d586fc

Analogous Colors of #fcd586

#fcd586 #e8fc86 #fc9a86

Monochromatic Colors of #fcd586

#fcd586

Complementary Color

#fcd586 #86adfc

#fcd586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd586 Color CSS Codes

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

#fcd586 Text Font Color

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

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


#fcd586 Background Color

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

This div background color is #fcd586


#fcd586 Border Color

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

This div border color is #fcd586


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,213,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 #fcd586">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd586


Comments

No comments written yet.

Please login to write comment.