Color Hex Logo

#fed64d Color Hex

#FED64D
(254,214,77)
0 Favorites   0 Comments

Color spaces of #fed64d

RGB 25421477
HSL0.130.990.65
HSV46°70°100°
CMYK 0.000.160.70   0.00
XYZ66.259269.699816.9823
Yxy69.69980.43320.4557
Hunter Lab83.4864-4.434246.3801
CIE-Lab86.84940.025969.6696

#fed64d color RGB value is (254,214,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010110 01001101
Octal 376 326 115
Decimal 254 214 77
Hex FE D6 4D

RGB Percentages of Color #fed64d

%46.61
%39.27
%14.13

CMYK Percentages of Color #fed64d

%0
%16
%70
%0

Triadic Colors of #fed64d

#fed64d #4dfed6 #d64dfe

Analogous Colors of #fed64d

#fed64d #cefe4d #fe7e4d

Monochromatic Colors of #fed64d

#fed64d

Complementary Color

#fed64d #4d75fe

#fed64d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed64d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed64d Color CSS Codes

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

#fed64d Text Font Color

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

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


#fed64d Background Color

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

This div background color is #fed64d


#fed64d Border Color

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

This div border color is #fed64d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed64d


Comments

No comments written yet.

Please login to write comment.