Color Hex Logo

#fdfea4 Color Hex

#FDFEA4
(253,254,164)
0 Favorites   0 Comments

Color spaces of #fdfea4

RGB 253254164
HSL0.170.980.82
HSV61°35°100°
CMYK 0.000.000.35   0.00
XYZ82.650794.446648.9958
Yxy94.44660.36560.4177
Hunter Lab97.1836-18.264438.1371
CIE-Lab97.8117-13.324742.9667

#fdfea4 color RGB value is (253,254,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 10100100
Octal 375 376 244
Decimal 253 254 164
Hex FD FE A4

RGB Percentages of Color #fdfea4

%37.70
%37.85
%24.44

CMYK Percentages of Color #fdfea4

%0
%0
%35
%0

Triadic Colors of #fdfea4

#fdfea4 #a4fdfe #fea4fd

Analogous Colors of #fdfea4

#fdfea4 #d0fea4 #fed2a4

Monochromatic Colors of #fdfea4

#fdfea4

Complementary Color

#fdfea4 #a5a4fe

#fdfea4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfea4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfea4 Color CSS Codes

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

#fdfea4 Text Font Color

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

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


#fdfea4 Background Color

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

This div background color is #fdfea4


#fdfea4 Border Color

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

This div border color is #fdfea4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfea4

Related Colors


Comments

No comments written yet.

Please login to write comment.