Color Hex Logo

#fea384 Color Hex

#FEA384
(254,163,132)
0 Favorites   0 Comments

Color spaces of #fea384

RGB 254163132
HSL0.040.980.76
HSV15°48°100°
CMYK 0.000.360.48   0.00
XYZ58.135148.931228.2104
Yxy48.93120.42970.3617
Hunter Lab69.950825.934725.0546
CIE-Lab75.408530.425130.1000

#fea384 color RGB value is (254,163,132).

#fea384 hex color red value is 254, green value is 163 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #fea384 hue: 0.04 , saturation: 0.98 and the lightness value of fea384 is 0.76.

The process color (four color CMYK) of #fea384 color hex is 0.00, 0.36, 0.48, 0.00. Web safe color of #fea384 is #ff9999. Color #fea384 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100011 10000100
Octal 376 243 204
Decimal 254 163 132
Hex FE A3 84

RGB Percentages of Color #fea384

%46.27
%29.69
%24.04

CMYK Percentages of Color #fea384

%0
%36
%48
%0

Triadic Colors of #fea384

#fea384 #84fea3 #a384fe

Analogous Colors of #fea384

#fea384 #fee084 #fe84a2

Monochromatic Colors of #fea384

#fea384

Complementary Color

#fea384 #84dffe

#fea384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea384 Color CSS Codes

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

#fea384 Text Font Color

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

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


#fea384 Background Color

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

This div background color is #fea384


#fea384 Border Color

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

This div border color is #fea384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea384

Related Colors


Comments

No comments written yet.

Please login to write comment.