Color Hex Logo

#a7faca Color Hex

#A7FACA
(167,250,202)
0 Favorites   0 Comments

Color spaces of #a7faca

RGB 167250202
HSL0.400.890.82
HSV145°33°98°
CMYK 0.330.000.19   0.02
XYZ60.782680.851068.2793
Yxy80.85100.28960.3852
Hunter Lab89.9172-36.691917.9197
CIE-Lab92.0653-35.024115.1317

#a7faca color RGB value is (167,250,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11111010 11001010
Octal 247 372 312
Decimal 167 250 202
Hex A7 FA CA

RGB Percentages of Color #a7faca

%26.98
%40.39
%32.63

CMYK Percentages of Color #a7faca

%33
%0
%19
%2

Triadic Colors of #a7faca

#a7faca #caa7fa #facaa7

Analogous Colors of #a7faca

#a7faca #a7faf4 #aefaa7

Monochromatic Colors of #a7faca

#a7faca

Complementary Color

#a7faca #faa7d7

#a7faca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7faca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7faca Color CSS Codes

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

#a7faca Text Font Color

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

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


#a7faca Background Color

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

This div background color is #a7faca


#a7faca Border Color

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

This div border color is #a7faca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7faca

Related Colors


Comments

No comments written yet.

Please login to write comment.