Color Hex Logo

#abb1b3 Color Hex

#ABB1B3
(171,177,179)
0 Favorites   0 Comments

Color spaces of #abb1b3

RGB 171177179
HSL0.540.050.69
HSV195°70°
CMYK 0.040.010.00   0.30
XYZ40.653443.356948.8739
Yxy43.35690.30590.3263
Hunter Lab65.8460-5.02422.0844
CIE-Lab71.7965-1.7098-1.7597

#abb1b3 color RGB value is (171,177,179).

#abb1b3 hex color red value is 171, green value is 177 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #abb1b3 hue: 0.54 , saturation: 0.05 and the lightness value of abb1b3 is 0.69.

The process color (four color CMYK) of #abb1b3 color hex is 0.04, 0.01, 0.00, 0.30. Web safe color of #abb1b3 is #9999cc. Color #abb1b3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110001 10110011
Octal 253 261 263
Decimal 171 177 179
Hex AB B1 B3

RGB Percentages of Color #abb1b3

%32.45
%33.59
%33.97

CMYK Percentages of Color #abb1b3

%4
%1
%0
%30

Triadic Colors of #abb1b3

#abb1b3 #b3abb1 #b1b3ab

Analogous Colors of #abb1b3

#abb1b3 #abadb3 #abb3b1

Monochromatic Colors of #abb1b3

#abb1b3

Complementary Color

#abb1b3 #b3adab

#abb1b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb1b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb1b3 Color CSS Codes

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

#abb1b3 Text Font Color

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

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


#abb1b3 Background Color

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

This div background color is #abb1b3


#abb1b3 Border Color

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

This div border color is #abb1b3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb1b3


Comments

No comments written yet.

Please login to write comment.