Color Hex Logo

#abbda8 Color Hex

#ABBDA8
(171,189,168)
0 Favorites   0 Comments

Color spaces of #abbda8

RGB 171189168
HSL0.310.140.70
HSV111°11°74°
CMYK 0.100.000.11   0.26
XYZ42.060147.880344.0708
Yxy47.88030.31390.3573
Hunter Lab69.1956-12.592210.6750
CIE-Lab74.7494-10.14158.5217

#abbda8 color RGB value is (171,189,168).

#abbda8 hex color red value is 171, green value is 189 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #abbda8 hue: 0.31 , saturation: 0.14 and the lightness value of abbda8 is 0.70.

The process color (four color CMYK) of #abbda8 color hex is 0.10, 0.00, 0.11, 0.26. Web safe color of #abbda8 is #99cc99. Color #abbda8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 10101000
Octal 253 275 250
Decimal 171 189 168
Hex AB BD A8

RGB Percentages of Color #abbda8

%32.39
%35.80
%31.82

CMYK Percentages of Color #abbda8

%10
%0
%11
%26

Triadic Colors of #abbda8

#abbda8 #a8abbd #bda8ab

Analogous Colors of #abbda8

#abbda8 #a8bdb0 #b6bda8

Monochromatic Colors of #abbda8

#abbda8

Complementary Color

#abbda8 #baa8bd

#abbda8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbda8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbda8 Color CSS Codes

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

#abbda8 Text Font Color

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

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


#abbda8 Background Color

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

This div background color is #abbda8


#abbda8 Border Color

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

This div border color is #abbda8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbda8


Comments

No comments written yet.

Please login to write comment.