Color Hex Logo

#f0aade Color Hex

#F0AADE
(240,170,222)
0 Favorites   0 Comments

Color spaces of #f0aade

RGB 240170222
HSL0.880.700.80
HSV315°29°94°
CMYK 0.000.290.08   0.06
XYZ63.494752.548675.9036
Yxy52.54860.33080.2738
Hunter Lab72.490429.4908-11.3384
CIE-Lab77.607733.6072-15.9436

#f0aade color RGB value is (240,170,222).

#f0aade hex color red value is 240, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f0aade hue: 0.88 , saturation: 0.70 and the lightness value of f0aade is 0.80.

The process color (four color CMYK) of #f0aade color hex is 0.00, 0.29, 0.08, 0.06. Web safe color of #f0aade is #ff99cc. Color #f0aade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101010 11011110
Octal 360 252 336
Decimal 240 170 222
Hex F0 AA DE

RGB Percentages of Color #f0aade

%37.97
%26.90
%35.13

CMYK Percentages of Color #f0aade

%0
%29
%8
%6

Triadic Colors of #f0aade

#f0aade #def0aa #aadef0

Analogous Colors of #f0aade

#f0aade #f0aabb #dfaaf0

Monochromatic Colors of #f0aade

#f0aade

Complementary Color

#f0aade #aaf0bc

#f0aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0aade Color CSS Codes

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

#f0aade Text Font Color

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

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


#f0aade Background Color

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

This div background color is #f0aade


#f0aade Border Color

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

This div border color is #f0aade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0aade


Comments

No comments written yet.

Please login to write comment.