Color Hex Logo

#abdabd Color Hex

#ABDABD
(171,218,189)
0 Favorites   0 Comments

Color spaces of #abdabd

RGB 171218189
HSL0.400.390.76
HSV143°22°85°
CMYK 0.220.000.13   0.15
XYZ51.051362.474957.5123
Yxy62.47490.29850.3653
Hunter Lab79.0411-23.031712.1878
CIE-Lab83.1653-21.00029.3044

#abdabd color RGB value is (171,218,189).

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

The process color (four color CMYK) of #abdabd color hex is 0.22, 0.00, 0.13, 0.15. Web safe color of #abdabd is #99cccc. Color #abdabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 10111101
Octal 253 332 275
Decimal 171 218 189
Hex AB DA BD

RGB Percentages of Color #abdabd

%29.58
%37.72
%32.70

CMYK Percentages of Color #abdabd

%22
%0
%13
%15

Triadic Colors of #abdabd

#abdabd #bdabda #dabdab

Analogous Colors of #abdabd

#abdabd #abdad5 #b1daab

Monochromatic Colors of #abdabd

#abdabd

Complementary Color

#abdabd #daabc8

#abdabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdabd Color CSS Codes

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

#abdabd Text Font Color

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

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


#abdabd Background Color

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

This div background color is #abdabd


#abdabd Border Color

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

This div border color is #abdabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdabd


Comments

No comments written yet.

Please login to write comment.