Color Hex Logo

#f2ffd9 Color Hex

#F2FFD9
(242,255,217)
0 Favorites   0 Comments

Color spaces of #f2ffd9

RGB 242255217
HSL0.221.000.93
HSV81°15°100°
CMYK 0.050.000.15   0.00
XYZ84.902395.407079.5862
Yxy95.40700.32670.3671
Hunter Lab97.6765-15.778320.0644
CIE-Lab98.1961-10.687016.7309

#f2ffd9 color RGB value is (242,255,217).

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

The process color (four color CMYK) of #f2ffd9 color hex is 0.05, 0.00, 0.15, 0.00. Web safe color of #f2ffd9 is #ffffcc. Color #f2ffd9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11111111 11011001
Octal 362 377 331
Decimal 242 255 217
Hex F2 FF D9

RGB Percentages of Color #f2ffd9

%33.89
%35.71
%30.39

CMYK Percentages of Color #f2ffd9

%5
%0
%15
%0

Triadic Colors of #f2ffd9

#f2ffd9 #d9f2ff #ffd9f2

Analogous Colors of #f2ffd9

#f2ffd9 #dfffd9 #fff9d9

Monochromatic Colors of #f2ffd9

#f2ffd9

Complementary Color

#f2ffd9 #e6d9ff

#f2ffd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2ffd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2ffd9 Color CSS Codes

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

#f2ffd9 Text Font Color

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

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


#f2ffd9 Background Color

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

This div background color is #f2ffd9


#f2ffd9 Border Color

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

This div border color is #f2ffd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2ffd9

Related Colors


Comments

No comments written yet.

Please login to write comment.