Color Hex Logo

#a8beaa Color Hex

#A8BEAA
(168,190,170)
0 Favorites   0 Comments

Color spaces of #a8beaa

RGB 168190170
HSL0.350.140.70
HSV125°12°75°
CMYK 0.120.000.11   0.25
XYZ41.817648.054045.1015
Yxy48.05400.30980.3560
Hunter Lab69.3210-13.63249.9495
CIE-Lab74.8590-11.34767.5662

#a8beaa color RGB value is (168,190,170).

#a8beaa hex color red value is 168, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a8beaa hue: 0.35 , saturation: 0.14 and the lightness value of a8beaa is 0.70.

The process color (four color CMYK) of #a8beaa color hex is 0.12, 0.00, 0.11, 0.25. Web safe color of #a8beaa is #99cc99. Color #a8beaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111110 10101010
Octal 250 276 252
Decimal 168 190 170
Hex A8 BE AA

RGB Percentages of Color #a8beaa

%31.82
%35.98
%32.20

CMYK Percentages of Color #a8beaa

%12
%0
%11
%25

Triadic Colors of #a8beaa

#a8beaa #aaa8be #beaaa8

Analogous Colors of #a8beaa

#a8beaa #a8beb5 #b1bea8

Monochromatic Colors of #a8beaa

#a8beaa

Complementary Color

#a8beaa #bea8bc

#a8beaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8beaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8beaa Color CSS Codes

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

#a8beaa Text Font Color

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

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


#a8beaa Background Color

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

This div background color is #a8beaa


#a8beaa Border Color

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

This div border color is #a8beaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,190,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a8beaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a8beaa;
  -webkit-box-shadow: 1px 1px 3px 2px #a8beaa;
  box-shadow:         1px 1px 3px 2px #a8beaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,190,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8beaa


Comments

No comments written yet.

Please login to write comment.