Color Hex Logo

#feefaf Color Hex

#FEEFAF
(254,239,175)
0 Favorites   0 Comments

Color spaces of #feefaf

RGB 254239175
HSL0.140.980.84
HSV49°31°100°
CMYK 0.000.060.31   0.00
XYZ79.477485.899052.9487
Yxy85.89900.36400.3934
Hunter Lab92.6817-9.123831.0051
CIE-Lab94.2691-4.242932.8435

#feefaf color RGB value is (254,239,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 10101111
Octal 376 357 257
Decimal 254 239 175
Hex FE EF AF

RGB Percentages of Color #feefaf

%38.02
%35.78
%26.20

CMYK Percentages of Color #feefaf

%0
%6
%31
%0

Triadic Colors of #feefaf

#feefaf #affeef #efaffe

Analogous Colors of #feefaf

#feefaf #e6feaf #fec8af

Monochromatic Colors of #feefaf

#feefaf

Complementary Color

#feefaf #afbefe

#feefaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feefaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#feefaf Color CSS Codes

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

#feefaf Text Font Color

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

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


#feefaf Background Color

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

This div background color is #feefaf


#feefaf Border Color

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

This div border color is #feefaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feefaf

Related Colors


Comments

No comments written yet.

Please login to write comment.