Color Hex Logo

#fee64d Color Hex

#FEE64D
(254,230,77)
0 Favorites   0 Comments

Color spaces of #fee64d

RGB 25423077
HSL0.140.990.65
HSV52°70°100°
CMYK 0.000.090.70   0.00
XYZ70.509478.200318.3991
Yxy78.20030.42190.4680
Hunter Lab88.4309-12.429249.5657
CIE-Lab90.8712-8.025873.6895

#fee64d color RGB value is (254,230,77).

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

The process color (four color CMYK) of #fee64d color hex is 0.00, 0.09, 0.70, 0.00. Web safe color of #fee64d is #ffff66. Color #fee64d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100110 01001101
Octal 376 346 115
Decimal 254 230 77
Hex FE E6 4D

RGB Percentages of Color #fee64d

%45.28
%41.00
%13.73

CMYK Percentages of Color #fee64d

%0
%9
%70
%0

Triadic Colors of #fee64d

#fee64d #4dfee6 #e64dfe

Analogous Colors of #fee64d

#fee64d #befe4d #fe8e4d

Monochromatic Colors of #fee64d

#fee64d

Complementary Color

#fee64d #4d65fe

#fee64d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee64d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee64d Color CSS Codes

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

#fee64d Text Font Color

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

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


#fee64d Background Color

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

This div background color is #fee64d


#fee64d Border Color

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

This div border color is #fee64d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee64d

#fee64d Color Palettes


Comments

No comments written yet.

Please login to write comment.