Color Hex Logo

#feefa6 Color Hex

#FEEFA6
(254,239,166)
0 Favorites   0 Comments

Color spaces of #feefa6

RGB 254239166
HSL0.140.980.82
HSV50°35°100°
CMYK 0.000.060.35   0.00
XYZ78.622585.557048.4467
Yxy85.55700.36980.4024
Hunter Lab92.4970-10.144733.6939
CIE-Lab94.1226-5.306437.1810

#feefa6 color RGB value is (254,239,166).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 10100110
Octal 376 357 246
Decimal 254 239 166
Hex FE EF A6

RGB Percentages of Color #feefa6

%38.54
%36.27
%25.19

CMYK Percentages of Color #feefa6

%0
%6
%35
%0

Triadic Colors of #feefa6

#feefa6 #a6feef #efa6fe

Analogous Colors of #feefa6

#feefa6 #e1fea6 #fec3a6

Monochromatic Colors of #feefa6

#feefa6

Complementary Color

#feefa6 #a6b5fe

#feefa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feefa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#feefa6 Color CSS Codes

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

#feefa6 Text Font Color

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

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


#feefa6 Background Color

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

This div background color is #feefa6


#feefa6 Border Color

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

This div border color is #feefa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feefa6


Comments

No comments written yet.

Please login to write comment.