Color Hex Logo

#f8aae9 Color Hex

#F8AAE9
(248,170,233)
0 Favorites   0 Comments

Color spaces of #f8aae9

RGB 248170233
HSL0.870.850.82
HSV312°31°97°
CMYK 0.000.310.06   0.03
XYZ67.794154.589184.0544
Yxy54.58910.32840.2644
Hunter Lab73.884434.4884-15.7320
CIE-Lab78.804038.1017-20.0142

#f8aae9 color RGB value is (248,170,233).

#f8aae9 hex color red value is 248, green value is 170 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #f8aae9 hue: 0.87 , saturation: 0.85 and the lightness value of f8aae9 is 0.82.

The process color (four color CMYK) of #f8aae9 color hex is 0.00, 0.31, 0.06, 0.03. Web safe color of #f8aae9 is #ff99ff. Color #f8aae9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111000 10101010 11101001
Octal 370 252 351
Decimal 248 170 233
Hex F8 AA E9

RGB Percentages of Color #f8aae9

%38.10
%26.11
%35.79

CMYK Percentages of Color #f8aae9

%0
%31
%6
%3

Triadic Colors of #f8aae9

#f8aae9 #e9f8aa #aae9f8

Analogous Colors of #f8aae9

#f8aae9 #f8aac2 #e0aaf8

Monochromatic Colors of #f8aae9

#f8aae9

Complementary Color

#f8aae9 #aaf8b9

#f8aae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8aae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8aae9 Color CSS Codes

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

#f8aae9 Text Font Color

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

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


#f8aae9 Background Color

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

This div background color is #f8aae9


#f8aae9 Border Color

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

This div border color is #f8aae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8aae9


Comments

No comments written yet.

Please login to write comment.