Color Hex Logo

#abdab2 Color Hex

#ABDAB2
(171,218,178)
0 Favorites   0 Comments

Color spaces of #abdab2

RGB 171218178
HSL0.360.390.76
HSV129°22°85°
CMYK 0.220.000.18   0.15
XYZ49.901962.015151.4595
Yxy62.01510.30540.3796
Hunter Lab78.7497-24.700516.3813
CIE-Lab82.9214-23.022414.7670

#abdab2 color RGB value is (171,218,178).

#abdab2 hex color red value is 171, green value is 218 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #abdab2 hue: 0.36 , saturation: 0.39 and the lightness value of abdab2 is 0.76.

The process color (four color CMYK) of #abdab2 color hex is 0.22, 0.00, 0.18, 0.15. Web safe color of #abdab2 is #99cc99. Color #abdab2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 10110010
Octal 253 332 262
Decimal 171 218 178
Hex AB DA B2

RGB Percentages of Color #abdab2

%30.16
%38.45
%31.39

CMYK Percentages of Color #abdab2

%22
%0
%18
%15

Triadic Colors of #abdab2

#abdab2 #b2abda #dab2ab

Analogous Colors of #abdab2

#abdab2 #abdaca #bcdaab

Monochromatic Colors of #abdab2

#abdab2

Complementary Color

#abdab2 #daabd3

#abdab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdab2 Color CSS Codes

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

#abdab2 Text Font Color

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

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


#abdab2 Background Color

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

This div background color is #abdab2


#abdab2 Border Color

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

This div border color is #abdab2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdab2


Comments

No comments written yet.

Please login to write comment.