Color Hex Logo

#fed657 Color Hex

#FED657
(254,214,87)
0 Favorites   0 Comments

Color spaces of #fed657

RGB 25421487
HSL0.130.990.67
HSV46°66°100°
CMYK 0.000.160.66   0.00
XYZ66.639969.852118.9873
Yxy69.85210.42860.4493
Hunter Lab83.5776-3.935245.0347
CIE-Lab86.92430.550865.7185

#fed657 color RGB value is (254,214,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 01010111
Octal 376 326 127
Decimal 254 214 87
Hex FE D6 57

RGB Percentages of Color #fed657

%45.77
%38.56
%15.68

CMYK Percentages of Color #fed657

%0
%16
%66
%0

Triadic Colors of #fed657

#fed657 #57fed6 #d657fe

Analogous Colors of #fed657

#fed657 #d3fe57 #fe8357

Monochromatic Colors of #fed657

#fed657

Complementary Color

#fed657 #577ffe

#fed657 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed657 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed657 Color CSS Codes

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

#fed657 Text Font Color

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

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


#fed657 Background Color

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

This div background color is #fed657


#fed657 Border Color

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

This div border color is #fed657


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed657

Related Colors


Comments

No comments written yet.

Please login to write comment.