Color Hex Logo

#fed2a4 Color Hex

#FED2A4
(254,210,164)
0 Favorites   0 Comments

Color spaces of #fed2a4

RGB 254210164
HSL0.090.980.82
HSV31°35°100°
CMYK 0.000.170.35   0.00
XYZ70.620569.844444.8812
Yxy69.84440.38100.3768
Hunter Lab83.57304.582726.6606
CIE-Lab86.92059.240828.6051

#fed2a4 color RGB value is (254,210,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11010010 10100100
Octal 376 322 244
Decimal 254 210 164
Hex FE D2 A4

RGB Percentages of Color #fed2a4

%40.45
%33.44
%26.11

CMYK Percentages of Color #fed2a4

%0
%17
%35
%0

Triadic Colors of #fed2a4

#fed2a4 #a4fed2 #d2a4fe

Analogous Colors of #fed2a4

#fed2a4 #fdfea4 #fea5a4

Monochromatic Colors of #fed2a4

#fed2a4

Complementary Color

#fed2a4 #a4d0fe

#fed2a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fed2a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fed2a4 Color CSS Codes

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

#fed2a4 Text Font Color

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

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


#fed2a4 Background Color

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

This div background color is #fed2a4


#fed2a4 Border Color

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

This div border color is #fed2a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fed2a4

Related Colors


Comments

No comments written yet.

Please login to write comment.