Color Hex Logo

#abdba0 Color Hex

#ABDBA0
(171,219,160)
0 Favorites   0 Comments

Color spaces of #abdba0

RGB 171219160
HSL0.300.450.74
HSV109°27°86°
CMYK 0.220.000.27   0.14
XYZ48.471361.859042.6430
Yxy61.85900.31690.4044
Hunter Lab78.6505-27.631122.9093
CIE-Lab82.8384-26.556424.0835

#abdba0 color RGB value is (171,219,160).

#abdba0 hex color red value is 171, green value is 219 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #abdba0 hue: 0.30 , saturation: 0.45 and the lightness value of abdba0 is 0.74.

The process color (four color CMYK) of #abdba0 color hex is 0.22, 0.00, 0.27, 0.14. Web safe color of #abdba0 is #99cc99. Color #abdba0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 10100000
Octal 253 333 240
Decimal 171 219 160
Hex AB DB A0

RGB Percentages of Color #abdba0

%31.09
%39.82
%29.09

CMYK Percentages of Color #abdba0

%22
%0
%27
%14

Triadic Colors of #abdba0

#abdba0 #a0abdb #dba0ab

Analogous Colors of #abdba0

#abdba0 #a0dbb3 #c9dba0

Monochromatic Colors of #abdba0

#abdba0

Complementary Color

#abdba0 #d0a0db

#abdba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdba0 Color CSS Codes

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

#abdba0 Text Font Color

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

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


#abdba0 Background Color

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

This div background color is #abdba0


#abdba0 Border Color

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

This div border color is #abdba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdba0


Comments

No comments written yet.

Please login to write comment.