Color Hex Logo

#abb8af Color Hex

#ABB8AF
(171,184,175)
0 Favorites   0 Comments

Color spaces of #abb8af

RGB 171184175
HSL0.380.080.70
HSV138°72°
CMYK 0.070.000.05   0.28
XYZ41.672946.034147.2465
Yxy46.03410.30880.3411
Hunter Lab67.8484-9.09906.2071
CIE-Lab73.5677-6.22073.0128

#abb8af color RGB value is (171,184,175).

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

The process color (four color CMYK) of #abb8af color hex is 0.07, 0.00, 0.05, 0.28. Web safe color of #abb8af is #99cc99. Color #abb8af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111000 10101111
Octal 253 270 257
Decimal 171 184 175
Hex AB B8 AF

RGB Percentages of Color #abb8af

%32.26
%34.72
%33.02

CMYK Percentages of Color #abb8af

%7
%0
%5
%28

Triadic Colors of #abb8af

#abb8af #afabb8 #b8afab

Analogous Colors of #abb8af

#abb8af #abb8b6 #aeb8ab

Monochromatic Colors of #abb8af

#abb8af

Complementary Color

#abb8af #b8abb4

#abb8af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb8af Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb8af Color CSS Codes

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

#abb8af Text Font Color

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

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


#abb8af Background Color

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

This div background color is #abb8af


#abb8af Border Color

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

This div border color is #abb8af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb8af


Comments

No comments written yet.

Please login to write comment.