Color Hex Logo

#feffae Color Hex

#FEFFAE
(254,255,174)
1 Favorites   0 Comments

Color spaces of #feffae

RGB 254255174
HSL0.171.000.84
HSV61°32°100°
CMYK 0.000.000.32   0.00
XYZ84.273095.646854.0644
Yxy95.64680.36020.4088
Hunter Lab97.7992-17.336135.6833
CIE-Lab98.2917-12.291738.6820

#feffae color RGB value is (254,255,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 11111111 10101110
Octal 376 377 256
Decimal 254 255 174
Hex FE FF AE

RGB Percentages of Color #feffae

%37.19
%37.34
%25.48

CMYK Percentages of Color #feffae

%0
%0
%32
%0

Triadic Colors of #feffae

#feffae #aefeff #ffaefe

Analogous Colors of #feffae

#feffae #d6ffae #ffd8ae

Monochromatic Colors of #feffae

#feffae

Complementary Color

#feffae #afaeff

#feffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#feffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#feffae Color CSS Codes

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

#feffae Text Font Color

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

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


#feffae Background Color

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

This div background color is #feffae


#feffae Border Color

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

This div border color is #feffae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #feffae

Related Colors


Comments

No comments written yet.

Please login to write comment.