Color Hex Logo

#fdfdda Color Hex

#FDFDDA
(253,253,218)
0 Favorites   0 Comments

Color spaces of #fdfdda

RGB 253253218
HSL0.170.900.92
HSV60°14°99°
CMYK 0.000.000.14   0.01
XYZ88.288296.195280.2439
Yxy96.19520.33350.3634
Hunter Lab98.0792-10.957620.1470
CIE-Lab98.5097-5.720816.7767

#fdfdda color RGB value is (253,253,218).

#fdfdda hex color red value is 253, green value is 253 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fdfdda hue: 0.17 , saturation: 0.90 and the lightness value of fdfdda is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 11111101 11011010
Octal 375 375 332
Decimal 253 253 218
Hex FD FD DA

RGB Percentages of Color #fdfdda

%34.94
%34.94
%30.11

CMYK Percentages of Color #fdfdda

%0
%0
%14
%1

Triadic Colors of #fdfdda

#fdfdda #dafdfd #fddafd

Analogous Colors of #fdfdda

#fdfdda #ecfdda #fdecda

Monochromatic Colors of #fdfdda

#fdfdda

Complementary Color

#fdfdda #dadafd

#fdfdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fdfdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fdfdda Color CSS Codes

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

#fdfdda Text Font Color

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

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


#fdfdda Background Color

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

This div background color is #fdfdda


#fdfdda Border Color

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

This div border color is #fdfdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fdfdda

Related Colors


Comments

No comments written yet.

Please login to write comment.