Color Hex Logo

#abdb72 Color Hex

#ABDB72
(171,219,114)
0 Favorites   0 Comments

Color spaces of #abdb72

RGB 171219114
HSL0.240.590.65
HSV87°48°86°
CMYK 0.220.000.48   0.14
XYZ45.163460.535925.2238
Yxy60.53590.34500.4624
Hunter Lab77.8048-32.544535.2420
CIE-Lab82.1286-32.799246.3547

#abdb72 color RGB value is (171,219,114).

#abdb72 hex color red value is 171, green value is 219 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #abdb72 hue: 0.24 , saturation: 0.59 and the lightness value of abdb72 is 0.65.

The process color (four color CMYK) of #abdb72 color hex is 0.22, 0.00, 0.48, 0.14. Web safe color of #abdb72 is #99cc66. Color #abdb72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 01110010
Octal 253 333 162
Decimal 171 219 114
Hex AB DB 72

RGB Percentages of Color #abdb72

%33.93
%43.45
%22.62

CMYK Percentages of Color #abdb72

%22
%0
%48
%14

Triadic Colors of #abdb72

#abdb72 #72abdb #db72ab

Analogous Colors of #abdb72

#abdb72 #77db72 #dbd772

Monochromatic Colors of #abdb72

#abdb72

Complementary Color

#abdb72 #a272db

#abdb72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdb72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdb72 Color CSS Codes

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

#abdb72 Text Font Color

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

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


#abdb72 Background Color

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

This div background color is #abdb72


#abdb72 Border Color

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

This div border color is #abdb72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdb72


Comments

No comments written yet.

Please login to write comment.