Color Hex Logo

#f3dfdc Color Hex

#F3DFDC
(243,223,220)
0 Favorites   0 Comments

Color spaces of #f3dfdc

RGB 243223220
HSL0.020.490.91
HSV95°
CMYK 0.000.080.09   0.05
XYZ76.268176.997378.5524
Yxy76.99730.32900.3321
Hunter Lab87.74811.58788.3471
CIE-Lab90.32046.35003.9355

#f3dfdc color RGB value is (243,223,220).

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

The process color (four color CMYK) of #f3dfdc color hex is 0.00, 0.08, 0.09, 0.05. Web safe color of #f3dfdc is #ffcccc. Color #f3dfdc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 11011111 11011100
Octal 363 337 334
Decimal 243 223 220
Hex F3 DF DC

RGB Percentages of Color #f3dfdc

%35.42
%32.51
%32.07

CMYK Percentages of Color #f3dfdc

%0
%8
%9
%5

Triadic Colors of #f3dfdc

#f3dfdc #dcf3df #dfdcf3

Analogous Colors of #f3dfdc

#f3dfdc #f3ebdc #f3dce5

Monochromatic Colors of #f3dfdc

#f3dfdc

Complementary Color

#f3dfdc #dcf0f3

#f3dfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3dfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3dfdc Color CSS Codes

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

#f3dfdc Text Font Color

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

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


#f3dfdc Background Color

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

This div background color is #f3dfdc


#f3dfdc Border Color

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

This div border color is #f3dfdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,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 #f3dfdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3dfdc


Comments

No comments written yet.

Please login to write comment.