Color Hex Logo

#fed64f Color Hex

#FED64F
(254,214,79)
0 Favorites   0 Comments

Color spaces of #fed64f

RGB 25421479
HSL0.130.990.65
HSV46°69°100°
CMYK 0.000.160.69   0.00
XYZ66.330969.728517.3601
Yxy69.72850.43230.4545
Hunter Lab83.5036-4.340246.1263
CIE-Lab86.86350.125068.9015

#fed64f color RGB value is (254,214,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 01001111
Octal 376 326 117
Decimal 254 214 79
Hex FE D6 4F

RGB Percentages of Color #fed64f

%46.44
%39.12
%14.44

CMYK Percentages of Color #fed64f

%0
%16
%69
%0

Triadic Colors of #fed64f

#fed64f #4ffed6 #d64ffe

Analogous Colors of #fed64f

#fed64f #cffe4f #fe7f4f

Monochromatic Colors of #fed64f

#fed64f

Complementary Color

#fed64f #4f77fe

#fed64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed64f Color CSS Codes

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

#fed64f Text Font Color

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

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


#fed64f Background Color

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

This div background color is #fed64f


#fed64f Border Color

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

This div border color is #fed64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed64f

Related Colors


Comments

No comments written yet.

Please login to write comment.