Color Hex Logo

#f4dfdc Color Hex

#F4DFDC
(244,223,220)
1 Favorites   0 Comments

Color spaces of #f4dfdc

RGB 244223220
HSL0.020.520.91
HSV10°96°
CMYK 0.000.090.10   0.04
XYZ76.614277.175878.5686
Yxy77.17580.32970.3321
Hunter Lab87.84981.93368.4687
CIE-Lab90.40256.69794.0647

#f4dfdc color RGB value is (244,223,220).

#f4dfdc hex color red value is 244, green value is 223 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f4dfdc hue: 0.02 , saturation: 0.52 and the lightness value of f4dfdc is 0.91.

The process color (four color CMYK) of #f4dfdc color hex is 0.00, 0.09, 0.10, 0.04. Web safe color of #f4dfdc is #ffcccc. Color #f4dfdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 11011111 11011100
Octal 364 337 334
Decimal 244 223 220
Hex F4 DF DC

RGB Percentages of Color #f4dfdc

%35.52
%32.46
%32.02

CMYK Percentages of Color #f4dfdc

%0
%9
%10
%4

Triadic Colors of #f4dfdc

#f4dfdc #dcf4df #dfdcf4

Analogous Colors of #f4dfdc

#f4dfdc #f4ebdc #f4dce5

Monochromatic Colors of #f4dfdc

#f4dfdc

Complementary Color

#f4dfdc #dcf1f4

#f4dfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4dfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4dfdc Color CSS Codes

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

#f4dfdc Text Font Color

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

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


#f4dfdc Background Color

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

This div background color is #f4dfdc


#f4dfdc Border Color

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

This div border color is #f4dfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4dfdc

#f4dfdc Color Palettes


Comments

No comments written yet.

Please login to write comment.