Color Hex Logo

#fedd4a Color Hex

#FEDD4A
(254,221,74)
0 Favorites   0 Comments

Color spaces of #fedd4a

RGB 25422174
HSL0.140.990.64
HSV49°71°100°
CMYK 0.000.130.71   0.00
XYZ67.965573.278117.0405
Yxy73.27810.42940.4630
Hunter Lab85.6026-8.081848.1193
CIE-Lab88.5802-3.660872.5308

#fedd4a color RGB value is (254,221,74).

#fedd4a hex color red value is 254, green value is 221 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #fedd4a hue: 0.14 , saturation: 0.99 and the lightness value of fedd4a is 0.64.

The process color (four color CMYK) of #fedd4a color hex is 0.00, 0.13, 0.71, 0.00. Web safe color of #fedd4a is #ffcc33. Color #fedd4a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011101 01001010
Octal 376 335 112
Decimal 254 221 74
Hex FE DD 4A

RGB Percentages of Color #fedd4a

%46.27
%40.26
%13.48

CMYK Percentages of Color #fedd4a

%0
%13
%71
%0

Triadic Colors of #fedd4a

#fedd4a #4afedd #dd4afe

Analogous Colors of #fedd4a

#fedd4a #c5fe4a #fe834a

Monochromatic Colors of #fedd4a

#fedd4a

Complementary Color

#fedd4a #4a6bfe

#fedd4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fedd4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fedd4a Color CSS Codes

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

#fedd4a Text Font Color

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

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


#fedd4a Background Color

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

This div background color is #fedd4a


#fedd4a Border Color

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

This div border color is #fedd4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fedd4a

Related Colors


Comments

No comments written yet.

Please login to write comment.