Color Hex Logo

#abacb8 Color Hex

#ABACB8
(171,172,184)
0 Favorites   0 Comments

Color spaces of #abacb8

RGB 171172184
HSL0.650.080.70
HSV235°72°
CMYK 0.070.070.00   0.28
XYZ40.198841.623751.2629
Yxy41.62370.30210.3128
Hunter Lab64.5164-1.6842-1.9486
CIE-Lab70.61071.9921-6.2598

#abacb8 color RGB value is (171,172,184).

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

The process color (four color CMYK) of #abacb8 color hex is 0.07, 0.07, 0.00, 0.28. Web safe color of #abacb8 is #9999cc. Color #abacb8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101100 10111000
Octal 253 254 270
Decimal 171 172 184
Hex AB AC B8

RGB Percentages of Color #abacb8

%32.45
%32.64
%34.91

CMYK Percentages of Color #abacb8

%7
%7
%0
%28

Triadic Colors of #abacb8

#abacb8 #b8abac #acb8ab

Analogous Colors of #abacb8

#abacb8 #b1abb8 #abb3b8

Monochromatic Colors of #abacb8

#abacb8

Complementary Color

#abacb8 #b8b7ab

#abacb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abacb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abacb8 Color CSS Codes

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

#abacb8 Text Font Color

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

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


#abacb8 Background Color

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

This div background color is #abacb8


#abacb8 Border Color

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

This div border color is #abacb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abacb8


Comments

No comments written yet.

Please login to write comment.