Color Hex Logo

#a8bebf Color Hex

#A8BEBF
(168,190,191)
0 Favorites   0 Comments

Color spaces of #a8bebf

RGB 168190191
HSL0.510.150.70
HSV183°12°75°
CMYK 0.120.010.00   0.25
XYZ43.965948.913356.4142
Yxy48.91330.29450.3276
Hunter Lab69.9380-10.17921.1315
CIE-Lab75.3974-7.2645-3.0531

#a8bebf color RGB value is (168,190,191).

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

The process color (four color CMYK) of #a8bebf color hex is 0.12, 0.01, 0.00, 0.25. Web safe color of #a8bebf is #99cccc. Color #a8bebf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111110 10111111
Octal 250 276 277
Decimal 168 190 191
Hex A8 BE BF

RGB Percentages of Color #a8bebf

%30.60
%34.61
%34.79

CMYK Percentages of Color #a8bebf

%12
%1
%0
%25

Triadic Colors of #a8bebf

#a8bebf #bfa8be #bebfa8

Analogous Colors of #a8bebf

#a8bebf #a8b3bf #a8bfb5

Monochromatic Colors of #a8bebf

#a8bebf

Complementary Color

#a8bebf #bfa9a8

#a8bebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bebf Color CSS Codes

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

#a8bebf Text Font Color

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

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


#a8bebf Background Color

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

This div background color is #a8bebf


#a8bebf Border Color

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

This div border color is #a8bebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bebf


Comments

No comments written yet.

Please login to write comment.