Color Hex Logo

#abc493 Color Hex

#ABC493
(171,196,147)
0 Favorites   0 Comments

Color spaces of #abc493

RGB 171196147
HSL0.250.290.67
HSV91°25°77°
CMYK 0.130.000.25   0.23
XYZ41.801050.244435.0987
Yxy50.24440.32880.3952
Hunter Lab70.8833-18.781520.2602
CIE-Lab76.2190-17.260221.8659

#abc493 color RGB value is (171,196,147).

#abc493 hex color red value is 171, green value is 196 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #abc493 hue: 0.25 , saturation: 0.29 and the lightness value of abc493 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000100 10010011
Octal 253 304 223
Decimal 171 196 147
Hex AB C4 93

RGB Percentages of Color #abc493

%33.27
%38.13
%28.60

CMYK Percentages of Color #abc493

%13
%0
%25
%23

Triadic Colors of #abc493

#abc493 #93abc4 #c493ab

Analogous Colors of #abc493

#abc493 #93c494 #c4c493

Monochromatic Colors of #abc493

#abc493

Complementary Color

#abc493 #ac93c4

#abc493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc493 Color CSS Codes

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

#abc493 Text Font Color

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

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


#abc493 Background Color

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

This div background color is #abc493


#abc493 Border Color

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

This div border color is #abc493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc493


Comments

No comments written yet.

Please login to write comment.