Color Hex Logo

#f2aada Color Hex

#F2AADA
(242,170,218)
0 Favorites   0 Comments

Color spaces of #f2aada

RGB 242170218
HSL0.890.730.81
HSV320°30°95°
CMYK 0.000.300.10   0.05
XYZ63.647652.688773.1450
Yxy52.68870.33590.2781
Hunter Lab72.587029.4898-8.9349
CIE-Lab77.690833.5995-13.6254

#f2aada color RGB value is (242,170,218).

#f2aada hex color red value is 242, green value is 170 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #f2aada hue: 0.89 , saturation: 0.73 and the lightness value of f2aada is 0.81.

The process color (four color CMYK) of #f2aada color hex is 0.00, 0.30, 0.10, 0.05. Web safe color of #f2aada is #ff99cc. Color #f2aada contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10101010 11011010
Octal 362 252 332
Decimal 242 170 218
Hex F2 AA DA

RGB Percentages of Color #f2aada

%38.41
%26.98
%34.60

CMYK Percentages of Color #f2aada

%0
%30
%10
%5

Triadic Colors of #f2aada

#f2aada #daf2aa #aadaf2

Analogous Colors of #f2aada

#f2aada #f2aab6 #e6aaf2

Monochromatic Colors of #f2aada

#f2aada

Complementary Color

#f2aada #aaf2c2

#f2aada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2aada Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2aada Color CSS Codes

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

#f2aada Text Font Color

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

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


#f2aada Background Color

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

This div background color is #f2aada


#f2aada Border Color

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

This div border color is #f2aada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2aada


Comments

No comments written yet.

Please login to write comment.