Color Hex Logo

#f2f9da Color Hex

#F2F9DA
(242,249,218)
0 Favorites   0 Comments

Color spaces of #f2f9da

RGB 242249218
HSL0.200.720.92
HSV74°12°98°
CMYK 0.030.000.12   0.02
XYZ83.148591.690679.6453
Yxy91.69060.32670.3603
Hunter Lab95.7552-12.572117.7136
CIE-Lab96.6937-7.549614.0959

#f2f9da color RGB value is (242,249,218).

#f2f9da hex color red value is 242, green value is 249 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f2f9da hue: 0.20 , saturation: 0.72 and the lightness value of f2f9da is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11111001 11011010
Octal 362 371 332
Decimal 242 249 218
Hex F2 F9 DA

RGB Percentages of Color #f2f9da

%34.13
%35.12
%30.75

CMYK Percentages of Color #f2f9da

%3
%0
%12
%2

Triadic Colors of #f2f9da

#f2f9da #daf2f9 #f9daf2

Analogous Colors of #f2f9da

#f2f9da #e3f9da #f9f1da

Monochromatic Colors of #f2f9da

#f2f9da

Complementary Color

#f2f9da #e1daf9

#f2f9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2f9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2f9da Color CSS Codes

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

#f2f9da Text Font Color

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

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


#f2f9da Background Color

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

This div background color is #f2f9da


#f2f9da Border Color

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

This div border color is #f2f9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2f9da


Comments

No comments written yet.

Please login to write comment.