Color Hex Logo

#abd046 Color Hex

#ABD046
(171,208,70)
0 Favorites   0 Comments

Color spaces of #abd046

RGB 17120870
HSL0.210.590.55
HSV76°66°82°
CMYK 0.180.000.66   0.18
XYZ40.456054.211914.1260
Yxy54.21190.37190.4983
Hunter Lab73.6287-30.771840.1651
CIE-Lab78.5851-31.581761.8306

#abd046 color RGB value is (171,208,70).

#abd046 hex color red value is 171, green value is 208 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #abd046 hue: 0.21 , saturation: 0.59 and the lightness value of abd046 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010000 01000110
Octal 253 320 106
Decimal 171 208 70
Hex AB D0 46

RGB Percentages of Color #abd046

%38.08
%46.33
%15.59

CMYK Percentages of Color #abd046

%18
%0
%66
%18

Triadic Colors of #abd046

#abd046 #46abd0 #d046ab

Analogous Colors of #abd046

#abd046 #66d046 #d0b046

Monochromatic Colors of #abd046

#abd046

Complementary Color

#abd046 #6b46d0

#abd046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd046 Color CSS Codes

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

#abd046 Text Font Color

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

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


#abd046 Background Color

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

This div background color is #abd046


#abd046 Border Color

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

This div border color is #abd046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd046


Comments

No comments written yet.

Please login to write comment.