Color Hex Logo

#fee477 Color Hex

#FEE477
(254,228,119)
0 Favorites   0 Comments

Color spaces of #fee477

RGB 254228119
HSL0.130.990.73
HSV48°53°100°
CMYK 0.000.100.53   0.00
XYZ71.946277.889528.6950
Yxy77.88950.40300.4363
Hunter Lab88.2550-8.931742.5011
CIE-Lab90.7295-4.360955.7895

#fee477 color RGB value is (254,228,119).

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

The process color (four color CMYK) of #fee477 color hex is 0.00, 0.10, 0.53, 0.00. Web safe color of #fee477 is #ffcc66. Color #fee477 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11100100 01110111
Octal 376 344 167
Decimal 254 228 119
Hex FE E4 77

RGB Percentages of Color #fee477

%42.26
%37.94
%19.80

CMYK Percentages of Color #fee477

%0
%10
%53
%0

Triadic Colors of #fee477

#fee477 #77fee4 #e477fe

Analogous Colors of #fee477

#fee477 #d5fe77 #fea177

Monochromatic Colors of #fee477

#fee477

Complementary Color

#fee477 #7791fe

#fee477 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fee477 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fee477 Color CSS Codes

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

#fee477 Text Font Color

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

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


#fee477 Background Color

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

This div background color is #fee477


#fee477 Border Color

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

This div border color is #fee477


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fee477


Comments

No comments written yet.

Please login to write comment.