Color Hex Logo

#abd7a3 Color Hex

#ABD7A3
(171,215,163)
0 Favorites   0 Comments

Color spaces of #abd7a3

RGB 171215163
HSL0.310.390.74
HSV111°24°84°
CMYK 0.200.000.24   0.16
XYZ47.705959.903143.6984
Yxy59.90310.31530.3959
Hunter Lab77.3971-25.421420.7028
CIE-Lab81.7855-24.131921.0708

#abd7a3 color RGB value is (171,215,163).

#abd7a3 hex color red value is 171, green value is 215 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #abd7a3 hue: 0.31 , saturation: 0.39 and the lightness value of abd7a3 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010111 10100011
Octal 253 327 243
Decimal 171 215 163
Hex AB D7 A3

RGB Percentages of Color #abd7a3

%31.15
%39.16
%29.69

CMYK Percentages of Color #abd7a3

%20
%0
%24
%16

Triadic Colors of #abd7a3

#abd7a3 #a3abd7 #d7a3ab

Analogous Colors of #abd7a3

#abd7a3 #a3d7b5 #c5d7a3

Monochromatic Colors of #abd7a3

#abd7a3

Complementary Color

#abd7a3 #cfa3d7

#abd7a3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd7a3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd7a3 Color CSS Codes

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

#abd7a3 Text Font Color

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

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


#abd7a3 Background Color

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

This div background color is #abd7a3


#abd7a3 Border Color

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

This div border color is #abd7a3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,215,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 #abd7a3">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd7a3


Comments

No comments written yet.

Please login to write comment.