Color Hex Logo

#fefaac Color Hex

#FEFAAC
(254,250,172)
0 Favorites   0 Comments

Color spaces of #fefaac

RGB 254250172
HSL0.160.980.84
HSV57°32°100°
CMYK 0.000.020.32   0.00
XYZ82.505192.420652.5202
Yxy92.42060.36270.4063
Hunter Lab96.1356-15.045934.9040
CIE-Lab96.9920-10.072037.9634

#fefaac color RGB value is (254,250,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111010 10101100
Octal 376 372 254
Decimal 254 250 172
Hex FE FA AC

RGB Percentages of Color #fefaac

%37.57
%36.98
%25.44

CMYK Percentages of Color #fefaac

%0
%2
%32
%0

Triadic Colors of #fefaac

#fefaac #acfefa #faacfe

Analogous Colors of #fefaac

#fefaac #d9feac #fed1ac

Monochromatic Colors of #fefaac

#fefaac

Complementary Color

#fefaac #acb0fe

#fefaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefaac Color CSS Codes

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

#fefaac Text Font Color

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

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


#fefaac Background Color

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

This div background color is #fefaac


#fefaac Border Color

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

This div border color is #fefaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefaac

Related Colors


Comments

No comments written yet.

Please login to write comment.