Color Hex Logo

#fea399 Color Hex

#FEA399
(254,163,153)
0 Favorites   0 Comments

Color spaces of #fea399

RGB 254163153
HSL0.020.980.80
HSV40°100°
CMYK 0.000.360.40   0.00
XYZ59.720049.565136.5564
Yxy49.56510.40950.3399
Hunter Lab70.402528.211018.4955
CIE-Lab75.801532.553519.2733

#fea399 color RGB value is (254,163,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 10100011 10011001
Octal 376 243 231
Decimal 254 163 153
Hex FE A3 99

RGB Percentages of Color #fea399

%44.56
%28.60
%26.84

CMYK Percentages of Color #fea399

%0
%36
%40
%0

Triadic Colors of #fea399

#fea399 #99fea3 #a399fe

Analogous Colors of #fea399

#fea399 #fed699 #fe99c2

Monochromatic Colors of #fea399

#fea399

Complementary Color

#fea399 #99f4fe

#fea399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fea399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fea399 Color CSS Codes

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

#fea399 Text Font Color

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

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


#fea399 Background Color

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

This div background color is #fea399


#fea399 Border Color

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

This div border color is #fea399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fea399


Comments

No comments written yet.

Please login to write comment.