Color Hex Logo

#fec486 Color Hex

#FEC486
(254,196,134)
0 Favorites   0 Comments

Color spaces of #fec486

RGB 254196134
HSL0.090.980.76
HSV31°47°100°
CMYK 0.000.230.47   0.00
XYZ64.916162.271931.1525
Yxy62.27190.41000.3933
Hunter Lab78.91258.743131.8327
CIE-Lab83.057813.353139.0018

#fec486 color RGB value is (254,196,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11000100 10000110
Octal 376 304 206
Decimal 254 196 134
Hex FE C4 86

RGB Percentages of Color #fec486

%43.49
%33.56
%22.95

CMYK Percentages of Color #fec486

%0
%23
%47
%0

Triadic Colors of #fec486

#fec486 #86fec4 #c486fe

Analogous Colors of #fec486

#fec486 #fcfe86 #fe8886

Monochromatic Colors of #fec486

#fec486

Complementary Color

#fec486 #86c0fe

#fec486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec486 Color CSS Codes

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

#fec486 Text Font Color

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

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


#fec486 Background Color

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

This div background color is #fec486


#fec486 Border Color

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

This div border color is #fec486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec486


Comments

No comments written yet.

Please login to write comment.