Color Hex Logo

#feada4 Color Hex

#FEADA4
(254,173,164)
0 Favorites   0 Comments

Color spaces of #feada4

RGB 254173164
HSL0.020.980.82
HSV35°100°
CMYK 0.000.320.35   0.00
XYZ62.517553.638342.1802
Yxy53.63830.39480.3388
Hunter Lab73.238224.204217.1197
CIE-Lab78.250428.583416.7044

#feada4 color RGB value is (254,173,164).

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

The process color (four color CMYK) of #feada4 color hex is 0.00, 0.32, 0.35, 0.00. Web safe color of #feada4 is #ff9999. Color #feada4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10101101 10100100
Octal 376 255 244
Decimal 254 173 164
Hex FE AD A4

RGB Percentages of Color #feada4

%42.98
%29.27
%27.75

CMYK Percentages of Color #feada4

%0
%32
%35
%0

Triadic Colors of #feada4

#feada4 #a4fead #ada4fe

Analogous Colors of #feada4

#feada4 #fedaa4 #fea4c8

Monochromatic Colors of #feada4

#feada4

Complementary Color

#feada4 #a4f5fe

#feada4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feada4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feada4 Color CSS Codes

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

#feada4 Text Font Color

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

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


#feada4 Background Color

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

This div background color is #feada4


#feada4 Border Color

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

This div border color is #feada4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,173,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 #feada4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feada4


Comments

No comments written yet.

Please login to write comment.