Color Hex Logo

#fed29e Color Hex

#FED29E
(254,210,158)
0 Favorites   0 Comments

Color spaces of #fed29e

RGB 254210158
HSL0.090.980.81
HSV33°38°100°
CMYK 0.000.170.38   0.00
XYZ70.091269.632642.0940
Yxy69.63260.38550.3830
Hunter Lab83.44623.901628.5038
CIE-Lab86.81648.555531.5728

#fed29e color RGB value is (254,210,158).

#fed29e hex color red value is 254, green value is 210 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fed29e hue: 0.09 , saturation: 0.98 and the lightness value of fed29e is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010010 10011110
Octal 376 322 236
Decimal 254 210 158
Hex FE D2 9E

RGB Percentages of Color #fed29e

%40.84
%33.76
%25.40

CMYK Percentages of Color #fed29e

%0
%17
%38
%0

Triadic Colors of #fed29e

#fed29e #9efed2 #d29efe

Analogous Colors of #fed29e

#fed29e #fafe9e #fea29e

Monochromatic Colors of #fed29e

#fed29e

Complementary Color

#fed29e #9ecafe

#fed29e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed29e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed29e Color CSS Codes

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

#fed29e Text Font Color

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

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


#fed29e Background Color

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

This div background color is #fed29e


#fed29e Border Color

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

This div border color is #fed29e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed29e

Related Colors


Comments

No comments written yet.

Please login to write comment.