Color Hex Logo

#abd355 Color Hex

#ABD355
(171,211,85)
0 Favorites   0 Comments

Color spaces of #abd355

RGB 17121185
HSL0.220.590.58
HSV79°60°83°
CMYK 0.190.000.60   0.17
XYZ41.728555.902317.1852
Yxy55.90230.36340.4869
Hunter Lab74.7678-31.221538.7098
CIE-Lab79.5582-31.873156.6715

#abd355 color RGB value is (171,211,85).

#abd355 hex color red value is 171, green value is 211 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #abd355 hue: 0.22 , saturation: 0.59 and the lightness value of abd355 is 0.58.

The process color (four color CMYK) of #abd355 color hex is 0.19, 0.00, 0.60, 0.17. Web safe color of #abd355 is #99cc66. Color #abd355 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010011 01010101
Octal 253 323 125
Decimal 171 211 85
Hex AB D3 55

RGB Percentages of Color #abd355

%36.62
%45.18
%18.20

CMYK Percentages of Color #abd355

%19
%0
%60
%17

Triadic Colors of #abd355

#abd355 #55abd3 #d355ab

Analogous Colors of #abd355

#abd355 #6cd355 #d3bc55

Monochromatic Colors of #abd355

#abd355

Complementary Color

#abd355 #7d55d3

#abd355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd355 Color CSS Codes

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

#abd355 Text Font Color

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

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


#abd355 Background Color

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

This div background color is #abd355


#abd355 Border Color

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

This div border color is #abd355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd355


Comments

No comments written yet.

Please login to write comment.