Color Hex Logo

#a7faba Color Hex

#A7FABA
(167,250,186)
0 Favorites   0 Comments

Color spaces of #a7faba

RGB 167250186
HSL0.370.890.82
HSV134°33°98°
CMYK 0.330.000.26   0.02
XYZ58.984980.131958.8125
Yxy80.13190.29800.4049
Hunter Lab89.5164-39.035023.7078
CIE-Lab91.7440-37.928522.8860

#a7faba color RGB value is (167,250,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100111 11111010 10111010
Octal 247 372 272
Decimal 167 250 186
Hex A7 FA BA

RGB Percentages of Color #a7faba

%27.69
%41.46
%30.85

CMYK Percentages of Color #a7faba

%33
%0
%26
%2

Triadic Colors of #a7faba

#a7faba #baa7fa #fabaa7

Analogous Colors of #a7faba

#a7faba #a7fae4 #befaa7

Monochromatic Colors of #a7faba

#a7faba

Complementary Color

#a7faba #faa7e7

#a7faba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7faba Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7faba Color CSS Codes

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

#a7faba Text Font Color

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

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


#a7faba Background Color

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

This div background color is #a7faba


#a7faba Border Color

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

This div border color is #a7faba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7faba


Comments

No comments written yet.

Please login to write comment.