Color Hex Logo

#fef681 Color Hex

#FEF681
(254,246,129)
0 Favorites   0 Comments

Color spaces of #fef681

RGB 254246129
HSL0.160.980.75
HSV56°49°100°
CMYK 0.000.030.49   0.00
XYZ77.791388.567333.7640
Yxy88.56730.38870.4426
Hunter Lab94.1102-17.145144.6056
CIE-Lab95.3993-12.469256.6960

#fef681 color RGB value is (254,246,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110110 10000001
Octal 376 366 201
Decimal 254 246 129
Hex FE F6 81

RGB Percentages of Color #fef681

%40.38
%39.11
%20.51

CMYK Percentages of Color #fef681

%0
%3
%49
%0

Triadic Colors of #fef681

#fef681 #81fef6 #f681fe

Analogous Colors of #fef681

#fef681 #c8fe81 #feb881

Monochromatic Colors of #fef681

#fef681

Complementary Color

#fef681 #8189fe

#fef681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef681 Color CSS Codes

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

#fef681 Text Font Color

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

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


#fef681 Background Color

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

This div background color is #fef681


#fef681 Border Color

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

This div border color is #fef681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef681

Related Colors

#fef681 Color Palettes


Comments

No comments written yet.

Please login to write comment.