Color Hex Logo

#a7facc Color Hex

#A7FACC
(167,250,204)
0 Favorites   0 Comments

Color spaces of #a7facc

RGB 167250204
HSL0.410.890.82
HSV147°33°98°
CMYK 0.330.000.18   0.02
XYZ61.021080.946369.5348
Yxy80.94630.28850.3827
Hunter Lab89.9702-36.382717.1559
CIE-Lab92.1078-34.644614.1620

#a7facc color RGB value is (167,250,204).

#a7facc hex color red value is 167, green value is 250 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a7facc hue: 0.41 , saturation: 0.89 and the lightness value of a7facc is 0.82.

The process color (four color CMYK) of #a7facc color hex is 0.33, 0.00, 0.18, 0.02. Web safe color of #a7facc is #99ffcc. Color #a7facc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11111010 11001100
Octal 247 372 314
Decimal 167 250 204
Hex A7 FA CC

RGB Percentages of Color #a7facc

%26.89
%40.26
%32.85

CMYK Percentages of Color #a7facc

%33
%0
%18
%2

Triadic Colors of #a7facc

#a7facc #cca7fa #facca7

Analogous Colors of #a7facc

#a7facc #a7faf6 #acfaa7

Monochromatic Colors of #a7facc

#a7facc

Complementary Color

#a7facc #faa7d5

#a7facc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7facc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7facc Color CSS Codes

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

#a7facc Text Font Color

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

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


#a7facc Background Color

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

This div background color is #a7facc


#a7facc Border Color

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

This div border color is #a7facc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,250,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a7facc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a7facc;
  -webkit-box-shadow: 1px 1px 3px 2px #a7facc;
  box-shadow:         1px 1px 3px 2px #a7facc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,250,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7facc


Comments

No comments written yet.

Please login to write comment.