Color Hex Logo

#fed94f Color Hex

#FED94F
(254,217,79)
0 Favorites   0 Comments

Color spaces of #fed94f

RGB 25421779
HSL0.130.990.65
HSV47°69°100°
CMYK 0.000.150.69   0.00
XYZ67.097271.261117.6155
Yxy71.26110.43020.4569
Hunter Lab84.4163-5.850146.7191
CIE-Lab87.6117-1.398669.6622

#fed94f color RGB value is (254,217,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11011001 01001111
Octal 376 331 117
Decimal 254 217 79
Hex FE D9 4F

RGB Percentages of Color #fed94f

%46.18
%39.45
%14.36

CMYK Percentages of Color #fed94f

%0
%15
%69
%0

Triadic Colors of #fed94f

#fed94f #4ffed9 #d94ffe

Analogous Colors of #fed94f

#fed94f #ccfe4f #fe824f

Monochromatic Colors of #fed94f

#fed94f

Complementary Color

#fed94f #4f74fe

#fed94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed94f Color CSS Codes

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

#fed94f Text Font Color

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

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


#fed94f Background Color

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

This div background color is #fed94f


#fed94f Border Color

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

This div border color is #fed94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed94f

Related Colors


Comments

No comments written yet.

Please login to write comment.