Color Hex Logo

#fec981 Color Hex

#FEC981
(254,201,129)
0 Favorites   0 Comments

Color spaces of #fec981

RGB 254201129
HSL0.100.980.75
HSV35°49°100°
CMYK 0.000.210.49   0.00
XYZ65.722164.429129.7410
Yxy64.42910.41100.4030
Hunter Lab80.26775.684834.2191
CIE-Lab84.188710.293442.9728

#fec981 color RGB value is (254,201,129).

#fec981 hex color red value is 254, green value is 201 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #fec981 hue: 0.10 , saturation: 0.98 and the lightness value of fec981 is 0.75.

The process color (four color CMYK) of #fec981 color hex is 0.00, 0.21, 0.49, 0.00. Web safe color of #fec981 is #ffcc99. Color #fec981 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001001 10000001
Octal 376 311 201
Decimal 254 201 129
Hex FE C9 81

RGB Percentages of Color #fec981

%43.49
%34.42
%22.09

CMYK Percentages of Color #fec981

%0
%21
%49
%0

Triadic Colors of #fec981

#fec981 #81fec9 #c981fe

Analogous Colors of #fec981

#fec981 #f5fe81 #fe8b81

Monochromatic Colors of #fec981

#fec981

Complementary Color

#fec981 #81b6fe

#fec981 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fec981 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fec981 Color CSS Codes

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

#fec981 Text Font Color

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

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


#fec981 Background Color

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

This div background color is #fec981


#fec981 Border Color

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

This div border color is #fec981


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,201,129, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fec981

Related Colors


Comments

No comments written yet.

Please login to write comment.