Color Hex Logo

#feeac6 Color Hex

#FEEAC6
(254,234,198)
0 Favorites   0 Comments

Color spaces of #feeac6

RGB 254234198
HSL0.110.970.89
HSV39°22°100°
CMYK 0.000.080.22   0.00
XYZ80.488983.993765.3963
Yxy83.99370.35010.3654
Hunter Lab91.6481-3.618521.8467
CIE-Lab93.44781.287519.9593

#feeac6 color RGB value is (254,234,198).

#feeac6 hex color red value is 254, green value is 234 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #feeac6 hue: 0.11 , saturation: 0.97 and the lightness value of feeac6 is 0.89.

The process color (four color CMYK) of #feeac6 color hex is 0.00, 0.08, 0.22, 0.00. Web safe color of #feeac6 is #ffffcc. Color #feeac6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 11000110
Octal 376 352 306
Decimal 254 234 198
Hex FE EA C6

RGB Percentages of Color #feeac6

%37.03
%34.11
%28.86

CMYK Percentages of Color #feeac6

%0
%8
%22
%0

Triadic Colors of #feeac6

#feeac6 #c6feea #eac6fe

Analogous Colors of #feeac6

#feeac6 #f6fec6 #fecec6

Monochromatic Colors of #feeac6

#feeac6

Complementary Color

#feeac6 #c6dafe

#feeac6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeac6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeac6 Color CSS Codes

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

#feeac6 Text Font Color

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

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


#feeac6 Background Color

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

This div background color is #feeac6


#feeac6 Border Color

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

This div border color is #feeac6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeac6

Related Colors


Comments

No comments written yet.

Please login to write comment.