Color Hex Logo

#abbd7c Color Hex

#ABBD7C
(171,189,124)
0 Favorites   0 Comments

Color spaces of #abbd7c

RGB 171189124
HSL0.210.330.61
HSV77°34°74°
CMYK 0.100.000.34   0.26
XYZ38.630346.508426.0098
Yxy46.50840.34760.4184
Hunter Lab68.1971-18.233425.1252
CIE-Lab73.8742-17.021130.8602

#abbd7c color RGB value is (171,189,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 01111100
Octal 253 275 174
Decimal 171 189 124
Hex AB BD 7C

RGB Percentages of Color #abbd7c

%35.33
%39.05
%25.62

CMYK Percentages of Color #abbd7c

%10
%0
%34
%26

Triadic Colors of #abbd7c

#abbd7c #7cabbd #bd7cab

Analogous Colors of #abbd7c

#abbd7c #8bbd7c #bdaf7c

Monochromatic Colors of #abbd7c

#abbd7c

Complementary Color

#abbd7c #8e7cbd

#abbd7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbd7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbd7c Color CSS Codes

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

#abbd7c Text Font Color

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

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


#abbd7c Background Color

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

This div background color is #abbd7c


#abbd7c Border Color

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

This div border color is #abbd7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbd7c


Comments

No comments written yet.

Please login to write comment.