Color Hex Logo

#f0fcaa Color Hex

#F0FCAA
(240,252,170)
0 Favorites   0 Comments

Color spaces of #f0fcaa

RGB 240252170
HSL0.190.930.83
HSV69°33°99°
CMYK 0.050.000.33   0.01
XYZ78.001391.048451.4932
Yxy91.04840.35370.4128
Hunter Lab95.4193-21.067434.7975
CIE-Lab96.4300-16.491338.0236

#f0fcaa color RGB value is (240,252,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 11111100 10101010
Octal 360 374 252
Decimal 240 252 170
Hex F0 FC AA

RGB Percentages of Color #f0fcaa

%36.25
%38.07
%25.68

CMYK Percentages of Color #f0fcaa

%5
%0
%33
%1

Triadic Colors of #f0fcaa

#f0fcaa #aaf0fc #fcaaf0

Analogous Colors of #f0fcaa

#f0fcaa #c7fcaa #fcdfaa

Monochromatic Colors of #f0fcaa

#f0fcaa

Complementary Color

#f0fcaa #b6aafc

#f0fcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0fcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0fcaa Color CSS Codes

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

#f0fcaa Text Font Color

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

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


#f0fcaa Background Color

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

This div background color is #f0fcaa


#f0fcaa Border Color

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

This div border color is #f0fcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0fcaa


Comments

No comments written yet.

Please login to write comment.