Color Hex Logo

#a7eabf Color Hex

#A7EABF
(167,234,191)
0 Favorites   0 Comments

Color spaces of #a7eabf

RGB 167234191
HSL0.390.610.79
HSV141°29°92°
CMYK 0.290.000.18   0.08
XYZ54.763170.822760.0740
Yxy70.82270.29500.3815
Hunter Lab84.1562-31.117816.5858
CIE-Lab87.3988-29.627114.2379

#a7eabf color RGB value is (167,234,191).

#a7eabf hex color red value is 167, green value is 234 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a7eabf hue: 0.39 , saturation: 0.61 and the lightness value of a7eabf is 0.79.

The process color (four color CMYK) of #a7eabf color hex is 0.29, 0.00, 0.18, 0.08. Web safe color of #a7eabf is #99ffcc. Color #a7eabf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11101010 10111111
Octal 247 352 277
Decimal 167 234 191
Hex A7 EA BF

RGB Percentages of Color #a7eabf

%28.21
%39.53
%32.26

CMYK Percentages of Color #a7eabf

%29
%0
%18
%8

Triadic Colors of #a7eabf

#a7eabf #bfa7ea #eabfa7

Analogous Colors of #a7eabf

#a7eabf #a7eae1 #b1eaa7

Monochromatic Colors of #a7eabf

#a7eabf

Complementary Color

#a7eabf #eaa7d2

#a7eabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7eabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7eabf Color CSS Codes

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

#a7eabf Text Font Color

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

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


#a7eabf Background Color

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

This div background color is #a7eabf


#a7eabf Border Color

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

This div border color is #a7eabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7eabf


Comments

No comments written yet.

Please login to write comment.