Color Hex Logo

#a8bfbe Color Hex

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

Color spaces of #a8bfbe

RGB 168191190
HSL0.490.150.70
HSV177°12°75°
CMYK 0.120.000.01   0.25
XYZ44.073549.304155.9089
Yxy49.30410.29520.3303
Hunter Lab70.2169-10.83921.9432
CIE-Lab75.6401-7.9957-2.1535

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

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

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

Base Numbers

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

RGB Percentages of Color #a8bfbe

%30.60
%34.79
%34.61

CMYK Percentages of Color #a8bfbe

%12
%0
%1
%25

Triadic Colors of #a8bfbe

#a8bfbe #bea8bf #bfbea8

Analogous Colors of #a8bfbe

#a8bfbe #a8b5bf #a8bfb3

Monochromatic Colors of #a8bfbe

#a8bfbe

Complementary Color

#a8bfbe #bfa8a9

#a8bfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8bfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8bfbe Color CSS Codes

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

#a8bfbe Text Font Color

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

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


#a8bfbe Background Color

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

This div background color is #a8bfbe


#a8bfbe Border Color

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

This div border color is #a8bfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8bfbe

#a8bfbe Color Palettes


Comments

No comments written yet.

Please login to write comment.