Color Hex Logo

#abd043 Color Hex

#ABD043
(171,208,67)
0 Favorites   0 Comments

Color spaces of #abd043

RGB 17120867
HSL0.210.600.54
HSV76°68°82°
CMYK 0.180.000.68   0.18
XYZ40.363654.174913.6396
Yxy54.17490.37310.5008
Hunter Lab73.6036-30.918440.5354
CIE-Lab78.5636-31.775562.9692

#abd043 color RGB value is (171,208,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010000 01000011
Octal 253 320 103
Decimal 171 208 67
Hex AB D0 43

RGB Percentages of Color #abd043

%38.34
%46.64
%15.02

CMYK Percentages of Color #abd043

%18
%0
%68
%18

Triadic Colors of #abd043

#abd043 #43abd0 #d043ab

Analogous Colors of #abd043

#abd043 #65d043 #d0af43

Monochromatic Colors of #abd043

#abd043

Complementary Color

#abd043 #6843d0

#abd043 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd043 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd043 Color CSS Codes

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

#abd043 Text Font Color

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

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


#abd043 Background Color

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

This div background color is #abd043


#abd043 Border Color

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

This div border color is #abd043


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd043


Comments

No comments written yet.

Please login to write comment.