Color Hex Logo

#abbd7d Color Hex

#ABBD7D
(171,189,125)
0 Favorites   0 Comments

Color spaces of #abbd7d

RGB 171189125
HSL0.210.330.62
HSV77°34°74°
CMYK 0.100.000.34   0.26
XYZ38.693946.533826.3446
Yxy46.53380.34680.4171
Hunter Lab68.2157-18.127124.8534
CIE-Lab73.8906-16.888430.3582

#abbd7d color RGB value is (171,189,125).

#abbd7d hex color red value is 171, green value is 189 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #abbd7d hue: 0.21 , saturation: 0.33 and the lightness value of abbd7d is 0.62.

The process color (four color CMYK) of #abbd7d color hex is 0.10, 0.00, 0.34, 0.26. Web safe color of #abbd7d is #99cc66. Color #abbd7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 01111101
Octal 253 275 175
Decimal 171 189 125
Hex AB BD 7D

RGB Percentages of Color #abbd7d

%35.26
%38.97
%25.77

CMYK Percentages of Color #abbd7d

%10
%0
%34
%26

Triadic Colors of #abbd7d

#abbd7d #7dabbd #bd7dab

Analogous Colors of #abbd7d

#abbd7d #8bbd7d #bdaf7d

Monochromatic Colors of #abbd7d

#abbd7d

Complementary Color

#abbd7d #8f7dbd

#abbd7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbd7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbd7d Color CSS Codes

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

#abbd7d Text Font Color

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

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


#abbd7d Background Color

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

This div background color is #abbd7d


#abbd7d Border Color

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

This div border color is #abbd7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbd7d


Comments

No comments written yet.

Please login to write comment.