Color Hex Logo

#fdfea0 Color Hex

#FDFEA0
(253,254,160)
0 Favorites   0 Comments

Color spaces of #fdfea0

RGB 253254160
HSL0.170.980.81
HSV61°37°100°
CMYK 0.000.000.37   0.00
XYZ82.295094.304347.1229
Yxy94.30430.36780.4215
Hunter Lab97.1104-18.675639.2068
CIE-Lab97.7545-13.763844.8464

#fdfea0 color RGB value is (253,254,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 10100000
Octal 375 376 240
Decimal 253 254 160
Hex FD FE A0

RGB Percentages of Color #fdfea0

%37.93
%38.08
%23.99

CMYK Percentages of Color #fdfea0

%0
%0
%37
%0

Triadic Colors of #fdfea0

#fdfea0 #a0fdfe #fea0fd

Analogous Colors of #fdfea0

#fdfea0 #cefea0 #fed0a0

Monochromatic Colors of #fdfea0

#fdfea0

Complementary Color

#fdfea0 #a1a0fe

#fdfea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfea0 Color CSS Codes

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

#fdfea0 Text Font Color

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

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


#fdfea0 Background Color

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

This div background color is #fdfea0


#fdfea0 Border Color

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

This div border color is #fdfea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfea0

Related Colors


Comments

No comments written yet.

Please login to write comment.