Color Hex Logo

#abdb70 Color Hex

#ABDB70
(171,219,112)
0 Favorites   0 Comments

Color spaces of #abdb70

RGB 171219112
HSL0.240.600.65
HSV87°49°86°
CMYK 0.220.000.49   0.14
XYZ45.050760.490824.6307
Yxy60.49080.34610.4647
Hunter Lab77.7758-32.713835.6666
CIE-Lab82.1042-33.018947.2831

#abdb70 color RGB value is (171,219,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11011011 01110000
Octal 253 333 160
Decimal 171 219 112
Hex AB DB 70

RGB Percentages of Color #abdb70

%34.06
%43.63
%22.31

CMYK Percentages of Color #abdb70

%22
%0
%49
%14

Triadic Colors of #abdb70

#abdb70 #70abdb #db70ab

Analogous Colors of #abdb70

#abdb70 #76db70 #dbd670

Monochromatic Colors of #abdb70

#abdb70

Complementary Color

#abdb70 #a070db

#abdb70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abdb70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abdb70 Color CSS Codes

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

#abdb70 Text Font Color

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

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


#abdb70 Background Color

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

This div background color is #abdb70


#abdb70 Border Color

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

This div border color is #abdb70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abdb70


Comments

No comments written yet.

Please login to write comment.