Color Hex Logo

#fdfeae Color Hex

#FDFEAE
(253,254,174)
0 Favorites   0 Comments

Color spaces of #fdfeae

RGB 253254174
HSL0.170.980.84
HSV61°31°100°
CMYK 0.000.000.31   0.00
XYZ83.589894.822353.9413
Yxy94.82230.35980.4081
Hunter Lab97.3767-17.182035.3204
CIE-Lab97.9624-12.173638.2344

#fdfeae color RGB value is (253,254,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 10101110
Octal 375 376 256
Decimal 253 254 174
Hex FD FE AE

RGB Percentages of Color #fdfeae

%37.15
%37.30
%25.55

CMYK Percentages of Color #fdfeae

%0
%0
%31
%0

Triadic Colors of #fdfeae

#fdfeae #aefdfe #feaefd

Analogous Colors of #fdfeae

#fdfeae #d5feae #fed7ae

Monochromatic Colors of #fdfeae

#fdfeae

Complementary Color

#fdfeae #afaefe

#fdfeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfeae Color CSS Codes

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

#fdfeae Text Font Color

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

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


#fdfeae Background Color

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

This div background color is #fdfeae


#fdfeae Border Color

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

This div border color is #fdfeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfeae

Related Colors


Comments

No comments written yet.

Please login to write comment.