Color Hex Logo

#fede4f Color Hex

#FEDE4F
(254,222,79)
0 Favorites   0 Comments

Color spaces of #fede4f

RGB 25422279
HSL0.140.990.65
HSV49°69°100°
CMYK 0.000.130.69   0.00
XYZ68.405673.877918.0516
Yxy73.87790.42660.4608
Hunter Lab85.9523-8.356247.7146
CIE-Lab88.8647-3.924470.9306

#fede4f color RGB value is (254,222,79).

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

The process color (four color CMYK) of #fede4f color hex is 0.00, 0.13, 0.69, 0.00. Web safe color of #fede4f is #ffcc66. Color #fede4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011110 01001111
Octal 376 336 117
Decimal 254 222 79
Hex FE DE 4F

RGB Percentages of Color #fede4f

%45.77
%40.00
%14.23

CMYK Percentages of Color #fede4f

%0
%13
%69
%0

Triadic Colors of #fede4f

#fede4f #4ffede #de4ffe

Analogous Colors of #fede4f

#fede4f #c7fe4f #fe874f

Monochromatic Colors of #fede4f

#fede4f

Complementary Color

#fede4f #4f6ffe

#fede4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fede4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fede4f Color CSS Codes

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

#fede4f Text Font Color

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

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


#fede4f Background Color

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

This div background color is #fede4f


#fede4f Border Color

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

This div border color is #fede4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fede4f

Related Colors


Comments

No comments written yet.

Please login to write comment.