Color Hex Logo

#f2fadf Color Hex

#F2FADF
(242,250,223)
0 Favorites   0 Comments

Color spaces of #f2fadf

RGB 242250223
HSL0.220.730.93
HSV78°11°98°
CMYK 0.030.000.11   0.02
XYZ84.122892.576283.2473
Yxy92.57620.32360.3561
Hunter Lab96.2165-12.315116.0534
CIE-Lab97.0553-7.248012.0428

#f2fadf color RGB value is (242,250,223).

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

The process color (four color CMYK) of #f2fadf color hex is 0.03, 0.00, 0.11, 0.02. Web safe color of #f2fadf is #ffffcc. Color #f2fadf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11111010 11011111
Octal 362 372 337
Decimal 242 250 223
Hex F2 FA DF

RGB Percentages of Color #f2fadf

%33.85
%34.97
%31.19

CMYK Percentages of Color #f2fadf

%3
%0
%11
%2

Triadic Colors of #f2fadf

#f2fadf #dff2fa #fadff2

Analogous Colors of #f2fadf

#f2fadf #e5fadf #faf5df

Monochromatic Colors of #f2fadf

#f2fadf

Complementary Color

#f2fadf #e7dffa

#f2fadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2fadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2fadf Color CSS Codes

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

#f2fadf Text Font Color

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

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


#f2fadf Background Color

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

This div background color is #f2fadf


#f2fadf Border Color

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

This div border color is #f2fadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2fadf


Comments

No comments written yet.

Please login to write comment.