Color Hex Logo

#fde986 Color Hex

#FDE986
(253,233,134)
0 Favorites   0 Comments

Color spaces of #fde986

RGB 253233134
HSL0.140.970.76
HSV50°47°99°
CMYK 0.000.080.47   0.01
XYZ73.950080.881734.2684
Yxy80.88170.39110.4277
Hunter Lab89.9343-10.610240.3622
CIE-Lab92.0790-5.986350.3007

#fde986 color RGB value is (253,233,134).

#fde986 hex color red value is 253, green value is 233 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #fde986 hue: 0.14 , saturation: 0.97 and the lightness value of fde986 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11101001 10000110
Octal 375 351 206
Decimal 253 233 134
Hex FD E9 86

RGB Percentages of Color #fde986

%40.81
%37.58
%21.61

CMYK Percentages of Color #fde986

%0
%8
%47
%1

Triadic Colors of #fde986

#fde986 #86fde9 #e986fd

Analogous Colors of #fde986

#fde986 #d6fd86 #fdae86

Monochromatic Colors of #fde986

#fde986

Complementary Color

#fde986 #869afd

#fde986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fde986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fde986 Color CSS Codes

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

#fde986 Text Font Color

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

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


#fde986 Background Color

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

This div background color is #fde986


#fde986 Border Color

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

This div border color is #fde986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fde986

Related Colors


Comments

No comments written yet.

Please login to write comment.