Color Hex Logo

#fef986 Color Hex

#FEF986
(254,249,134)
0 Favorites   0 Comments

Color spaces of #fef986

RGB 254249134
HSL0.160.980.76
HSV58°47°100°
CMYK 0.000.020.47   0.00
XYZ79.051890.543435.8644
Yxy90.54340.38480.4407
Hunter Lab95.1543-18.226744.2611
CIE-Lab96.2217-13.501555.3632

#fef986 color RGB value is (254,249,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111001 10000110
Octal 376 371 206
Decimal 254 249 134
Hex FE F9 86

RGB Percentages of Color #fef986

%39.87
%39.09
%21.04

CMYK Percentages of Color #fef986

%0
%2
%47
%0

Triadic Colors of #fef986

#fef986 #86fef9 #f986fe

Analogous Colors of #fef986

#fef986 #c7fe86 #febd86

Monochromatic Colors of #fef986

#fef986

Complementary Color

#fef986 #868bfe

#fef986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef986 Color CSS Codes

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

#fef986 Text Font Color

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

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


#fef986 Background Color

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

This div background color is #fef986


#fef986 Border Color

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

This div border color is #fef986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef986

Related Colors


Comments

No comments written yet.

Please login to write comment.