Color Hex Logo

#abd02b Color Hex

#ABD02B
(171,208,43)
0 Favorites   0 Comments

Color spaces of #abd02b

RGB 17120843
HSL0.200.660.49
HSV73°79°82°
CMYK 0.180.000.79   0.18
XYZ39.786553.944110.6008
Yxy53.94410.38130.5170
Hunter Lab73.4466-31.837142.8551
CIE-Lab78.4291-32.995570.8014

#abd02b color RGB value is (171,208,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010000 00101011
Octal 253 320 53
Decimal 171 208 43
Hex AB D0 2B

RGB Percentages of Color #abd02b

%40.52
%49.29
%10.19

CMYK Percentages of Color #abd02b

%18
%0
%79
%18

Triadic Colors of #abd02b

#abd02b #2babd0 #d02bab

Analogous Colors of #abd02b

#abd02b #58d02b #d0a32b

Monochromatic Colors of #abd02b

#abd02b

Complementary Color

#abd02b #502bd0

#abd02b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd02b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd02b Color CSS Codes

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

#abd02b Text Font Color

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

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


#abd02b Background Color

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

This div background color is #abd02b


#abd02b Border Color

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

This div border color is #abd02b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd02b


Comments

No comments written yet.

Please login to write comment.