Color Hex Logo

#f3acef Color Hex

#F3ACEF
(243,172,239)
0 Favorites   0 Comments

Color spaces of #f3acef

RGB 243172239
HSL0.840.750.81
HSV303°29°95°
CMYK 0.000.290.02   0.05
XYZ67.294754.791788.6904
Yxy54.79170.31930.2600
Hunter Lab74.021432.7413-19.2246
CIE-Lab78.921136.4972-23.1251

#f3acef color RGB value is (243,172,239).

#f3acef hex color red value is 243, green value is 172 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #f3acef hue: 0.84 , saturation: 0.75 and the lightness value of f3acef is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 10101100 11101111
Octal 363 254 357
Decimal 243 172 239
Hex F3 AC EF

RGB Percentages of Color #f3acef

%37.16
%26.30
%36.54

CMYK Percentages of Color #f3acef

%0
%29
%2
%5

Triadic Colors of #f3acef

#f3acef #eff3ac #aceff3

Analogous Colors of #f3acef

#f3acef #f3accc #d4acf3

Monochromatic Colors of #f3acef

#f3acef

Complementary Color

#f3acef #acf3b0

#f3acef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3acef Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3acef Color CSS Codes

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

#f3acef Text Font Color

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

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


#f3acef Background Color

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

This div background color is #f3acef


#f3acef Border Color

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

This div border color is #f3acef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,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 #f3acef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3acef


Comments

No comments written yet.

Please login to write comment.