Color Hex Logo

#abd285 Color Hex

#ABD285
(171,210,133)
0 Favorites   0 Comments

Color spaces of #abd285

RGB 171210133
HSL0.250.460.67
HSV90°37°82°
CMYK 0.190.000.37   0.18
XYZ44.074856.444630.7622
Yxy56.44460.33570.4300
Hunter Lab75.1296-26.759828.3141
CIE-Lab79.8662-26.207734.0517

#abd285 color RGB value is (171,210,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010010 10000101
Octal 253 322 205
Decimal 171 210 133
Hex AB D2 85

RGB Percentages of Color #abd285

%33.27
%40.86
%25.88

CMYK Percentages of Color #abd285

%19
%0
%37
%18

Triadic Colors of #abd285

#abd285 #85abd2 #d285ab

Analogous Colors of #abd285

#abd285 #85d286 #d2d285

Monochromatic Colors of #abd285

#abd285

Complementary Color

#abd285 #ac85d2

#abd285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd285 Color CSS Codes

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

#abd285 Text Font Color

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

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


#abd285 Background Color

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

This div background color is #abd285


#abd285 Border Color

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

This div border color is #abd285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd285


Comments

No comments written yet.

Please login to write comment.