Color Hex Logo

#fed954 Color Hex

#FED954
(254,217,84)
0 Favorites   0 Comments

Color spaces of #fed954

RGB 25421784
HSL0.130.990.66
HSV47°67°100°
CMYK 0.000.150.67   0.00
XYZ67.286171.336618.6105
Yxy71.33660.42790.4537
Hunter Lab84.4610-5.604246.0585
CIE-Lab87.6483-1.138967.7108

#fed954 color RGB value is (254,217,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011001 01010100
Octal 376 331 124
Decimal 254 217 84
Hex FE D9 54

RGB Percentages of Color #fed954

%45.77
%39.10
%15.14

CMYK Percentages of Color #fed954

%0
%15
%67
%0

Triadic Colors of #fed954

#fed954 #54fed9 #d954fe

Analogous Colors of #fed954

#fed954 #cefe54 #fe8454

Monochromatic Colors of #fed954

#fed954

Complementary Color

#fed954 #5479fe

#fed954 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed954 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed954 Color CSS Codes

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

#fed954 Text Font Color

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

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


#fed954 Background Color

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

This div background color is #fed954


#fed954 Border Color

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

This div border color is #fed954


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed954


Comments

No comments written yet.

Please login to write comment.