Color Hex Logo

#abd384 Color Hex

#ABD384
(171,211,132)
0 Favorites   0 Comments

Color spaces of #abd384

RGB 171211132
HSL0.250.470.67
HSV90°37°83°
CMYK 0.190.000.37   0.17
XYZ44.253756.912430.4826
Yxy56.91240.33610.4323
Hunter Lab75.4403-27.311528.8513
CIE-Lab80.1303-26.823234.9059

#abd384 color RGB value is (171,211,132).

#abd384 hex color red value is 171, green value is 211 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #abd384 hue: 0.25 , saturation: 0.47 and the lightness value of abd384 is 0.67.

The process color (four color CMYK) of #abd384 color hex is 0.19, 0.00, 0.37, 0.17. Web safe color of #abd384 is #99cc99. Color #abd384 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010011 10000100
Octal 253 323 204
Decimal 171 211 132
Hex AB D3 84

RGB Percentages of Color #abd384

%33.27
%41.05
%25.68

CMYK Percentages of Color #abd384

%19
%0
%37
%17

Triadic Colors of #abd384

#abd384 #84abd3 #d384ab

Analogous Colors of #abd384

#abd384 #84d385 #d3d384

Monochromatic Colors of #abd384

#abd384

Complementary Color

#abd384 #ac84d3

#abd384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd384 Color CSS Codes

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

#abd384 Text Font Color

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

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


#abd384 Background Color

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

This div background color is #abd384


#abd384 Border Color

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

This div border color is #abd384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd384


Comments

No comments written yet.

Please login to write comment.