Color Hex Logo

#abd344 Color Hex

#ABD344
(171,211,68)
0 Favorites   0 Comments

Color spaces of #abd344

RGB 17121168
HSL0.210.620.55
HSV77°68°83°
CMYK 0.190.000.68   0.17
XYZ41.132255.663814.0451
Yxy55.66380.37110.5022
Hunter Lab74.6082-32.155641.0643
CIE-Lab79.4221-33.105363.4673

#abd344 color RGB value is (171,211,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010011 01000100
Octal 253 323 104
Decimal 171 211 68
Hex AB D3 44

RGB Percentages of Color #abd344

%38.00
%46.89
%15.11

CMYK Percentages of Color #abd344

%19
%0
%68
%17

Triadic Colors of #abd344

#abd344 #44abd3 #d344ab

Analogous Colors of #abd344

#abd344 #63d344 #d3b444

Monochromatic Colors of #abd344

#abd344

Complementary Color

#abd344 #6c44d3

#abd344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd344 Color CSS Codes

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

#abd344 Text Font Color

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

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


#abd344 Background Color

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

This div background color is #abd344


#abd344 Border Color

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

This div border color is #abd344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd344


Comments

No comments written yet.

Please login to write comment.