Color Hex Logo

#f8afec Color Hex

#F8AFEC
(248,175,236)
0 Favorites   0 Comments

Color spaces of #f8afec

RGB 248175236
HSL0.860.840.83
HSV310°29°97°
CMYK 0.000.290.05   0.03
XYZ69.181756.672586.6495
Yxy56.67250.32560.2667
Hunter Lab75.281132.2956-15.5467
CIE-Lab79.995035.9953-19.8297

#f8afec color RGB value is (248,175,236).

#f8afec hex color red value is 248, green value is 175 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #f8afec hue: 0.86 , saturation: 0.84 and the lightness value of f8afec is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10101111 11101100
Octal 370 257 354
Decimal 248 175 236
Hex F8 AF EC

RGB Percentages of Color #f8afec

%37.63
%26.56
%35.81

CMYK Percentages of Color #f8afec

%0
%29
%5
%3

Triadic Colors of #f8afec

#f8afec #ecf8af #afecf8

Analogous Colors of #f8afec

#f8afec #f8afc8 #e0aff8

Monochromatic Colors of #f8afec

#f8afec

Complementary Color

#f8afec #aff8bb

#f8afec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f8afec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f8afec Color CSS Codes

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

#f8afec Text Font Color

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

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


#f8afec Background Color

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

This div background color is #f8afec


#f8afec Border Color

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

This div border color is #f8afec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f8afec


Comments

No comments written yet.

Please login to write comment.