Color Hex Logo

#f0ffaa Color Hex

#F0FFAA
(240,255,170)
0 Favorites   0 Comments

Color spaces of #f0ffaa

RGB 240255170
HSL0.201.000.83
HSV71°33°100°
CMYK 0.060.000.33   0.00
XYZ78.950992.947551.8097
Yxy92.94750.35290.4155
Hunter Lab96.4093-22.540135.6245
CIE-Lab97.2063-17.945539.0434

#f0ffaa color RGB value is (240,255,170).

#f0ffaa hex color red value is 240, green value is 255 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f0ffaa hue: 0.20 , saturation: 1.00 and the lightness value of f0ffaa is 0.83.

The process color (four color CMYK) of #f0ffaa color hex is 0.06, 0.00, 0.33, 0.00. Web safe color of #f0ffaa is #ffff99. Color #f0ffaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11111111 10101010
Octal 360 377 252
Decimal 240 255 170
Hex F0 FF AA

RGB Percentages of Color #f0ffaa

%36.09
%38.35
%25.56

CMYK Percentages of Color #f0ffaa

%6
%0
%33
%0

Triadic Colors of #f0ffaa

#f0ffaa #aaf0ff #ffaaf0

Analogous Colors of #f0ffaa

#f0ffaa #c6ffaa #ffe4aa

Monochromatic Colors of #f0ffaa

#f0ffaa

Complementary Color

#f0ffaa #b9aaff

#f0ffaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0ffaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0ffaa Color CSS Codes

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

#f0ffaa Text Font Color

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

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


#f0ffaa Background Color

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

This div background color is #f0ffaa


#f0ffaa Border Color

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

This div border color is #f0ffaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0ffaa

#f0ffaa Color Palettes


Comments

No comments written yet.

Please login to write comment.