Color Hex Logo

#abdbb9 Color Hex

#ABDBB9
(171,219,185)
0 Favorites   0 Comments

Color spaces of #abdbb9

RGB 171219185
HSL0.380.400.76
HSV138°22°86°
CMYK 0.220.000.16   0.14
XYZ50.883162.823755.3433
Yxy62.82370.30100.3716
Hunter Lab79.2614-24.116614.0845
CIE-Lab83.3495-22.241011.6805

#abdbb9 color RGB value is (171,219,185).

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

The process color (four color CMYK) of #abdbb9 color hex is 0.22, 0.00, 0.16, 0.14. Web safe color of #abdbb9 is #99cccc. Color #abdbb9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 10111001
Octal 253 333 271
Decimal 171 219 185
Hex AB DB B9

RGB Percentages of Color #abdbb9

%29.74
%38.09
%32.17

CMYK Percentages of Color #abdbb9

%22
%0
%16
%14

Triadic Colors of #abdbb9

#abdbb9 #b9abdb #dbb9ab

Analogous Colors of #abdbb9

#abdbb9 #abdbd1 #b5dbab

Monochromatic Colors of #abdbb9

#abdbb9

Complementary Color

#abdbb9 #dbabcd

#abdbb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdbb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdbb9 Color CSS Codes

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

#abdbb9 Text Font Color

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

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


#abdbb9 Background Color

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

This div background color is #abdbb9


#abdbb9 Border Color

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

This div border color is #abdbb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdbb9


Comments

No comments written yet.

Please login to write comment.