Color Hex Logo

#abbdb5 Color Hex

#ABBDB5
(171,189,181)
0 Favorites   0 Comments

Color spaces of #abbdb5

RGB 171189181
HSL0.430.120.71
HSV153°10°74°
CMYK 0.100.000.04   0.26
XYZ43.332748.389350.7723
Yxy48.38930.30410.3396
Hunter Lab69.5624-10.54085.4190
CIE-Lab75.0698-7.71801.9263

#abbdb5 color RGB value is (171,189,181).

#abbdb5 hex color red value is 171, green value is 189 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #abbdb5 hue: 0.43 , saturation: 0.12 and the lightness value of abbdb5 is 0.71.

The process color (four color CMYK) of #abbdb5 color hex is 0.10, 0.00, 0.04, 0.26. Web safe color of #abbdb5 is #99cccc. Color #abbdb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 10110101
Octal 253 275 265
Decimal 171 189 181
Hex AB BD B5

RGB Percentages of Color #abbdb5

%31.61
%34.94
%33.46

CMYK Percentages of Color #abbdb5

%10
%0
%4
%26

Triadic Colors of #abbdb5

#abbdb5 #b5abbd #bdb5ab

Analogous Colors of #abbdb5

#abbdb5 #abbcbd #abbdac

Monochromatic Colors of #abbdb5

#abbdb5

Complementary Color

#abbdb5 #bdabb3

#abbdb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbdb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbdb5 Color CSS Codes

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

#abbdb5 Text Font Color

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

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


#abbdb5 Background Color

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

This div background color is #abbdb5


#abbdb5 Border Color

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

This div border color is #abbdb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbdb5


Comments

No comments written yet.

Please login to write comment.