Color Hex Logo

#f3fcdc Color Hex

#F3FCDC
(243,252,220)
0 Favorites   0 Comments

Color spaces of #f3fcdc

RGB 243252220
HSL0.210.840.93
HSV77°13°99°
CMYK 0.040.000.13   0.01
XYZ84.690893.842881.3599
Yxy93.84280.32590.3611
Hunter Lab96.8725-13.473218.0151
CIE-Lab97.5686-8.382314.3204

#f3fcdc color RGB value is (243,252,220).

#f3fcdc hex color red value is 243, green value is 252 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f3fcdc hue: 0.21 , saturation: 0.84 and the lightness value of f3fcdc is 0.93.

The process color (four color CMYK) of #f3fcdc color hex is 0.04, 0.00, 0.13, 0.01. Web safe color of #f3fcdc is #ffffcc. Color #f3fcdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 11111100 11011100
Octal 363 374 334
Decimal 243 252 220
Hex F3 FC DC

RGB Percentages of Color #f3fcdc

%33.99
%35.24
%30.77

CMYK Percentages of Color #f3fcdc

%4
%0
%13
%1

Triadic Colors of #f3fcdc

#f3fcdc #dcf3fc #fcdcf3

Analogous Colors of #f3fcdc

#f3fcdc #e3fcdc #fcf5dc

Monochromatic Colors of #f3fcdc

#f3fcdc

Complementary Color

#f3fcdc #e5dcfc

#f3fcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3fcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3fcdc Color CSS Codes

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

#f3fcdc Text Font Color

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

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


#f3fcdc Background Color

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

This div background color is #f3fcdc


#f3fcdc Border Color

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

This div border color is #f3fcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3fcdc

Related Colors


Comments

No comments written yet.

Please login to write comment.