Color Hex Logo

#abc191 Color Hex

#ABC191
(171,193,145)
0 Favorites   0 Comments

Color spaces of #abc191

RGB 171193145
HSL0.240.280.66
HSV88°25°76°
CMYK 0.110.000.25   0.24
XYZ40.975448.842234.0559
Yxy48.84220.33080.3943
Hunter Lab69.8872-17.646720.0291
CIE-Lab75.3531-16.047521.7446

#abc191 color RGB value is (171,193,145).

#abc191 hex color red value is 171, green value is 193 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #abc191 hue: 0.24 , saturation: 0.28 and the lightness value of abc191 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000001 10010001
Octal 253 301 221
Decimal 171 193 145
Hex AB C1 91

RGB Percentages of Color #abc191

%33.60
%37.92
%28.49

CMYK Percentages of Color #abc191

%11
%0
%25
%24

Triadic Colors of #abc191

#abc191 #91abc1 #c191ab

Analogous Colors of #abc191

#abc191 #93c191 #c1bf91

Monochromatic Colors of #abc191

#abc191

Complementary Color

#abc191 #a791c1

#abc191 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc191 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc191 Color CSS Codes

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

#abc191 Text Font Color

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

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


#abc191 Background Color

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

This div background color is #abc191


#abc191 Border Color

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

This div border color is #abc191


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc191


Comments

No comments written yet.

Please login to write comment.