Color Hex Logo

#abd02d Color Hex

#ABD02D
(171,208,45)
0 Favorites   0 Comments

Color spaces of #abd02d

RGB 17120845
HSL0.200.640.50
HSV74°78°82°
CMYK 0.180.000.78   0.18
XYZ39.824153.959110.7988
Yxy53.95910.38080.5160
Hunter Lab73.4569-31.777042.7037
CIE-Lab78.4379-32.915570.2472

#abd02d color RGB value is (171,208,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010000 00101101
Octal 253 320 55
Decimal 171 208 45
Hex AB D0 2D

RGB Percentages of Color #abd02d

%40.33
%49.06
%10.61

CMYK Percentages of Color #abd02d

%18
%0
%78
%18

Triadic Colors of #abd02d

#abd02d #2dabd0 #d02dab

Analogous Colors of #abd02d

#abd02d #5ad02d #d0a42d

Monochromatic Colors of #abd02d

#abd02d

Complementary Color

#abd02d #522dd0

#abd02d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd02d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd02d Color CSS Codes

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

#abd02d Text Font Color

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

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


#abd02d Background Color

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

This div background color is #abd02d


#abd02d Border Color

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

This div border color is #abd02d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd02d


Comments

No comments written yet.

Please login to write comment.