Color Hex Logo

#abda2e Color Hex

#ABDA2E
(171,218,46)
0 Favorites   0 Comments

Color spaces of #abda2e

RGB 17121846
HSL0.210.700.52
HSV76°79°85°
CMYK 0.220.000.79   0.15
XYZ42.359158.998011.7400
Yxy58.99800.37450.5217
Hunter Lab76.8102-35.979044.7050
CIE-Lab81.2905-37.435372.5505

#abda2e color RGB value is (171,218,46).

#abda2e hex color red value is 171, green value is 218 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #abda2e hue: 0.21 , saturation: 0.70 and the lightness value of abda2e is 0.52.

The process color (four color CMYK) of #abda2e color hex is 0.22, 0.00, 0.79, 0.15. Web safe color of #abda2e is #99cc33. Color #abda2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011010 00101110
Octal 253 332 56
Decimal 171 218 46
Hex AB DA 2E

RGB Percentages of Color #abda2e

%39.31
%50.11
%10.57

CMYK Percentages of Color #abda2e

%22
%0
%79
%15

Triadic Colors of #abda2e

#abda2e #2eabda #da2eab

Analogous Colors of #abda2e

#abda2e #55da2e #dab32e

Monochromatic Colors of #abda2e

#abda2e

Complementary Color

#abda2e #5d2eda

#abda2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abda2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abda2e Color CSS Codes

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

#abda2e Text Font Color

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

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


#abda2e Background Color

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

This div background color is #abda2e


#abda2e Border Color

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

This div border color is #abda2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abda2e


Comments

No comments written yet.

Please login to write comment.