Color Hex Logo

#fed49a Color Hex

#FED49A
(254,212,154)
2 Favorites   0 Comments

Color spaces of #fed49a

RGB 254212154
HSL0.100.980.80
HSV35°39°100°
CMYK 0.000.170.39   0.00
XYZ70.249370.490940.4754
Yxy70.49090.38770.3890
Hunter Lab83.95892.424930.1883
CIE-Lab87.23717.081434.1900

#fed49a color RGB value is (254,212,154).

#fed49a hex color red value is 254, green value is 212 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #fed49a hue: 0.10 , saturation: 0.98 and the lightness value of fed49a is 0.80.

The process color (four color CMYK) of #fed49a color hex is 0.00, 0.17, 0.39, 0.00. Web safe color of #fed49a is #ffcc99. Color #fed49a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010100 10011010
Octal 376 324 232
Decimal 254 212 154
Hex FE D4 9A

RGB Percentages of Color #fed49a

%40.97
%34.19
%24.84

CMYK Percentages of Color #fed49a

%0
%17
%39
%0

Triadic Colors of #fed49a

#fed49a #9afed4 #d49afe

Analogous Colors of #fed49a

#fed49a #f6fe9a #fea29a

Monochromatic Colors of #fed49a

#fed49a

Complementary Color

#fed49a #9ac4fe

#fed49a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed49a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed49a Color CSS Codes

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

#fed49a Text Font Color

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

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


#fed49a Background Color

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

This div background color is #fed49a


#fed49a Border Color

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

This div border color is #fed49a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed49a

#fed49a Color Palettes


Comments

No comments written yet.

Please login to write comment.