Color Hex Logo

#f2aaed Color Hex

#F2AAED
(242,170,237)
0 Favorites   0 Comments

Color spaces of #f2aaed

RGB 242170237
HSL0.840.730.81
HSV304°30°95°
CMYK 0.000.300.02   0.05
XYZ66.278753.741187.0006
Yxy53.74110.32020.2596
Hunter Lab73.308333.0939-19.0482
CIE-Lab78.310536.8750-22.9840

#f2aaed color RGB value is (242,170,237).

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

The process color (four color CMYK) of #f2aaed color hex is 0.00, 0.30, 0.02, 0.05. Web safe color of #f2aaed is #ff99ff. Color #f2aaed contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10101010 11101101
Octal 362 252 355
Decimal 242 170 237
Hex F2 AA ED

RGB Percentages of Color #f2aaed

%37.29
%26.19
%36.52

CMYK Percentages of Color #f2aaed

%0
%30
%2
%5

Triadic Colors of #f2aaed

#f2aaed #edf2aa #aaedf2

Analogous Colors of #f2aaed

#f2aaed #f2aac9 #d3aaf2

Monochromatic Colors of #f2aaed

#f2aaed

Complementary Color

#f2aaed #aaf2af

#f2aaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2aaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2aaed Color CSS Codes

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

#f2aaed Text Font Color

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

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


#f2aaed Background Color

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

This div background color is #f2aaed


#f2aaed Border Color

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

This div border color is #f2aaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2aaed


Comments

No comments written yet.

Please login to write comment.