Color Hex Logo

#feeaaa Color Hex

#FEEAAA
(254,234,170)
0 Favorites   0 Comments

Color spaces of #feeaaa

RGB 254234170
HSL0.130.980.83
HSV46°33°100°
CMYK 0.000.080.33   0.00
XYZ77.551682.818749.9284
Yxy82.81870.36880.3938
Hunter Lab91.0048-7.145931.1748
CIE-Lab92.9350-2.328133.5924

#feeaaa color RGB value is (254,234,170).

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

The process color (four color CMYK) of #feeaaa color hex is 0.00, 0.08, 0.33, 0.00. Web safe color of #feeaaa is #ffff99. Color #feeaaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 10101010
Octal 376 352 252
Decimal 254 234 170
Hex FE EA AA

RGB Percentages of Color #feeaaa

%38.60
%35.56
%25.84

CMYK Percentages of Color #feeaaa

%0
%8
%33
%0

Triadic Colors of #feeaaa

#feeaaa #aafeea #eaaafe

Analogous Colors of #feeaaa

#feeaaa #e8feaa #fec0aa

Monochromatic Colors of #feeaaa

#feeaaa

Complementary Color

#feeaaa #aabefe

#feeaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeaaa Color CSS Codes

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

#feeaaa Text Font Color

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

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


#feeaaa Background Color

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

This div background color is #feeaaa


#feeaaa Border Color

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

This div border color is #feeaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeaaa


Comments

No comments written yet.

Please login to write comment.