Color Hex Logo

#f7acdd Color Hex

#F7ACDD
(247,172,221)
0 Favorites   0 Comments

Color spaces of #f7acdd

RGB 247172221
HSL0.890.820.82
HSV321°30°97°
CMYK 0.000.300.11   0.03
XYZ66.161454.499775.4390
Yxy54.49970.33740.2779
Hunter Lab73.823930.7808-8.9104
CIE-Lab78.752234.7095-13.6078

#f7acdd color RGB value is (247,172,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10101100 11011101
Octal 367 254 335
Decimal 247 172 221
Hex F7 AC DD

RGB Percentages of Color #f7acdd

%38.59
%26.88
%34.53

CMYK Percentages of Color #f7acdd

%0
%30
%11
%3

Triadic Colors of #f7acdd

#f7acdd #ddf7ac #acddf7

Analogous Colors of #f7acdd

#f7acdd #f7acb8 #ecacf7

Monochromatic Colors of #f7acdd

#f7acdd

Complementary Color

#f7acdd #acf7c6

#f7acdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7acdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7acdd Color CSS Codes

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

#f7acdd Text Font Color

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

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


#f7acdd Background Color

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

This div background color is #f7acdd


#f7acdd Border Color

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

This div border color is #f7acdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7acdd


Comments

No comments written yet.

Please login to write comment.