Color Hex Logo

#abcda0 Color Hex

#ABCDA0
(171,205,160)
0 Favorites   0 Comments

Color spaces of #abcda0

RGB 171205160
HSL0.290.310.72
HSV105°22°80°
CMYK 0.170.000.22   0.20
XYZ44.971154.858641.4763
Yxy54.85860.31830.3882
Hunter Lab74.0666-21.236518.6450
CIE-Lab78.9598-19.694818.7431

#abcda0 color RGB value is (171,205,160).

#abcda0 hex color red value is 171, green value is 205 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #abcda0 hue: 0.29 , saturation: 0.31 and the lightness value of abcda0 is 0.72.

The process color (four color CMYK) of #abcda0 color hex is 0.17, 0.00, 0.22, 0.20. Web safe color of #abcda0 is #99cc99. Color #abcda0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001101 10100000
Octal 253 315 240
Decimal 171 205 160
Hex AB CD A0

RGB Percentages of Color #abcda0

%31.90
%38.25
%29.85

CMYK Percentages of Color #abcda0

%17
%0
%22
%20

Triadic Colors of #abcda0

#abcda0 #a0abcd #cda0ab

Analogous Colors of #abcda0

#abcda0 #a0cdac #c2cda0

Monochromatic Colors of #abcda0

#abcda0

Complementary Color

#abcda0 #c2a0cd

#abcda0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcda0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcda0 Color CSS Codes

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

#abcda0 Text Font Color

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

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


#abcda0 Background Color

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

This div background color is #abcda0


#abcda0 Border Color

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

This div border color is #abcda0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcda0


Comments

No comments written yet.

Please login to write comment.