Color Hex Logo

#abd02e Color Hex

#ABD02E
(171,208,46)
0 Favorites   0 Comments

Color spaces of #abd02e

RGB 17120846
HSL0.200.640.50
HSV74°78°82°
CMYK 0.180.000.78   0.18
XYZ39.843653.966910.9014
Yxy53.96690.38050.5154
Hunter Lab73.4622-31.745942.6252
CIE-Lab78.4424-32.874069.9628

#abd02e color RGB value is (171,208,46).

#abd02e hex color red value is 171, green value is 208 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #abd02e hue: 0.20 , saturation: 0.64 and the lightness value of abd02e is 0.50.

The process color (four color CMYK) of #abd02e color hex is 0.18, 0.00, 0.78, 0.18. Web safe color of #abd02e is #99cc33. Color #abd02e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010000 00101110
Octal 253 320 56
Decimal 171 208 46
Hex AB D0 2E

RGB Percentages of Color #abd02e

%40.24
%48.94
%10.82

CMYK Percentages of Color #abd02e

%18
%0
%78
%18

Triadic Colors of #abd02e

#abd02e #2eabd0 #d02eab

Analogous Colors of #abd02e

#abd02e #5ad02e #d0a42e

Monochromatic Colors of #abd02e

#abd02e

Complementary Color

#abd02e #532ed0

#abd02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd02e Color CSS Codes

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

#abd02e Text Font Color

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

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


#abd02e Background Color

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

This div background color is #abd02e


#abd02e Border Color

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

This div border color is #abd02e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,208,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 #abd02e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd02e


Comments

No comments written yet.

Please login to write comment.