Color Hex Logo

#fed659 Color Hex

#FED659
(254,214,89)
0 Favorites   0 Comments

Color spaces of #fed659

RGB 25421489
HSL0.130.990.67
HSV45°65°100°
CMYK 0.000.160.65   0.00
XYZ66.722869.885219.4237
Yxy69.88520.42760.4479
Hunter Lab83.5974-3.826644.7422
CIE-Lab86.94050.664864.8969

#fed659 color RGB value is (254,214,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 01011001
Octal 376 326 131
Decimal 254 214 89
Hex FE D6 59

RGB Percentages of Color #fed659

%45.60
%38.42
%15.98

CMYK Percentages of Color #fed659

%0
%16
%65
%0

Triadic Colors of #fed659

#fed659 #59fed6 #d659fe

Analogous Colors of #fed659

#fed659 #d4fe59 #fe8459

Monochromatic Colors of #fed659

#fed659

Complementary Color

#fed659 #5981fe

#fed659 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed659 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed659 Color CSS Codes

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

#fed659 Text Font Color

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

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


#fed659 Background Color

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

This div background color is #fed659


#fed659 Border Color

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

This div border color is #fed659


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed659


Comments

No comments written yet.

Please login to write comment.