Color Hex Logo

#fdfde5 Color Hex

#FDFDE5
(253,253,229)
0 Favorites   0 Comments

Color spaces of #fdfde5

RGB 253253229
HSL0.170.860.95
HSV60°99°
CMYK 0.000.000.09   0.01
XYZ89.776196.790388.0794
Yxy96.79030.32690.3524
Hunter Lab98.3821-9.282915.7863
CIE-Lab98.7454-4.011211.4846

#fdfde5 color RGB value is (253,253,229).

#fdfde5 hex color red value is 253, green value is 253 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #fdfde5 hue: 0.17 , saturation: 0.86 and the lightness value of fdfde5 is 0.95.

The process color (four color CMYK) of #fdfde5 color hex is 0.00, 0.00, 0.09, 0.01. Web safe color of #fdfde5 is #ffffcc. Color #fdfde5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111101 11100101
Octal 375 375 345
Decimal 253 253 229
Hex FD FD E5

RGB Percentages of Color #fdfde5

%34.42
%34.42
%31.16

CMYK Percentages of Color #fdfde5

%0
%0
%9
%1

Triadic Colors of #fdfde5

#fdfde5 #e5fdfd #fde5fd

Analogous Colors of #fdfde5

#fdfde5 #f1fde5 #fdf1e5

Monochromatic Colors of #fdfde5

#fdfde5

Complementary Color

#fdfde5 #e5e5fd

#fdfde5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfde5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfde5 Color CSS Codes

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

#fdfde5 Text Font Color

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

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


#fdfde5 Background Color

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

This div background color is #fdfde5


#fdfde5 Border Color

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

This div border color is #fdfde5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfde5

Related Colors


Comments

No comments written yet.

Please login to write comment.