Color Hex Logo

#abda00 Color Hex

#ABDA00
(171,218,0)
1 Favorites   0 Comments

Color spaces of #abda00

RGB 1712180
HSL0.201.000.43
HSV73°100°85°
CMYK 0.220.001.00   0.15
XYZ41.866058.80079.1431
Yxy58.80070.38130.5355
Hunter Lab76.6816-36.736946.6077
CIE-Lab81.1819-38.455079.9745

#abda00 color RGB value is (171,218,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 00000000
Octal 253 332 0
Decimal 171 218 0
Hex AB DA 0

RGB Percentages of Color #abda00

%43.96
%56.04
%0.00

CMYK Percentages of Color #abda00

%22
%0
%100
%15

Triadic Colors of #abda00

#abda00 #00abda #da00ab

Analogous Colors of #abda00

#abda00 #3eda00 #da9c00

Monochromatic Colors of #abda00

#abda00

Complementary Color

#abda00 #2f00da

#abda00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abda00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abda00 Color CSS Codes

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

#abda00 Text Font Color

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

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


#abda00 Background Color

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

This div background color is #abda00


#abda00 Border Color

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

This div border color is #abda00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abda00


Comments

No comments written yet.

Please login to write comment.