Color Hex Logo

#abb8ba Color Hex

#ABB8BA
(171,184,186)
0 Favorites   0 Comments

Color spaces of #abb8ba

RGB 171184186
HSL0.520.100.70
HSV188°73°
CMYK 0.080.010.00   0.27
XYZ42.798046.484153.1710
Yxy46.48410.30040.3263
Hunter Lab68.1792-7.26431.4869
CIE-Lab73.8586-4.0865-2.5670

#abb8ba color RGB value is (171,184,186).

#abb8ba hex color red value is 171, green value is 184 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #abb8ba hue: 0.52 , saturation: 0.10 and the lightness value of abb8ba is 0.70.

The process color (four color CMYK) of #abb8ba color hex is 0.08, 0.01, 0.00, 0.27. Web safe color of #abb8ba is #99cccc. Color #abb8ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111000 10111010
Octal 253 270 272
Decimal 171 184 186
Hex AB B8 BA

RGB Percentages of Color #abb8ba

%31.61
%34.01
%34.38

CMYK Percentages of Color #abb8ba

%8
%1
%0
%27

Triadic Colors of #abb8ba

#abb8ba #baabb8 #b8baab

Analogous Colors of #abb8ba

#abb8ba #abb1ba #abbab5

Monochromatic Colors of #abb8ba

#abb8ba

Complementary Color

#abb8ba #baadab

#abb8ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb8ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb8ba Color CSS Codes

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

#abb8ba Text Font Color

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

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


#abb8ba Background Color

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

This div background color is #abb8ba


#abb8ba Border Color

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

This div border color is #abb8ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,184,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb8ba


Comments

No comments written yet.

Please login to write comment.