Color Hex Logo

#abd273 Color Hex

#ABD273
(171,210,115)
0 Favorites   0 Comments

Color spaces of #abd273

RGB 171210115
HSL0.240.510.64
HSV85°45°82°
CMYK 0.190.000.45   0.18
XYZ42.935755.988924.7636
Yxy55.98890.34710.4527
Hunter Lab74.8257-28.520132.7560
CIE-Lab79.6075-28.455942.7596

#abd273 color RGB value is (171,210,115).

#abd273 hex color red value is 171, green value is 210 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #abd273 hue: 0.24 , saturation: 0.51 and the lightness value of abd273 is 0.64.

The process color (four color CMYK) of #abd273 color hex is 0.19, 0.00, 0.45, 0.18. Web safe color of #abd273 is #99cc66. Color #abd273 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010010 01110011
Octal 253 322 163
Decimal 171 210 115
Hex AB D2 73

RGB Percentages of Color #abd273

%34.48
%42.34
%23.19

CMYK Percentages of Color #abd273

%19
%0
%45
%18

Triadic Colors of #abd273

#abd273 #73abd2 #d273ab

Analogous Colors of #abd273

#abd273 #7cd273 #d2ca73

Monochromatic Colors of #abd273

#abd273

Complementary Color

#abd273 #9a73d2

#abd273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd273 Color CSS Codes

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

#abd273 Text Font Color

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

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


#abd273 Background Color

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

This div background color is #abd273


#abd273 Border Color

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

This div border color is #abd273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd273


Comments

No comments written yet.

Please login to write comment.