Color Hex Logo

#f2fcdc Color Hex

#F2FCDC
(242,252,220)
0 Favorites   0 Comments

Color spaces of #f2fcdc

RGB 242252220
HSL0.220.840.93
HSV79°13°99°
CMYK 0.040.000.13   0.01
XYZ84.346693.665481.3438
Yxy93.66540.32520.3611
Hunter Lab96.7809-13.800017.9137
CIE-Lab97.4970-8.726314.2089

#f2fcdc color RGB value is (242,252,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11111100 11011100
Octal 362 374 334
Decimal 242 252 220
Hex F2 FC DC

RGB Percentages of Color #f2fcdc

%33.89
%35.29
%30.81

CMYK Percentages of Color #f2fcdc

%4
%0
%13
%1

Triadic Colors of #f2fcdc

#f2fcdc #dcf2fc #fcdcf2

Analogous Colors of #f2fcdc

#f2fcdc #e2fcdc #fcf6dc

Monochromatic Colors of #f2fcdc

#f2fcdc

Complementary Color

#f2fcdc #e6dcfc

#f2fcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2fcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2fcdc Color CSS Codes

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

#f2fcdc Text Font Color

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

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


#f2fcdc Background Color

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

This div background color is #f2fcdc


#f2fcdc Border Color

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

This div border color is #f2fcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2fcdc

Related Colors


Comments

No comments written yet.

Please login to write comment.