Color Hex Logo

#f2aeea Color Hex

#F2AEEA
(242,174,234)
0 Favorites   0 Comments

Color spaces of #f2aeea

RGB 242174234
HSL0.850.720.82
HSV307°28°95°
CMYK 0.000.280.03   0.05
XYZ66.605355.089984.9648
Yxy55.08990.32230.2666
Hunter Lab74.222630.2915-15.9152
CIE-Lab79.093034.2293-20.1758

#f2aeea color RGB value is (242,174,234).

#f2aeea hex color red value is 242, green value is 174 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #f2aeea hue: 0.85 , saturation: 0.72 and the lightness value of f2aeea is 0.82.

The process color (four color CMYK) of #f2aeea color hex is 0.00, 0.28, 0.03, 0.05. Web safe color of #f2aeea is #ff99ff. Color #f2aeea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 10101110 11101010
Octal 362 256 352
Decimal 242 174 234
Hex F2 AE EA

RGB Percentages of Color #f2aeea

%37.23
%26.77
%36.00

CMYK Percentages of Color #f2aeea

%0
%28
%3
%5

Triadic Colors of #f2aeea

#f2aeea #eaf2ae #aeeaf2

Analogous Colors of #f2aeea

#f2aeea #f2aec8 #d8aef2

Monochromatic Colors of #f2aeea

#f2aeea

Complementary Color

#f2aeea #aef2b6

#f2aeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2aeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2aeea Color CSS Codes

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

#f2aeea Text Font Color

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

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


#f2aeea Background Color

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

This div background color is #f2aeea


#f2aeea Border Color

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

This div border color is #f2aeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2aeea


Comments

No comments written yet.

Please login to write comment.