Color Hex Logo

#abc595 Color Hex

#ABC595
(171,197,149)
0 Favorites   0 Comments

Color spaces of #abc595

RGB 171197149
HSL0.260.290.68
HSV93°24°77°
CMYK 0.130.000.24   0.23
XYZ42.185750.760436.0081
Yxy50.76040.32710.3936
Hunter Lab71.2463-18.989419.9071
CIE-Lab76.5336-17.453421.2340

#abc595 color RGB value is (171,197,149).

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

The process color (four color CMYK) of #abc595 color hex is 0.13, 0.00, 0.24, 0.23. Web safe color of #abc595 is #99cc99. Color #abc595 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000101 10010101
Octal 253 305 225
Decimal 171 197 149
Hex AB C5 95

RGB Percentages of Color #abc595

%33.08
%38.10
%28.82

CMYK Percentages of Color #abc595

%13
%0
%24
%23

Triadic Colors of #abc595

#abc595 #95abc5 #c595ab

Analogous Colors of #abc595

#abc595 #95c597 #c3c595

Monochromatic Colors of #abc595

#abc595

Complementary Color

#abc595 #af95c5

#abc595 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc595 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc595 Color CSS Codes

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

#abc595 Text Font Color

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

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


#abc595 Background Color

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

This div background color is #abc595


#abc595 Border Color

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

This div border color is #abc595


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc595


Comments

No comments written yet.

Please login to write comment.