Color Hex Logo

#abd296 Color Hex

#ABD296
(171,210,150)
0 Favorites   0 Comments

Color spaces of #abd296

RGB 171210150
HSL0.280.400.71
HSV99°29°82°
CMYK 0.190.000.29   0.18
XYZ45.346256.953137.4572
Yxy56.95310.32450.4075
Hunter Lab75.4673-24.812023.3993
CIE-Lab80.1532-23.758825.6437

#abd296 color RGB value is (171,210,150).

#abd296 hex color red value is 171, green value is 210 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #abd296 hue: 0.28 , saturation: 0.40 and the lightness value of abd296 is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010010 10010110
Octal 253 322 226
Decimal 171 210 150
Hex AB D2 96

RGB Percentages of Color #abd296

%32.20
%39.55
%28.25

CMYK Percentages of Color #abd296

%19
%0
%29
%18

Triadic Colors of #abd296

#abd296 #96abd2 #d296ab

Analogous Colors of #abd296

#abd296 #96d29f #c9d296

Monochromatic Colors of #abd296

#abd296

Complementary Color

#abd296 #bd96d2

#abd296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd296 Color CSS Codes

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

#abd296 Text Font Color

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

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


#abd296 Background Color

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

This div background color is #abd296


#abd296 Border Color

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

This div border color is #abd296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd296


Comments

No comments written yet.

Please login to write comment.