Color Hex Logo

#fecaa8 Color Hex

#FECAA8
(254,202,168)
0 Favorites   0 Comments

Color spaces of #fecaa8

RGB 254202168
HSL0.070.980.83
HSV24°34°100°
CMYK 0.000.200.34   0.00
XYZ69.061566.139046.1720
Yxy66.13900.38080.3647
Hunter Lab81.32599.260923.2668
CIE-Lab85.067313.871623.9964

#fecaa8 color RGB value is (254,202,168).

#fecaa8 hex color red value is 254, green value is 202 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #fecaa8 hue: 0.07 , saturation: 0.98 and the lightness value of fecaa8 is 0.83.

The process color (four color CMYK) of #fecaa8 color hex is 0.00, 0.20, 0.34, 0.00. Web safe color of #fecaa8 is #ffcc99. Color #fecaa8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11001010 10101000
Octal 376 312 250
Decimal 254 202 168
Hex FE CA A8

RGB Percentages of Color #fecaa8

%40.71
%32.37
%26.92

CMYK Percentages of Color #fecaa8

%0
%20
%34
%0

Triadic Colors of #fecaa8

#fecaa8 #a8feca #caa8fe

Analogous Colors of #fecaa8

#fecaa8 #fef5a8 #fea8b1

Monochromatic Colors of #fecaa8

#fecaa8

Complementary Color

#fecaa8 #a8dcfe

#fecaa8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fecaa8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fecaa8 Color CSS Codes

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

#fecaa8 Text Font Color

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

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


#fecaa8 Background Color

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

This div background color is #fecaa8


#fecaa8 Border Color

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

This div border color is #fecaa8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fecaa8


Comments

No comments written yet.

Please login to write comment.