Color Hex Logo

#fed654 Color Hex

#FED654
(254,214,84)
0 Favorites   0 Comments

Color spaces of #fed654

RGB 25421484
HSL0.130.990.66
HSV46°67°100°
CMYK 0.000.160.67   0.00
XYZ66.519969.804118.3551
Yxy69.80410.43010.4513
Hunter Lab83.5488-4.092445.4586
CIE-Lab86.90070.385666.9320

#fed654 color RGB value is (254,214,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 01010100
Octal 376 326 124
Decimal 254 214 84
Hex FE D6 54

RGB Percentages of Color #fed654

%46.01
%38.77
%15.22

CMYK Percentages of Color #fed654

%0
%16
%67
%0

Triadic Colors of #fed654

#fed654 #54fed6 #d654fe

Analogous Colors of #fed654

#fed654 #d1fe54 #fe8154

Monochromatic Colors of #fed654

#fed654

Complementary Color

#fed654 #547cfe

#fed654 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed654 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed654 Color CSS Codes

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

#fed654 Text Font Color

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

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


#fed654 Background Color

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

This div background color is #fed654


#fed654 Border Color

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

This div border color is #fed654


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed654

Related Colors


Comments

No comments written yet.

Please login to write comment.