Color Hex Logo

#feeaab Color Hex

#FEEAAB
(254,234,171)
0 Favorites   0 Comments

Color spaces of #feeaab

RGB 254234171
HSL0.130.980.83
HSV46°33°100°
CMYK 0.000.080.33   0.00
XYZ77.646682.856750.4286
Yxy82.85670.36810.3928
Hunter Lab91.0257-7.031030.8710
CIE-Lab92.9517-2.209233.1078

#feeaab color RGB value is (254,234,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101010 10101011
Octal 376 352 253
Decimal 254 234 171
Hex FE EA AB

RGB Percentages of Color #feeaab

%38.54
%35.51
%25.95

CMYK Percentages of Color #feeaab

%0
%8
%33
%0

Triadic Colors of #feeaab

#feeaab #abfeea #eaabfe

Analogous Colors of #feeaab

#feeaab #e9feab #fec1ab

Monochromatic Colors of #feeaab

#feeaab

Complementary Color

#feeaab #abbffe

#feeaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeaab Color CSS Codes

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

#feeaab Text Font Color

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

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


#feeaab Background Color

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

This div background color is #feeaab


#feeaab Border Color

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

This div border color is #feeaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeaab

#feeaab Color Palettes


Comments

No comments written yet.

Please login to write comment.