Color Hex Logo

#abbda5 Color Hex

#ABBDA5
(171,189,165)
0 Favorites   0 Comments

Color spaces of #abbda5

RGB 171189165
HSL0.290.150.69
HSV105°13°74°
CMYK 0.100.000.13   0.26
XYZ41.783747.769742.6156
Yxy47.76970.31610.3614
Hunter Lab69.1156-13.040611.8237
CIE-Lab74.6794-10.676510.0477

#abbda5 color RGB value is (171,189,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 10100101
Octal 253 275 245
Decimal 171 189 165
Hex AB BD A5

RGB Percentages of Color #abbda5

%32.57
%36.00
%31.43

CMYK Percentages of Color #abbda5

%10
%0
%13
%26

Triadic Colors of #abbda5

#abbda5 #a5abbd #bda5ab

Analogous Colors of #abbda5

#abbda5 #a5bdab #b7bda5

Monochromatic Colors of #abbda5

#abbda5

Complementary Color

#abbda5 #b7a5bd

#abbda5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbda5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbda5 Color CSS Codes

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

#abbda5 Text Font Color

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

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


#abbda5 Background Color

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

This div background color is #abbda5


#abbda5 Border Color

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

This div border color is #abbda5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbda5


Comments

No comments written yet.

Please login to write comment.