Color Hex Logo

#fdfea1 Color Hex

#FDFEA1
(253,254,161)
0 Favorites   0 Comments

Color spaces of #fdfea1

RGB 253254161
HSL0.170.980.81
HSV61°37°100°
CMYK 0.000.000.37   0.00
XYZ82.382894.339547.5855
Yxy94.33950.36730.4206
Hunter Lab97.1285-18.574238.9424
CIE-Lab97.7686-13.655444.3774

#fdfea1 color RGB value is (253,254,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 10100001
Octal 375 376 241
Decimal 253 254 161
Hex FD FE A1

RGB Percentages of Color #fdfea1

%37.87
%38.02
%24.10

CMYK Percentages of Color #fdfea1

%0
%0
%37
%0

Triadic Colors of #fdfea1

#fdfea1 #a1fdfe #fea1fd

Analogous Colors of #fdfea1

#fdfea1 #cffea1 #fed1a1

Monochromatic Colors of #fdfea1

#fdfea1

Complementary Color

#fdfea1 #a2a1fe

#fdfea1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfea1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfea1 Color CSS Codes

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

#fdfea1 Text Font Color

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

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


#fdfea1 Background Color

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

This div background color is #fdfea1


#fdfea1 Border Color

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

This div border color is #fdfea1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfea1

Related Colors


Comments

No comments written yet.

Please login to write comment.