Color Hex Logo

#feeac5 Color Hex

#FEEAC5
(254,234,197)
0 Favorites   0 Comments

Color spaces of #feeac5

RGB 254234197
HSL0.110.970.88
HSV39°22°100°
CMYK 0.000.080.22   0.00
XYZ80.373983.947764.7907
Yxy83.94770.35080.3664
Hunter Lab91.6230-3.755722.2095
CIE-Lab93.42781.148220.4473

#feeac5 color RGB value is (254,234,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 11000101
Octal 376 352 305
Decimal 254 234 197
Hex FE EA C5

RGB Percentages of Color #feeac5

%37.08
%34.16
%28.76

CMYK Percentages of Color #feeac5

%0
%8
%22
%0

Triadic Colors of #feeac5

#feeac5 #c5feea #eac5fe

Analogous Colors of #feeac5

#feeac5 #f6fec5 #fecec5

Monochromatic Colors of #feeac5

#feeac5

Complementary Color

#feeac5 #c5d9fe

#feeac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeac5 Color CSS Codes

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

#feeac5 Text Font Color

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

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


#feeac5 Background Color

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

This div background color is #feeac5


#feeac5 Border Color

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

This div border color is #feeac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeac5

Related Colors


Comments

No comments written yet.

Please login to write comment.