Color Hex Logo

#fed85e Color Hex

#FED85E
(254,216,94)
0 Favorites   0 Comments

Color spaces of #fed85e

RGB 25421694
HSL0.130.990.68
HSV46°63°100°
CMYK 0.000.150.63   0.00
XYZ67.449370.990720.7373
Yxy70.99070.42370.4460
Hunter Lab84.2560-4.553744.3866
CIE-Lab87.4805-0.055663.3450

#fed85e color RGB value is (254,216,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011000 01011110
Octal 376 330 136
Decimal 254 216 94
Hex FE D8 5E

RGB Percentages of Color #fed85e

%45.04
%38.30
%16.67

CMYK Percentages of Color #fed85e

%0
%15
%63
%0

Triadic Colors of #fed85e

#fed85e #5efed8 #d85efe

Analogous Colors of #fed85e

#fed85e #d4fe5e #fe885e

Monochromatic Colors of #fed85e

#fed85e

Complementary Color

#fed85e #5e84fe

#fed85e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed85e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed85e Color CSS Codes

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

#fed85e Text Font Color

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

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


#fed85e Background Color

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

This div background color is #fed85e


#fed85e Border Color

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

This div border color is #fed85e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed85e


Comments

No comments written yet.

Please login to write comment.