Color Hex Logo

#feecaa Color Hex

#FEECAA
(254,236,170)
0 Favorites   0 Comments

Color spaces of #feecaa

RGB 254236170
HSL0.130.980.83
HSV47°33°100°
CMYK 0.000.070.33   0.00
XYZ78.124283.964050.1193
Yxy83.96400.36820.3957
Hunter Lab91.6319-8.168931.7128
CIE-Lab93.4349-3.335634.2579

#feecaa color RGB value is (254,236,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101100 10101010
Octal 376 354 252
Decimal 254 236 170
Hex FE EC AA

RGB Percentages of Color #feecaa

%38.48
%35.76
%25.76

CMYK Percentages of Color #feecaa

%0
%7
%33
%0

Triadic Colors of #feecaa

#feecaa #aafeec #ecaafe

Analogous Colors of #feecaa

#feecaa #e6feaa #fec2aa

Monochromatic Colors of #feecaa

#feecaa

Complementary Color

#feecaa #aabcfe

#feecaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feecaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#feecaa Color CSS Codes

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

#feecaa Text Font Color

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

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


#feecaa Background Color

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

This div background color is #feecaa


#feecaa Border Color

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

This div border color is #feecaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,236,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 #feecaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feecaa

Related Colors


Comments

No comments written yet.

Please login to write comment.