Color Hex Logo

#f0aadf Color Hex

#F0AADF
(240,170,223)
0 Favorites   0 Comments

Color spaces of #f0aadf

RGB 240170223
HSL0.870.700.80
HSV315°29°94°
CMYK 0.000.290.07   0.06
XYZ63.629252.602476.6117
Yxy52.60240.33000.2728
Hunter Lab72.527529.6769-11.8595
CIE-Lab77.639733.7780-16.4383

#f0aadf color RGB value is (240,170,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110000 10101010 11011111
Octal 360 252 337
Decimal 240 170 223
Hex F0 AA DF

RGB Percentages of Color #f0aadf

%37.91
%26.86
%35.23

CMYK Percentages of Color #f0aadf

%0
%29
%7
%6

Triadic Colors of #f0aadf

#f0aadf #dff0aa #aadff0

Analogous Colors of #f0aadf

#f0aadf #f0aabc #deaaf0

Monochromatic Colors of #f0aadf

#f0aadf

Complementary Color

#f0aadf #aaf0bb

#f0aadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0aadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0aadf Color CSS Codes

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

#f0aadf Text Font Color

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

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


#f0aadf Background Color

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

This div background color is #f0aadf


#f0aadf Border Color

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

This div border color is #f0aadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0aadf


Comments

No comments written yet.

Please login to write comment.