Color Hex Logo

#abdb45 Color Hex

#ABDB45
(171,219,69)
0 Favorites   0 Comments

Color spaces of #abdb45

RGB 17121969
HSL0.220.680.56
HSV79°68°86°
CMYK 0.220.000.68   0.14
XYZ43.200359.750614.8864
Yxy59.75060.36660.5071
Hunter Lab77.2985-35.513042.6907
CIE-Lab81.7024-36.699365.4202

#abdb45 color RGB value is (171,219,69).

#abdb45 hex color red value is 171, green value is 219 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #abdb45 hue: 0.22 , saturation: 0.68 and the lightness value of abdb45 is 0.56.

The process color (four color CMYK) of #abdb45 color hex is 0.22, 0.00, 0.68, 0.14. Web safe color of #abdb45 is #99cc33. Color #abdb45 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 01000101
Octal 253 333 105
Decimal 171 219 69
Hex AB DB 45

RGB Percentages of Color #abdb45

%37.25
%47.71
%15.03

CMYK Percentages of Color #abdb45

%22
%0
%68
%14

Triadic Colors of #abdb45

#abdb45 #45abdb #db45ab

Analogous Colors of #abdb45

#abdb45 #60db45 #dbc045

Monochromatic Colors of #abdb45

#abdb45

Complementary Color

#abdb45 #7545db

#abdb45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdb45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdb45 Color CSS Codes

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

#abdb45 Text Font Color

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

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


#abdb45 Background Color

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

This div background color is #abdb45


#abdb45 Border Color

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

This div border color is #abdb45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdb45


Comments

No comments written yet.

Please login to write comment.