Color Hex Logo

#f7acef Color Hex

#F7ACEF
(247,172,239)
0 Favorites   0 Comments

Color spaces of #f7acef

RGB 247172239
HSL0.850.820.82
HSV306°30°97°
CMYK 0.000.300.03   0.03
XYZ68.690355.511288.7557
Yxy55.51120.32260.2607
Hunter Lab74.505834.1820-18.4756
CIE-Lab79.334837.7737-22.4577

#f7acef color RGB value is (247,172,239).

#f7acef hex color red value is 247, green value is 172 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f7acef hue: 0.85 , saturation: 0.82 and the lightness value of f7acef is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10101100 11101111
Octal 367 254 357
Decimal 247 172 239
Hex F7 AC EF

RGB Percentages of Color #f7acef

%37.54
%26.14
%36.32

CMYK Percentages of Color #f7acef

%0
%30
%3
%3

Triadic Colors of #f7acef

#f7acef #eff7ac #aceff7

Analogous Colors of #f7acef

#f7acef #f7acca #daacf7

Monochromatic Colors of #f7acef

#f7acef

Complementary Color

#f7acef #acf7b4

#f7acef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7acef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7acef Color CSS Codes

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

#f7acef Text Font Color

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

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


#f7acef Background Color

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

This div background color is #f7acef


#f7acef Border Color

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

This div border color is #f7acef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(247,172,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f7acef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f7acef;
  -webkit-box-shadow: 1px 1px 3px 2px #f7acef;
  box-shadow:         1px 1px 3px 2px #f7acef; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(247,172,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7acef


Comments

No comments written yet.

Please login to write comment.