Color Hex Logo

#fed3a0 Color Hex

#FED3A0
(254,211,160)
0 Favorites   0 Comments

Color spaces of #fed3a0

RGB 254211160
HSL0.090.980.81
HSV33°37°100°
CMYK 0.000.170.37   0.00
XYZ70.512570.197443.0908
Yxy70.19740.38360.3819
Hunter Lab83.78393.603828.1553
CIE-Lab87.09368.263830.9097

#fed3a0 color RGB value is (254,211,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010011 10100000
Octal 376 323 240
Decimal 254 211 160
Hex FE D3 A0

RGB Percentages of Color #fed3a0

%40.64
%33.76
%25.60

CMYK Percentages of Color #fed3a0

%0
%17
%37
%0

Triadic Colors of #fed3a0

#fed3a0 #a0fed3 #d3a0fe

Analogous Colors of #fed3a0

#fed3a0 #fafea0 #fea4a0

Monochromatic Colors of #fed3a0

#fed3a0

Complementary Color

#fed3a0 #a0cbfe

#fed3a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed3a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed3a0 Color CSS Codes

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

#fed3a0 Text Font Color

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

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


#fed3a0 Background Color

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

This div background color is #fed3a0


#fed3a0 Border Color

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

This div border color is #fed3a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed3a0


Comments

No comments written yet.

Please login to write comment.