Color Hex Logo

#abc09b Color Hex

#ABC09B
(171,192,155)
0 Favorites   0 Comments

Color spaces of #abc09b

RGB 171192155
HSL0.260.230.68
HSV94°19°75°
CMYK 0.110.000.19   0.25
XYZ41.560648.723838.2245
Yxy48.72380.32340.3791
Hunter Lab69.8024-15.874816.3939
CIE-Lab75.2792-13.939516.2897

#abc09b color RGB value is (171,192,155).

#abc09b hex color red value is 171, green value is 192 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #abc09b hue: 0.26 , saturation: 0.23 and the lightness value of abc09b is 0.68.

The process color (four color CMYK) of #abc09b color hex is 0.11, 0.00, 0.19, 0.25. Web safe color of #abc09b is #99cc99. Color #abc09b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000000 10011011
Octal 253 300 233
Decimal 171 192 155
Hex AB C0 9B

RGB Percentages of Color #abc09b

%33.01
%37.07
%29.92

CMYK Percentages of Color #abc09b

%11
%0
%19
%25

Triadic Colors of #abc09b

#abc09b #9babc0 #c09bab

Analogous Colors of #abc09b

#abc09b #9bc09e #bec09b

Monochromatic Colors of #abc09b

#abc09b

Complementary Color

#abc09b #b09bc0

#abc09b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc09b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc09b Color CSS Codes

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

#abc09b Text Font Color

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

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


#abc09b Background Color

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

This div background color is #abc09b


#abc09b Border Color

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

This div border color is #abc09b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc09b


Comments

No comments written yet.

Please login to write comment.