Color Hex Logo

#abbda1 Color Hex

#ABBDA1
(171,189,161)
0 Favorites   0 Comments

Color spaces of #abbda1

RGB 171189161
HSL0.270.180.69
HSV99°15°74°
CMYK 0.100.000.15   0.26
XYZ41.425247.626340.7277
Yxy47.62630.31920.3670
Hunter Lab69.0118-13.623813.3179
CIE-Lab74.5886-11.375512.0842

#abbda1 color RGB value is (171,189,161).

#abbda1 hex color red value is 171, green value is 189 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #abbda1 hue: 0.27 , saturation: 0.18 and the lightness value of abbda1 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 10100001
Octal 253 275 241
Decimal 171 189 161
Hex AB BD A1

RGB Percentages of Color #abbda1

%32.82
%36.28
%30.90

CMYK Percentages of Color #abbda1

%10
%0
%15
%26

Triadic Colors of #abbda1

#abbda1 #a1abbd #bda1ab

Analogous Colors of #abbda1

#abbda1 #a1bda5 #b9bda1

Monochromatic Colors of #abbda1

#abbda1

Complementary Color

#abbda1 #b3a1bd

#abbda1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbda1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbda1 Color CSS Codes

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

#abbda1 Text Font Color

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

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


#abbda1 Background Color

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

This div background color is #abbda1


#abbda1 Border Color

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

This div border color is #abbda1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbda1


Comments

No comments written yet.

Please login to write comment.