Color Hex Logo

#abb6b5 Color Hex

#ABB6B5
(171,182,181)
0 Favorites   0 Comments

Color spaces of #abb6b5

RGB 171182181
HSL0.480.070.69
HSV175°71°
CMYK 0.060.000.01   0.29
XYZ41.863045.450050.2824
Yxy45.45000.30420.3303
Hunter Lab67.4166-7.13782.9704
CIE-Lab73.1872-4.0042-0.8191

#abb6b5 color RGB value is (171,182,181).

#abb6b5 hex color red value is 171, green value is 182 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #abb6b5 hue: 0.48 , saturation: 0.07 and the lightness value of abb6b5 is 0.69.

The process color (four color CMYK) of #abb6b5 color hex is 0.06, 0.00, 0.01, 0.29. Web safe color of #abb6b5 is #99cccc. Color #abb6b5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110110 10110101
Octal 253 266 265
Decimal 171 182 181
Hex AB B6 B5

RGB Percentages of Color #abb6b5

%32.02
%34.08
%33.90

CMYK Percentages of Color #abb6b5

%6
%0
%1
%29

Triadic Colors of #abb6b5

#abb6b5 #b5abb6 #b6b5ab

Analogous Colors of #abb6b5

#abb6b5 #abb2b6 #abb6b0

Monochromatic Colors of #abb6b5

#abb6b5

Complementary Color

#abb6b5 #b6abac

#abb6b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb6b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb6b5 Color CSS Codes

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

#abb6b5 Text Font Color

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

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


#abb6b5 Background Color

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

This div background color is #abb6b5


#abb6b5 Border Color

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

This div border color is #abb6b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb6b5

#abb6b5 Color Palettes


Comments

No comments written yet.

Please login to write comment.