Color Hex Logo

#fed499 Color Hex

#FED499
(254,212,153)
0 Favorites   0 Comments

Color spaces of #fed499

RGB 254212153
HSL0.100.980.80
HSV35°40°100°
CMYK 0.000.170.40   0.00
XYZ70.166370.457740.0385
Yxy70.45770.38840.3900
Hunter Lab83.93912.318230.4763
CIE-Lab87.22096.973234.6814

#fed499 color RGB value is (254,212,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010100 10011001
Octal 376 324 231
Decimal 254 212 153
Hex FE D4 99

RGB Percentages of Color #fed499

%41.03
%34.25
%24.72

CMYK Percentages of Color #fed499

%0
%17
%40
%0

Triadic Colors of #fed499

#fed499 #99fed4 #d499fe

Analogous Colors of #fed499

#fed499 #f6fe99 #fea299

Monochromatic Colors of #fed499

#fed499

Complementary Color

#fed499 #99c3fe

#fed499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed499 Color CSS Codes

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

#fed499 Text Font Color

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

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


#fed499 Background Color

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

This div background color is #fed499


#fed499 Border Color

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

This div border color is #fed499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed499


Comments

No comments written yet.

Please login to write comment.