Color Hex Logo

#fec586 Color Hex

#FEC586
(254,197,134)
0 Favorites   0 Comments

Color spaces of #fec586

RGB 254197134
HSL0.090.980.76
HSV32°47°100°
CMYK 0.000.220.47   0.00
XYZ65.142462.724631.2279
Yxy62.72460.40950.3943
Hunter Lab79.19898.221232.0613
CIE-Lab83.297312.832039.3084

#fec586 color RGB value is (254,197,134).

#fec586 hex color red value is 254, green value is 197 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #fec586 hue: 0.09 , saturation: 0.98 and the lightness value of fec586 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000101 10000110
Octal 376 305 206
Decimal 254 197 134
Hex FE C5 86

RGB Percentages of Color #fec586

%43.42
%33.68
%22.91

CMYK Percentages of Color #fec586

%0
%22
%47
%0

Triadic Colors of #fec586

#fec586 #86fec5 #c586fe

Analogous Colors of #fec586

#fec586 #fbfe86 #fe8986

Monochromatic Colors of #fec586

#fec586

Complementary Color

#fec586 #86bffe

#fec586 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec586 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec586 Color CSS Codes

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

#fec586 Text Font Color

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

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


#fec586 Background Color

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

This div background color is #fec586


#fec586 Border Color

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

This div border color is #fec586


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec586

Related Colors


Comments

No comments written yet.

Please login to write comment.