Color Hex Logo

#a8bebb Color Hex

#A8BEBB
(168,190,187)
0 Favorites   0 Comments

Color spaces of #a8bebb

RGB 168190187
HSL0.480.140.70
HSV172°12°75°
CMYK 0.120.000.02   0.25
XYZ43.531548.739654.1270
Yxy48.73960.29740.3329
Hunter Lab69.8138-10.87262.9018
CIE-Lab75.2890-8.0754-1.0389

#a8bebb color RGB value is (168,190,187).

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

The process color (four color CMYK) of #a8bebb color hex is 0.12, 0.00, 0.02, 0.25. Web safe color of #a8bebb is #99cccc. Color #a8bebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111110 10111011
Octal 250 276 273
Decimal 168 190 187
Hex A8 BE BB

RGB Percentages of Color #a8bebb

%30.83
%34.86
%34.31

CMYK Percentages of Color #a8bebb

%12
%0
%2
%25

Triadic Colors of #a8bebb

#a8bebb #bba8be #bebba8

Analogous Colors of #a8bebb

#a8bebb #a8b6be #a8beb0

Monochromatic Colors of #a8bebb

#a8bebb

Complementary Color

#a8bebb #bea8ab

#a8bebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bebb Color CSS Codes

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

#a8bebb Text Font Color

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

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


#a8bebb Background Color

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

This div background color is #a8bebb


#a8bebb Border Color

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

This div border color is #a8bebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bebb


Comments

No comments written yet.

Please login to write comment.