Color Hex Logo

#fef486 Color Hex

#FEF486
(254,244,134)
0 Favorites   0 Comments

Color spaces of #fef486

RGB 254244134
HSL0.150.980.76
HSV55°47°100°
CMYK 0.000.040.47   0.00
XYZ77.526887.493435.3561
Yxy87.49340.38690.4366
Hunter Lab93.5379-15.745643.0657
CIE-Lab94.9472-11.051353.8214

#fef486 color RGB value is (254,244,134).

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

The process color (four color CMYK) of #fef486 color hex is 0.00, 0.04, 0.47, 0.00. Web safe color of #fef486 is #ffff99. Color #fef486 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110100 10000110
Octal 376 364 206
Decimal 254 244 134
Hex FE F4 86

RGB Percentages of Color #fef486

%40.19
%38.61
%21.20

CMYK Percentages of Color #fef486

%0
%4
%47
%0

Triadic Colors of #fef486

#fef486 #86fef4 #f486fe

Analogous Colors of #fef486

#fef486 #ccfe86 #feb886

Monochromatic Colors of #fef486

#fef486

Complementary Color

#fef486 #8690fe

#fef486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef486 Color CSS Codes

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

#fef486 Text Font Color

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

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


#fef486 Background Color

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

This div background color is #fef486


#fef486 Border Color

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

This div border color is #fef486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef486


Comments

No comments written yet.

Please login to write comment.