Color Hex Logo

#abc3a3 Color Hex

#ABC3A3
(171,195,163)
0 Favorites   0 Comments

Color spaces of #abc3a3

RGB 171195163
HSL0.290.210.70
HSV105°16°76°
CMYK 0.120.000.16   0.24
XYZ42.920650.332542.1033
Yxy50.33250.31710.3719
Hunter Lab70.9454-16.165414.4755
CIE-Lab76.2729-14.127513.3837

#abc3a3 color RGB value is (171,195,163).

#abc3a3 hex color red value is 171, green value is 195 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #abc3a3 hue: 0.29 , saturation: 0.21 and the lightness value of abc3a3 is 0.70.

The process color (four color CMYK) of #abc3a3 color hex is 0.12, 0.00, 0.16, 0.24. Web safe color of #abc3a3 is #99cc99. Color #abc3a3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000011 10100011
Octal 253 303 243
Decimal 171 195 163
Hex AB C3 A3

RGB Percentages of Color #abc3a3

%32.33
%36.86
%30.81

CMYK Percentages of Color #abc3a3

%12
%0
%16
%24

Triadic Colors of #abc3a3

#abc3a3 #a3abc3 #c3a3ab

Analogous Colors of #abc3a3

#abc3a3 #a3c3ab #bbc3a3

Monochromatic Colors of #abc3a3

#abc3a3

Complementary Color

#abc3a3 #bba3c3

#abc3a3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc3a3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc3a3 Color CSS Codes

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

#abc3a3 Text Font Color

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

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


#abc3a3 Background Color

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

This div background color is #abc3a3


#abc3a3 Border Color

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

This div border color is #abc3a3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc3a3


Comments

No comments written yet.

Please login to write comment.