Color Hex Logo

#fef0ac Color Hex

#FEF0AC
(254,240,172)
0 Favorites   0 Comments

Color spaces of #fef0ac

RGB 254240172
HSL0.140.980.84
HSV50°32°100°
CMYK 0.000.060.32   0.00
XYZ79.479586.369651.5117
Yxy86.36960.36570.3974
Hunter Lab92.9352-9.981032.1917
CIE-Lab94.4702-5.105234.6259

#fef0ac color RGB value is (254,240,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11110000 10101100
Octal 376 360 254
Decimal 254 240 172
Hex FE F0 AC

RGB Percentages of Color #fef0ac

%38.14
%36.04
%25.83

CMYK Percentages of Color #fef0ac

%0
%6
%32
%0

Triadic Colors of #fef0ac

#fef0ac #acfef0 #f0acfe

Analogous Colors of #fef0ac

#fef0ac #e3feac #fec7ac

Monochromatic Colors of #fef0ac

#fef0ac

Complementary Color

#fef0ac #acbafe

#fef0ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fef0ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fef0ac Color CSS Codes

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

#fef0ac Text Font Color

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

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


#fef0ac Background Color

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

This div background color is #fef0ac


#fef0ac Border Color

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

This div border color is #fef0ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fef0ac

Related Colors


Comments

No comments written yet.

Please login to write comment.