Color Hex Logo

#fdfde3 Color Hex

#FDFDE3
(253,253,227)
1 Favorites   0 Comments

Color spaces of #fdfde3

RGB 253253227
HSL0.170.870.94
HSV60°10°99°
CMYK 0.000.000.10   0.01
XYZ89.498496.679386.6169
Yxy96.67930.32810.3544
Hunter Lab98.3256-9.594816.5983
CIE-Lab98.7015-4.328412.4461

#fdfde3 color RGB value is (253,253,227).

#fdfde3 hex color red value is 253, green value is 253 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #fdfde3 hue: 0.17 , saturation: 0.87 and the lightness value of fdfde3 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111101 11100011
Octal 375 375 343
Decimal 253 253 227
Hex FD FD E3

RGB Percentages of Color #fdfde3

%34.52
%34.52
%30.97

CMYK Percentages of Color #fdfde3

%0
%0
%10
%1

Triadic Colors of #fdfde3

#fdfde3 #e3fdfd #fde3fd

Analogous Colors of #fdfde3

#fdfde3 #f0fde3 #fdf0e3

Monochromatic Colors of #fdfde3

#fdfde3

Complementary Color

#fdfde3 #e3e3fd

#fdfde3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfde3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfde3 Color CSS Codes

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

#fdfde3 Text Font Color

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

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


#fdfde3 Background Color

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

This div background color is #fdfde3


#fdfde3 Border Color

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

This div border color is #fdfde3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfde3

Related Colors

#fdfde3 Color Palettes


Comments

No comments written yet.

Please login to write comment.