Color Hex Logo

#abdba2 Color Hex

#ABDBA2
(171,219,162)
0 Favorites   0 Comments

Color spaces of #abdba2

RGB 171219162
HSL0.310.440.75
HSV111°26°86°
CMYK 0.220.000.26   0.14
XYZ48.647761.929643.5720
Yxy61.92960.31560.4018
Hunter Lab78.6954-27.372222.2591
CIE-Lab82.8760-26.234423.0933

#abdba2 color RGB value is (171,219,162).

#abdba2 hex color red value is 171, green value is 219 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #abdba2 hue: 0.31 , saturation: 0.44 and the lightness value of abdba2 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 10100010
Octal 253 333 242
Decimal 171 219 162
Hex AB DB A2

RGB Percentages of Color #abdba2

%30.98
%39.67
%29.35

CMYK Percentages of Color #abdba2

%22
%0
%26
%14

Triadic Colors of #abdba2

#abdba2 #a2abdb #dba2ab

Analogous Colors of #abdba2

#abdba2 #a2dbb6 #c8dba2

Monochromatic Colors of #abdba2

#abdba2

Complementary Color

#abdba2 #d2a2db

#abdba2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdba2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdba2 Color CSS Codes

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

#abdba2 Text Font Color

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

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


#abdba2 Background Color

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

This div background color is #abdba2


#abdba2 Border Color

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

This div border color is #abdba2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdba2

#abdba2 Color Palettes


Comments

No comments written yet.

Please login to write comment.