Color Hex Logo

#abcb7a Color Hex

#ABCB7A
(171,203,122)
0 Favorites   0 Comments

Color spaces of #abcb7a

RGB 171203122
HSL0.230.440.64
HSV84°40°80°
CMYK 0.160.000.40   0.20
XYZ41.663452.774926.4030
Yxy52.77490.34480.4367
Hunter Lab72.6463-24.759629.3037
CIE-Lab77.7419-24.242036.9064

#abcb7a color RGB value is (171,203,122).

#abcb7a hex color red value is 171, green value is 203 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #abcb7a hue: 0.23 , saturation: 0.44 and the lightness value of abcb7a is 0.64.

The process color (four color CMYK) of #abcb7a color hex is 0.16, 0.00, 0.40, 0.20. Web safe color of #abcb7a is #99cc66. Color #abcb7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001011 01111010
Octal 253 313 172
Decimal 171 203 122
Hex AB CB 7A

RGB Percentages of Color #abcb7a

%34.48
%40.93
%24.60

CMYK Percentages of Color #abcb7a

%16
%0
%40
%20

Triadic Colors of #abcb7a

#abcb7a #7aabcb #cb7aab

Analogous Colors of #abcb7a

#abcb7a #83cb7a #cbc37a

Monochromatic Colors of #abcb7a

#abcb7a

Complementary Color

#abcb7a #9a7acb

#abcb7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcb7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcb7a Color CSS Codes

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

#abcb7a Text Font Color

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

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


#abcb7a Background Color

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

This div background color is #abcb7a


#abcb7a Border Color

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

This div border color is #abcb7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcb7a


Comments

No comments written yet.

Please login to write comment.