Color Hex Logo

#abba1d Color Hex

#ABBA1D
(171,186,29)
0 Favorites   0 Comments

Color spaces of #abba1d

RGB 17118629
HSL0.180.730.42
HSV66°84°73°
CMYK 0.080.000.84   0.27
XYZ34.575343.86447.8068
Yxy43.86440.40090.5086
Hunter Lab66.2302-22.717439.3724
CIE-Lab72.1378-22.977468.8744

#abba1d color RGB value is (171,186,29).

#abba1d hex color red value is 171, green value is 186 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #abba1d hue: 0.18 , saturation: 0.73 and the lightness value of abba1d is 0.42.

The process color (four color CMYK) of #abba1d color hex is 0.08, 0.00, 0.84, 0.27. Web safe color of #abba1d is #99cc33. Color #abba1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111010 00011101
Octal 253 272 35
Decimal 171 186 29
Hex AB BA 1D

RGB Percentages of Color #abba1d

%44.30
%48.19
%7.51

CMYK Percentages of Color #abba1d

%8
%0
%84
%27

Triadic Colors of #abba1d

#abba1d #1dabba #ba1dab

Analogous Colors of #abba1d

#abba1d #5cba1d #ba7b1d

Monochromatic Colors of #abba1d

#abba1d

Complementary Color

#abba1d #2c1dba

#abba1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abba1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abba1d Color CSS Codes

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

#abba1d Text Font Color

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

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


#abba1d Background Color

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

This div background color is #abba1d


#abba1d Border Color

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

This div border color is #abba1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abba1d


Comments

No comments written yet.

Please login to write comment.