Color Hex Logo

#fefaaa Color Hex

#FEFAAA
(254,250,170)
0 Favorites   0 Comments

Color spaces of #fefaaa

RGB 254250170
HSL0.160.980.83
HSV57°33°100°
CMYK 0.000.020.33   0.00
XYZ82.314492.344351.5160
Yxy92.34430.36390.4083
Hunter Lab96.0959-15.267435.4824
CIE-Lab96.9609-10.305738.9159

#fefaaa color RGB value is (254,250,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 10101010
Octal 376 372 252
Decimal 254 250 170
Hex FE FA AA

RGB Percentages of Color #fefaaa

%37.69
%37.09
%25.22

CMYK Percentages of Color #fefaaa

%0
%2
%33
%0

Triadic Colors of #fefaaa

#fefaaa #aafefa #faaafe

Analogous Colors of #fefaaa

#fefaaa #d8feaa #fed0aa

Monochromatic Colors of #fefaaa

#fefaaa

Complementary Color

#fefaaa #aaaefe

#fefaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefaaa Color CSS Codes

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

#fefaaa Text Font Color

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

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


#fefaaa Background Color

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

This div background color is #fefaaa


#fefaaa Border Color

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

This div border color is #fefaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefaaa

Related Colors


Comments

No comments written yet.

Please login to write comment.