Color Hex Logo

#fee04d Color Hex

#FEE04D
(254,224,77)
2 Favorites   0 Comments

Color spaces of #fee04d

RGB 25422477
HSL0.140.990.65
HSV50°70°100°
CMYK 0.000.120.70   0.00
XYZ68.868374.918017.8520
Yxy74.91800.42610.4635
Hunter Lab86.5552-9.446748.3601
CIE-Lab89.3546-5.027772.1816

#fee04d color RGB value is (254,224,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100000 01001101
Octal 376 340 115
Decimal 254 224 77
Hex FE E0 4D

RGB Percentages of Color #fee04d

%45.77
%40.36
%13.87

CMYK Percentages of Color #fee04d

%0
%12
%70
%0

Triadic Colors of #fee04d

#fee04d #4dfee0 #e04dfe

Analogous Colors of #fee04d

#fee04d #c4fe4d #fe884d

Monochromatic Colors of #fee04d

#fee04d

Complementary Color

#fee04d #4d6bfe

#fee04d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee04d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee04d Color CSS Codes

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

#fee04d Text Font Color

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

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


#fee04d Background Color

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

This div background color is #fee04d


#fee04d Border Color

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

This div border color is #fee04d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee04d


Comments

No comments written yet.

Please login to write comment.