Color Hex Logo

#fed459 Color Hex

#FED459
(254,212,89)
0 Favorites   0 Comments

Color spaces of #fed459

RGB 25421289
HSL0.120.990.67
HSV45°65°100°
CMYK 0.000.170.65   0.00
XYZ66.219768.879119.2560
Yxy68.87910.42900.4462
Hunter Lab82.9934-2.815044.3390
CIE-Lab86.44411.684764.3660

#fed459 color RGB value is (254,212,89).

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

The process color (four color CMYK) of #fed459 color hex is 0.00, 0.17, 0.65, 0.00. Web safe color of #fed459 is #ffcc66. Color #fed459 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010100 01011001
Octal 376 324 131
Decimal 254 212 89
Hex FE D4 59

RGB Percentages of Color #fed459

%45.77
%38.20
%16.04

CMYK Percentages of Color #fed459

%0
%17
%65
%0

Triadic Colors of #fed459

#fed459 #59fed4 #d459fe

Analogous Colors of #fed459

#fed459 #d6fe59 #fe8259

Monochromatic Colors of #fed459

#fed459

Complementary Color

#fed459 #5983fe

#fed459 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed459 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed459 Color CSS Codes

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

#fed459 Text Font Color

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

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


#fed459 Background Color

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

This div background color is #fed459


#fed459 Border Color

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

This div border color is #fed459


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed459

#fed459 Color Palettes


Comments

No comments written yet.

Please login to write comment.