Color Hex Logo

#fee681 Color Hex

#FEE681
(254,230,129)
0 Favorites   0 Comments

Color spaces of #fee681

RGB 254230129
HSL0.130.980.75
HSV48°49°100°
CMYK 0.000.090.49   0.00
XYZ73.132379.249432.2111
Yxy79.24940.39620.4293
Hunter Lab89.0221-9.149740.8624
CIE-Lab91.3470-4.532451.8174

#fee681 color RGB value is (254,230,129).

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

The process color (four color CMYK) of #fee681 color hex is 0.00, 0.09, 0.49, 0.00. Web safe color of #fee681 is #ffff99. Color #fee681 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100110 10000001
Octal 376 346 201
Decimal 254 230 129
Hex FE E6 81

RGB Percentages of Color #fee681

%41.44
%37.52
%21.04

CMYK Percentages of Color #fee681

%0
%9
%49
%0

Triadic Colors of #fee681

#fee681 #81fee6 #e681fe

Analogous Colors of #fee681

#fee681 #d8fe81 #fea881

Monochromatic Colors of #fee681

#fee681

Complementary Color

#fee681 #8199fe

#fee681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee681 Color CSS Codes

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

#fee681 Text Font Color

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

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


#fee681 Background Color

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

This div background color is #fee681


#fee681 Border Color

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

This div border color is #fee681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee681


Comments

No comments written yet.

Please login to write comment.