Color Hex Logo

#f7acec Color Hex

#F7ACEC
(247,172,236)
0 Favorites   0 Comments

Color spaces of #f7acec

RGB 247172236
HSL0.860.820.82
HSV309°30°97°
CMYK 0.000.300.04   0.03
XYZ68.250655.335386.4405
Yxy55.33530.32500.2635
Hunter Lab74.387733.5950-16.8252
CIE-Lab79.234037.2487-20.9927

#f7acec color RGB value is (247,172,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110111 10101100 11101100
Octal 367 254 354
Decimal 247 172 236
Hex F7 AC EC

RGB Percentages of Color #f7acec

%37.71
%26.26
%36.03

CMYK Percentages of Color #f7acec

%0
%30
%4
%3

Triadic Colors of #f7acec

#f7acec #ecf7ac #acecf7

Analogous Colors of #f7acec

#f7acec #f7acc7 #ddacf7

Monochromatic Colors of #f7acec

#f7acec

Complementary Color

#f7acec #acf7b7

#f7acec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f7acec Color Preview on White Background

Lorem ipsum dolor sit amet.

#f7acec Color CSS Codes

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

#f7acec Text Font Color

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

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


#f7acec Background Color

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

This div background color is #f7acec


#f7acec Border Color

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

This div border color is #f7acec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f7acec


Comments

No comments written yet.

Please login to write comment.