Color Hex Logo

#feefae Color Hex

#FEEFAE
(254,239,174)
0 Favorites   0 Comments

Color spaces of #feefae

RGB 254239174
HSL0.140.980.84
HSV49°31°100°
CMYK 0.000.060.31   0.00
XYZ79.379585.859852.4333
Yxy85.85980.36470.3944
Hunter Lab92.6606-9.240431.3123
CIE-Lab94.2524-4.364133.3265

#feefae color RGB value is (254,239,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11101111 10101110
Octal 376 357 256
Decimal 254 239 174
Hex FE EF AE

RGB Percentages of Color #feefae

%38.08
%35.83
%26.09

CMYK Percentages of Color #feefae

%0
%6
%31
%0

Triadic Colors of #feefae

#feefae #aefeef #efaefe

Analogous Colors of #feefae

#feefae #e5feae #fec7ae

Monochromatic Colors of #feefae

#feefae

Complementary Color

#feefae #aebdfe

#feefae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feefae Color Preview on White Background

Lorem ipsum dolor sit amet.

#feefae Color CSS Codes

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

#feefae Text Font Color

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

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


#feefae Background Color

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

This div background color is #feefae


#feefae Border Color

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

This div border color is #feefae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feefae


Comments

No comments written yet.

Please login to write comment.