Color Hex Logo

#feeea6 Color Hex

#FEEEA6
(254,238,166)
0 Favorites   0 Comments

Color spaces of #feeea6

RGB 254238166
HSL0.140.980.82
HSV49°35°100°
CMYK 0.000.060.35   0.00
XYZ78.330584.973148.3494
Yxy84.97310.37010.4015
Hunter Lab92.1809-9.636533.4286
CIE-Lab93.8715-4.805836.8504

#feeea6 color RGB value is (254,238,166).

#feeea6 hex color red value is 254, green value is 238 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #feeea6 hue: 0.14 , saturation: 0.98 and the lightness value of feeea6 is 0.82.

The process color (four color CMYK) of #feeea6 color hex is 0.00, 0.06, 0.35, 0.00. Web safe color of #feeea6 is #ffff99. Color #feeea6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101110 10100110
Octal 376 356 246
Decimal 254 238 166
Hex FE EE A6

RGB Percentages of Color #feeea6

%38.60
%36.17
%25.23

CMYK Percentages of Color #feeea6

%0
%6
%35
%0

Triadic Colors of #feeea6

#feeea6 #a6feee #eea6fe

Analogous Colors of #feeea6

#feeea6 #e2fea6 #fec2a6

Monochromatic Colors of #feeea6

#feeea6

Complementary Color

#feeea6 #a6b6fe

#feeea6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feeea6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feeea6 Color CSS Codes

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

#feeea6 Text Font Color

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

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


#feeea6 Background Color

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

This div background color is #feeea6


#feeea6 Border Color

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

This div border color is #feeea6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feeea6

Related Colors


Comments

No comments written yet.

Please login to write comment.