Color Hex Logo

#fdfed1 Color Hex

#FDFED1
(253,254,209)
0 Favorites   0 Comments

Color spaces of #fdfed1

RGB 253254209
HSL0.170.960.91
HSV61°18°100°
CMYK 0.000.000.18   0.00
XYZ87.458496.369774.3133
Yxy96.36970.33880.3733
Hunter Lab98.1681-12.767623.8351
CIE-Lab98.5789-7.552321.4609

#fdfed1 color RGB value is (253,254,209).

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

The process color (four color CMYK) of #fdfed1 color hex is 0.00, 0.00, 0.18, 0.00. Web safe color of #fdfed1 is #ffffcc. Color #fdfed1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111110 11010001
Octal 375 376 321
Decimal 253 254 209
Hex FD FE D1

RGB Percentages of Color #fdfed1

%35.34
%35.47
%29.19

CMYK Percentages of Color #fdfed1

%0
%0
%18
%0

Triadic Colors of #fdfed1

#fdfed1 #d1fdfe #fed1fd

Analogous Colors of #fdfed1

#fdfed1 #e7fed1 #fee9d1

Monochromatic Colors of #fdfed1

#fdfed1

Complementary Color

#fdfed1 #d2d1fe

#fdfed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfed1 Color CSS Codes

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

#fdfed1 Text Font Color

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

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


#fdfed1 Background Color

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

This div background color is #fdfed1


#fdfed1 Border Color

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

This div border color is #fdfed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfed1

Related Colors


Comments

No comments written yet.

Please login to write comment.