Color Hex Logo

#f3acda Color Hex

#F3ACDA
(243,172,218)
0 Favorites   0 Comments

Color spaces of #f3acda

RGB 243172218
HSL0.890.750.81
HSV321°29°95°
CMYK 0.000.290.10   0.05
XYZ64.369653.621773.2870
Yxy53.62170.33650.2803
Hunter Lab73.226828.7624-8.0799
CIE-Lab78.240632.8776-12.7907

#f3acda color RGB value is (243,172,218).

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

The process color (four color CMYK) of #f3acda color hex is 0.00, 0.29, 0.10, 0.05. Web safe color of #f3acda is #ff99cc. Color #f3acda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 10101100 11011010
Octal 363 254 332
Decimal 243 172 218
Hex F3 AC DA

RGB Percentages of Color #f3acda

%38.39
%27.17
%34.44

CMYK Percentages of Color #f3acda

%0
%29
%10
%5

Triadic Colors of #f3acda

#f3acda #daf3ac #acdaf3

Analogous Colors of #f3acda

#f3acda #f3acb7 #e9acf3

Monochromatic Colors of #f3acda

#f3acda

Complementary Color

#f3acda #acf3c5

#f3acda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f3acda Color Preview on White Background

Lorem ipsum dolor sit amet.

#f3acda Color CSS Codes

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

#f3acda Text Font Color

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

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


#f3acda Background Color

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

This div background color is #f3acda


#f3acda Border Color

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

This div border color is #f3acda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f3acda


Comments

No comments written yet.

Please login to write comment.