Color Hex Logo

#fddfd4 Color Hex

#FDDFD4
(253,223,212)
0 Favorites   0 Comments

Color spaces of #fddfd4

RGB 253223212
HSL0.040.910.91
HSV16°16°99°
CMYK 0.000.120.16   0.01
XYZ78.779478.411573.2702
Yxy78.41150.34180.3402
Hunter Lab88.55033.840912.9262
CIE-Lab90.96748.60599.1653

#fddfd4 color RGB value is (253,223,212).

#fddfd4 hex color red value is 253, green value is 223 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #fddfd4 hue: 0.04 , saturation: 0.91 and the lightness value of fddfd4 is 0.91.

The process color (four color CMYK) of #fddfd4 color hex is 0.00, 0.12, 0.16, 0.01. Web safe color of #fddfd4 is #ffcccc. Color #fddfd4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 11011111 11010100
Octal 375 337 324
Decimal 253 223 212
Hex FD DF D4

RGB Percentages of Color #fddfd4

%36.77
%32.41
%30.81

CMYK Percentages of Color #fddfd4

%0
%12
%16
%1

Triadic Colors of #fddfd4

#fddfd4 #d4fddf #dfd4fd

Analogous Colors of #fddfd4

#fddfd4 #fdf4d4 #fdd4de

Monochromatic Colors of #fddfd4

#fddfd4

Complementary Color

#fddfd4 #d4f2fd

#fddfd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fddfd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fddfd4 Color CSS Codes

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

#fddfd4 Text Font Color

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

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


#fddfd4 Background Color

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

This div background color is #fddfd4


#fddfd4 Border Color

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

This div border color is #fddfd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fddfd4


Comments

No comments written yet.

Please login to write comment.