Color Hex Logo

#abd146 Color Hex

#ABD146
(171,209,70)
0 Favorites   0 Comments

Color spaces of #abd146

RGB 17120970
HSL0.210.600.55
HSV76°67°82°
CMYK 0.180.000.67   0.18
XYZ40.700554.701114.2076
Yxy54.70110.37130.4991
Hunter Lab73.9602-31.201340.3826
CIE-Lab78.8688-32.048262.1251

#abd146 color RGB value is (171,209,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010001 01000110
Octal 253 321 106
Decimal 171 209 70
Hex AB D1 46

RGB Percentages of Color #abd146

%38.00
%46.44
%15.56

CMYK Percentages of Color #abd146

%18
%0
%67
%18

Triadic Colors of #abd146

#abd146 #46abd1 #d146ab

Analogous Colors of #abd146

#abd146 #66d146 #d1b246

Monochromatic Colors of #abd146

#abd146

Complementary Color

#abd146 #6c46d1

#abd146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd146 Color CSS Codes

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

#abd146 Text Font Color

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

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


#abd146 Background Color

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

This div background color is #abd146


#abd146 Border Color

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

This div border color is #abd146


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,209,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 #abd146">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd146


Comments

No comments written yet.

Please login to write comment.