Color Hex Logo

#fcd386 Color Hex

#FCD386
(252,211,134)
0 Favorites   0 Comments

Color spaces of #fcd386

RGB 252211134
HSL0.110.950.76
HSV39°47°99°
CMYK 0.000.160.47   0.01
XYZ67.742269.005232.3032
Yxy69.00520.40070.4082
Hunter Lab83.06940.193535.0924
CIE-Lab86.50664.786743.3450

#fcd386 color RGB value is (252,211,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11010011 10000110
Octal 374 323 206
Decimal 252 211 134
Hex FC D3 86

RGB Percentages of Color #fcd386

%42.21
%35.34
%22.45

CMYK Percentages of Color #fcd386

%0
%16
%47
%1

Triadic Colors of #fcd386

#fcd386 #86fcd3 #d386fc

Analogous Colors of #fcd386

#fcd386 #eafc86 #fc9886

Monochromatic Colors of #fcd386

#fcd386

Complementary Color

#fcd386 #86affc

#fcd386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcd386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcd386 Color CSS Codes

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

#fcd386 Text Font Color

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

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


#fcd386 Background Color

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

This div background color is #fcd386


#fcd386 Border Color

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

This div border color is #fcd386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcd386


Comments

No comments written yet.

Please login to write comment.