Color Hex Logo

#fdffae Color Hex

#FDFFAE
(253,255,174)
0 Favorites   0 Comments

Color spaces of #fdffae

RGB 253255174
HSL0.171.000.84
HSV61°32°100°
CMYK 0.010.000.32   0.00
XYZ83.908095.458654.0473
Yxy95.45860.35950.4090
Hunter Lab97.7029-17.683035.5940
CIE-Lab98.2167-12.662838.5693

#fdffae color RGB value is (253,255,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111111 10101110
Octal 375 377 256
Decimal 253 255 174
Hex FD FF AE

RGB Percentages of Color #fdffae

%37.10
%37.39
%25.51

CMYK Percentages of Color #fdffae

%1
%0
%32
%0

Triadic Colors of #fdffae

#fdffae #aefdff #ffaefd

Analogous Colors of #fdffae

#fdffae #d5ffae #ffd9ae

Monochromatic Colors of #fdffae

#fdffae

Complementary Color

#fdffae #b0aeff

#fdffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdffae Color CSS Codes

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

#fdffae Text Font Color

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

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


#fdffae Background Color

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

This div background color is #fdffae


#fdffae Border Color

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

This div border color is #fdffae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdffae

Related Colors

#fdffae Color Palettes


Comments

No comments written yet.

Please login to write comment.