Color Hex Logo

#fefeaf Color Hex

#FEFEAF
(254,254,175)
0 Favorites   0 Comments

Color spaces of #fefeaf

RGB 254254175
HSL0.170.980.84
HSV60°31°100°
CMYK 0.000.000.31   0.00
XYZ84.052795.049654.4738
Yxy95.04960.35990.4069
Hunter Lab97.4934-16.721935.1175
CIE-Lab98.0534-11.683237.8722

#fefeaf color RGB value is (254,254,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111110 10101111
Octal 376 376 257
Decimal 254 254 175
Hex FE FE AF

RGB Percentages of Color #fefeaf

%37.19
%37.19
%25.62

CMYK Percentages of Color #fefeaf

%0
%0
%31
%0

Triadic Colors of #fefeaf

#fefeaf #affefe #feaffe

Analogous Colors of #fefeaf

#fefeaf #d7feaf #fed7af

Monochromatic Colors of #fefeaf

#fefeaf

Complementary Color

#fefeaf #afaffe

#fefeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fefeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fefeaf Color CSS Codes

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

#fefeaf Text Font Color

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

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


#fefeaf Background Color

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

This div background color is #fefeaf


#fefeaf Border Color

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

This div border color is #fefeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fefeaf

Related Colors


Comments

No comments written yet.

Please login to write comment.