Color Hex Logo

#a8babe Color Hex

#A8BABE
(168,186,190)
0 Favorites   0 Comments

Color spaces of #a8babe

RGB 168186190
HSL0.530.140.70
HSV191°12°75°
CMYK 0.120.020.00   0.25
XYZ43.001647.160355.5516
Yxy47.16030.29510.3237
Hunter Lab68.6734-8.40600.1102
CIE-Lab74.2922-5.3488-4.1356

#a8babe color RGB value is (168,186,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10111010 10111110
Octal 250 272 276
Decimal 168 186 190
Hex A8 BA BE

RGB Percentages of Color #a8babe

%30.88
%34.19
%34.93

CMYK Percentages of Color #a8babe

%12
%2
%0
%25

Triadic Colors of #a8babe

#a8babe #bea8ba #babea8

Analogous Colors of #a8babe

#a8babe #a8afbe #a8beb7

Monochromatic Colors of #a8babe

#a8babe

Complementary Color

#a8babe #beaca8

#a8babe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8babe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8babe Color CSS Codes

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

#a8babe Text Font Color

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

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


#a8babe Background Color

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

This div background color is #a8babe


#a8babe Border Color

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

This div border color is #a8babe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8babe


Comments

No comments written yet.

Please login to write comment.