Color Hex Logo

#feffaa Color Hex

#FEFFAA
(254,255,170)
3 Favorites   0 Comments

Color spaces of #feffaa

RGB 254255170
HSL0.171.000.83
HSV61°33°100°
CMYK 0.000.000.33   0.00
XYZ83.888795.493152.0408
Yxy95.49310.36250.4126
Hunter Lab97.7206-17.776836.8297
CIE-Lab98.2305-12.758940.5775

#feffaa color RGB value is (254,255,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111111 10101010
Octal 376 377 252
Decimal 254 255 170
Hex FE FF AA

RGB Percentages of Color #feffaa

%37.41
%37.56
%25.04

CMYK Percentages of Color #feffaa

%0
%0
%33
%0

Triadic Colors of #feffaa

#feffaa #aafeff #ffaafe

Analogous Colors of #feffaa

#feffaa #d4ffaa #ffd6aa

Monochromatic Colors of #feffaa

#feffaa

Complementary Color

#feffaa #abaaff

#feffaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feffaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#feffaa Color CSS Codes

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

#feffaa Text Font Color

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

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


#feffaa Background Color

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

This div background color is #feffaa


#feffaa Border Color

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

This div border color is #feffaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feffaa


Comments

No comments written yet.

Please login to write comment.