Color Hex Logo

#fed86f Color Hex

#FED86F
(254,216,111)
0 Favorites   0 Comments

Color spaces of #fed86f

RGB 254216111
HSL0.120.990.72
HSV44°56°100°
CMYK 0.000.150.56   0.00
XYZ68.298271.330325.2073
Yxy71.33030.41430.4327
Hunter Lab84.4573-3.452341.4243
CIE-Lab87.64521.097555.8929

#fed86f color RGB value is (254,216,111).

#fed86f hex color red value is 254, green value is 216 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fed86f hue: 0.12 , saturation: 0.99 and the lightness value of fed86f is 0.72.

The process color (four color CMYK) of #fed86f color hex is 0.00, 0.15, 0.56, 0.00. Web safe color of #fed86f is #ffcc66. Color #fed86f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011000 01101111
Octal 376 330 157
Decimal 254 216 111
Hex FE D8 6F

RGB Percentages of Color #fed86f

%43.72
%37.18
%19.10

CMYK Percentages of Color #fed86f

%0
%15
%56
%0

Triadic Colors of #fed86f

#fed86f #6ffed8 #d86ffe

Analogous Colors of #fed86f

#fed86f #ddfe6f #fe916f

Monochromatic Colors of #fed86f

#fed86f

Complementary Color

#fed86f #6f95fe

#fed86f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed86f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed86f Color CSS Codes

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

#fed86f Text Font Color

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

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


#fed86f Background Color

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

This div background color is #fed86f


#fed86f Border Color

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

This div border color is #fed86f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,216,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fed86f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed86f

#fed86f Color Palettes


Comments

No comments written yet.

Please login to write comment.