Color Hex Logo

#fede3a Color Hex

#FEDE3A
(254,222,58)
0 Favorites   0 Comments

Color spaces of #fede3a

RGB 25422258
HSL0.140.990.61
HSV50°77°100°
CMYK 0.000.130.77   0.00
XYZ67.758073.618914.6416
Yxy73.61890.43430.4719
Hunter Lab85.8015-9.189949.9435
CIE-Lab88.7421-4.814078.1254

#fede3a color RGB value is (254,222,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011110 00111010
Octal 376 336 72
Decimal 254 222 58
Hex FE DE 3A

RGB Percentages of Color #fede3a

%47.57
%41.57
%10.86

CMYK Percentages of Color #fede3a

%0
%13
%77
%0

Triadic Colors of #fede3a

#fede3a #3afede #de3afe

Analogous Colors of #fede3a

#fede3a #bcfe3a #fe7c3a

Monochromatic Colors of #fede3a

#fede3a

Complementary Color

#fede3a #3a5afe

#fede3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fede3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fede3a Color CSS Codes

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

#fede3a Text Font Color

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

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


#fede3a Background Color

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

This div background color is #fede3a


#fede3a Border Color

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

This div border color is #fede3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fede3a

Related Colors


Comments

No comments written yet.

Please login to write comment.