Color Hex Logo

#fed29c Color Hex

#FED29C
(254,210,156)
0 Favorites   0 Comments

Color spaces of #fed29c

RGB 254210156
HSL0.090.980.80
HSV33°39°100°
CMYK 0.000.170.39   0.00
XYZ69.920469.564341.1945
Yxy69.56430.38700.3850
Hunter Lab83.40523.681329.0998
CIE-Lab86.78278.333232.5601

#fed29c color RGB value is (254,210,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010010 10011100
Octal 376 322 234
Decimal 254 210 156
Hex FE D2 9C

RGB Percentages of Color #fed29c

%40.97
%33.87
%25.16

CMYK Percentages of Color #fed29c

%0
%17
%39
%0

Triadic Colors of #fed29c

#fed29c #9cfed2 #d29cfe

Analogous Colors of #fed29c

#fed29c #f9fe9c #fea19c

Monochromatic Colors of #fed29c

#fed29c

Complementary Color

#fed29c #9cc8fe

#fed29c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed29c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed29c Color CSS Codes

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

#fed29c Text Font Color

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

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


#fed29c Background Color

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

This div background color is #fed29c


#fed29c Border Color

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

This div border color is #fed29c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed29c


Comments

No comments written yet.

Please login to write comment.