Color Hex Logo

#a7e3bf Color Hex

#A7E3BF
(167,227,191)
0 Favorites   0 Comments

Color spaces of #a7e3bf

RGB 167227191
HSL0.400.520.77
HSV144°26°89°
CMYK 0.260.000.16   0.11
XYZ52.809466.915259.4228
Yxy66.91520.29480.3735
Hunter Lab81.8017-27.917314.1915
CIE-Lab85.4611-26.282711.4919

#a7e3bf color RGB value is (167,227,191).

#a7e3bf hex color red value is 167, green value is 227 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #a7e3bf hue: 0.40 , saturation: 0.52 and the lightness value of a7e3bf is 0.77.

The process color (four color CMYK) of #a7e3bf color hex is 0.26, 0.00, 0.16, 0.11. Web safe color of #a7e3bf is #99cccc. Color #a7e3bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 11100011 10111111
Octal 247 343 277
Decimal 167 227 191
Hex A7 E3 BF

RGB Percentages of Color #a7e3bf

%28.55
%38.80
%32.65

CMYK Percentages of Color #a7e3bf

%26
%0
%16
%11

Triadic Colors of #a7e3bf

#a7e3bf #bfa7e3 #e3bfa7

Analogous Colors of #a7e3bf

#a7e3bf #a7e3dd #ade3a7

Monochromatic Colors of #a7e3bf

#a7e3bf

Complementary Color

#a7e3bf #e3a7cb

#a7e3bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7e3bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7e3bf Color CSS Codes

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

#a7e3bf Text Font Color

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

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


#a7e3bf Background Color

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

This div background color is #a7e3bf


#a7e3bf Border Color

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

This div border color is #a7e3bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7e3bf


Comments

No comments written yet.

Please login to write comment.