Color Hex Logo

#abbfbb Color Hex

#ABBFBB
(171,191,187)
0 Favorites   0 Comments

Color spaces of #abbfbb

RGB 171191187
HSL0.470.140.71
HSV168°10°75°
CMYK 0.100.000.02   0.25
XYZ44.395049.507454.2297
Yxy49.50740.29970.3342
Hunter Lab70.3615-10.50703.5565
CIE-Lab75.7659-7.5991-0.3169

#abbfbb color RGB value is (171,191,187).

#abbfbb hex color red value is 171, green value is 191 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #abbfbb hue: 0.47 , saturation: 0.14 and the lightness value of abbfbb is 0.71.

The process color (four color CMYK) of #abbfbb color hex is 0.10, 0.00, 0.02, 0.25. Web safe color of #abbfbb is #99cccc. Color #abbfbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 10111011
Octal 253 277 273
Decimal 171 191 187
Hex AB BF BB

RGB Percentages of Color #abbfbb

%31.15
%34.79
%34.06

CMYK Percentages of Color #abbfbb

%10
%0
%2
%25

Triadic Colors of #abbfbb

#abbfbb #bbabbf #bfbbab

Analogous Colors of #abbfbb

#abbfbb #abb9bf #abbfb1

Monochromatic Colors of #abbfbb

#abbfbb

Complementary Color

#abbfbb #bfabaf

#abbfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbfbb Color CSS Codes

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

#abbfbb Text Font Color

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

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


#abbfbb Background Color

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

This div background color is #abbfbb


#abbfbb Border Color

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

This div border color is #abbfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbfbb


Comments

No comments written yet.

Please login to write comment.