Color Hex Logo

#abd385 Color Hex

#ABD385
(171,211,133)
0 Favorites   0 Comments

Color spaces of #abd385

RGB 171211133
HSL0.250.470.67
HSV91°37°83°
CMYK 0.190.000.37   0.17
XYZ44.322556.939930.8448
Yxy56.93990.33550.4310
Hunter Lab75.4585-27.205928.5853
CIE-Lab80.1458-26.689234.4164

#abd385 color RGB value is (171,211,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010011 10000101
Octal 253 323 205
Decimal 171 211 133
Hex AB D3 85

RGB Percentages of Color #abd385

%33.20
%40.97
%25.83

CMYK Percentages of Color #abd385

%19
%0
%37
%17

Triadic Colors of #abd385

#abd385 #85abd3 #d385ab

Analogous Colors of #abd385

#abd385 #85d386 #d2d385

Monochromatic Colors of #abd385

#abd385

Complementary Color

#abd385 #ad85d3

#abd385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd385 Color CSS Codes

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

#abd385 Text Font Color

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

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


#abd385 Background Color

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

This div background color is #abd385


#abd385 Border Color

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

This div border color is #abd385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd385


Comments

No comments written yet.

Please login to write comment.