Color Hex Logo

#abcb4d Color Hex

#ABCB4D
(171,203,77)
0 Favorites   0 Comments

Color spaces of #abcb4d

RGB 17120377
HSL0.210.550.55
HSV75°62°80°
CMYK 0.160.000.62   0.20
XYZ39.490151.905614.9586
Yxy51.90560.37130.4880
Hunter Lab72.0455-28.239038.1217
CIE-Lab77.2244-28.733757.5331

#abcb4d color RGB value is (171,203,77).

#abcb4d hex color red value is 171, green value is 203 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #abcb4d hue: 0.21 , saturation: 0.55 and the lightness value of abcb4d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001011 01001101
Octal 253 313 115
Decimal 171 203 77
Hex AB CB 4D

RGB Percentages of Color #abcb4d

%37.92
%45.01
%17.07

CMYK Percentages of Color #abcb4d

%16
%0
%62
%20

Triadic Colors of #abcb4d

#abcb4d #4dabcb #cb4dab

Analogous Colors of #abcb4d

#abcb4d #6ccb4d #cbac4d

Monochromatic Colors of #abcb4d

#abcb4d

Complementary Color

#abcb4d #6d4dcb

#abcb4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcb4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcb4d Color CSS Codes

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

#abcb4d Text Font Color

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

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


#abcb4d Background Color

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

This div background color is #abcb4d


#abcb4d Border Color

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

This div border color is #abcb4d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcb4d


Comments

No comments written yet.

Please login to write comment.