Color Hex Logo

#abc585 Color Hex

#ABC585
(171,197,133)
0 Favorites   0 Comments

Color spaces of #abc585

RGB 171197133
HSL0.230.360.65
HSV84°32°77°
CMYK 0.130.000.32   0.23
XYZ40.994550.283929.7354
Yxy50.28390.33880.4155
Hunter Lab70.9111-20.901724.7755
CIE-Lab76.2432-19.825729.2819

#abc585 color RGB value is (171,197,133).

#abc585 hex color red value is 171, green value is 197 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #abc585 hue: 0.23 , saturation: 0.36 and the lightness value of abc585 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000101 10000101
Octal 253 305 205
Decimal 171 197 133
Hex AB C5 85

RGB Percentages of Color #abc585

%34.13
%39.32
%26.55

CMYK Percentages of Color #abc585

%13
%0
%32
%23

Triadic Colors of #abc585

#abc585 #85abc5 #c585ab

Analogous Colors of #abc585

#abc585 #8bc585 #c5bf85

Monochromatic Colors of #abc585

#abc585

Complementary Color

#abc585 #9f85c5

#abc585 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc585 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc585 Color CSS Codes

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

#abc585 Text Font Color

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

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


#abc585 Background Color

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

This div background color is #abc585


#abc585 Border Color

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

This div border color is #abc585


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc585

#abc585 Color Palettes


Comments

No comments written yet.

Please login to write comment.