Color Hex Logo

#fdfead Color Hex

#FDFEAD
(253,254,173)
0 Favorites   0 Comments

Color spaces of #fdfead

RGB 253254173
HSL0.170.980.84
HSV61°32°100°
CMYK 0.000.000.32   0.00
XYZ83.492694.783453.4297
Yxy94.78340.36030.4091
Hunter Lab97.3568-17.293835.6112
CIE-Lab97.9468-12.292238.7094

#fdfead color RGB value is (253,254,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 10101101
Octal 375 376 255
Decimal 253 254 173
Hex FD FE AD

RGB Percentages of Color #fdfead

%37.21
%37.35
%25.44

CMYK Percentages of Color #fdfead

%0
%0
%32
%0

Triadic Colors of #fdfead

#fdfead #adfdfe #feadfd

Analogous Colors of #fdfead

#fdfead #d5fead #fed7ad

Monochromatic Colors of #fdfead

#fdfead

Complementary Color

#fdfead #aeadfe

#fdfead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfead Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfead Color CSS Codes

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

#fdfead Text Font Color

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

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


#fdfead Background Color

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

This div background color is #fdfead


#fdfead Border Color

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

This div border color is #fdfead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfead

Related Colors


Comments

No comments written yet.

Please login to write comment.