Color Hex Logo

#abdb48 Color Hex

#ABDB48
(171,219,72)
0 Favorites   0 Comments

Color spaces of #abdb48

RGB 17121972
HSL0.220.670.57
HSV80°67°86°
CMYK 0.220.000.67   0.14
XYZ43.295859.788815.3894
Yxy59.78880.36540.5047
Hunter Lab77.3232-35.367642.3259
CIE-Lab81.7233-36.505964.3085

#abdb48 color RGB value is (171,219,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 01001000
Octal 253 333 110
Decimal 171 219 72
Hex AB DB 48

RGB Percentages of Color #abdb48

%37.01
%47.40
%15.58

CMYK Percentages of Color #abdb48

%22
%0
%67
%14

Triadic Colors of #abdb48

#abdb48 #48abdb #db48ab

Analogous Colors of #abdb48

#abdb48 #62db48 #dbc248

Monochromatic Colors of #abdb48

#abdb48

Complementary Color

#abdb48 #7848db

#abdb48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdb48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdb48 Color CSS Codes

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

#abdb48 Text Font Color

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

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


#abdb48 Background Color

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

This div background color is #abdb48


#abdb48 Border Color

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

This div border color is #abdb48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdb48


Comments

No comments written yet.

Please login to write comment.