Color Hex Logo

#fdfeaa Color Hex

#FDFEAA
(253,254,170)
1 Favorites   0 Comments

Color spaces of #fdfeaa

RGB 253254170
HSL0.170.980.83
HSV61°33°100°
CMYK 0.000.000.33   0.00
XYZ83.205594.668551.9177
Yxy94.66850.36210.4120
Hunter Lab97.2977-17.624336.4715
CIE-Lab97.9007-12.643140.1323

#fdfeaa color RGB value is (253,254,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 10101010
Octal 375 376 252
Decimal 253 254 170
Hex FD FE AA

RGB Percentages of Color #fdfeaa

%37.37
%37.52
%25.11

CMYK Percentages of Color #fdfeaa

%0
%0
%33
%0

Triadic Colors of #fdfeaa

#fdfeaa #aafdfe #feaafd

Analogous Colors of #fdfeaa

#fdfeaa #d3feaa #fed5aa

Monochromatic Colors of #fdfeaa

#fdfeaa

Complementary Color

#fdfeaa #abaafe

#fdfeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfeaa Color CSS Codes

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

#fdfeaa Text Font Color

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

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


#fdfeaa Background Color

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

This div background color is #fdfeaa


#fdfeaa Border Color

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

This div border color is #fdfeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfeaa

Related Colors


Comments

No comments written yet.

Please login to write comment.