Color Hex Logo

#abda0a Color Hex

#ABDA0A
(171,218,10)
0 Favorites   0 Comments

Color spaces of #abda0a

RGB 17121810
HSL0.200.910.45
HSV74°95°85°
CMYK 0.220.000.95   0.15
XYZ41.920858.82269.4316
Yxy58.82260.38050.5339
Hunter Lab76.6959-36.652446.3960
CIE-Lab81.1940-38.341179.0836

#abda0a color RGB value is (171,218,10).

#abda0a hex color red value is 171, green value is 218 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #abda0a hue: 0.20 , saturation: 0.91 and the lightness value of abda0a is 0.45.

The process color (four color CMYK) of #abda0a color hex is 0.22, 0.00, 0.95, 0.15. Web safe color of #abda0a is #99cc00. Color #abda0a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 00001010
Octal 253 332 12
Decimal 171 218 10
Hex AB DA A

RGB Percentages of Color #abda0a

%42.86
%54.64
%2.51

CMYK Percentages of Color #abda0a

%22
%0
%95
%15

Triadic Colors of #abda0a

#abda0a #0aabda #da0aab

Analogous Colors of #abda0a

#abda0a #43da0a #daa10a

Monochromatic Colors of #abda0a

#abda0a

Complementary Color

#abda0a #390ada

#abda0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abda0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abda0a Color CSS Codes

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

#abda0a Text Font Color

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

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


#abda0a Background Color

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

This div background color is #abda0a


#abda0a Border Color

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

This div border color is #abda0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abda0a


Comments

No comments written yet.

Please login to write comment.