Color Hex Logo

#fed54d Color Hex

#FED54D
(254,213,77)
0 Favorites   0 Comments

Color spaces of #fed54d

RGB 25421377
HSL0.130.990.65
HSV46°70°100°
CMYK 0.000.160.70   0.00
XYZ66.006969.195216.8982
Yxy69.19520.43400.4549
Hunter Lab83.1837-3.930246.1842
CIE-Lab86.60060.534969.4187

#fed54d color RGB value is (254,213,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010101 01001101
Octal 376 325 115
Decimal 254 213 77
Hex FE D5 4D

RGB Percentages of Color #fed54d

%46.69
%39.15
%14.15

CMYK Percentages of Color #fed54d

%0
%16
%70
%0

Triadic Colors of #fed54d

#fed54d #4dfed5 #d54dfe

Analogous Colors of #fed54d

#fed54d #cffe4d #fe7d4d

Monochromatic Colors of #fed54d

#fed54d

Complementary Color

#fed54d #4d76fe

#fed54d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed54d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed54d Color CSS Codes

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

#fed54d Text Font Color

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

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


#fed54d Background Color

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

This div background color is #fed54d


#fed54d Border Color

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

This div border color is #fed54d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed54d


Comments

No comments written yet.

Please login to write comment.