Color Hex Logo

#abd297 Color Hex

#ABD297
(171,210,151)
0 Favorites   0 Comments

Color spaces of #abd297

RGB 171210151
HSL0.280.400.71
HSV100°28°82°
CMYK 0.190.000.28   0.18
XYZ45.427156.985537.8832
Yxy56.98550.32380.4062
Hunter Lab75.4887-24.688823.0881
CIE-Lab80.1714-23.605225.1458

#abd297 color RGB value is (171,210,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010010 10010111
Octal 253 322 227
Decimal 171 210 151
Hex AB D2 97

RGB Percentages of Color #abd297

%32.14
%39.47
%28.38

CMYK Percentages of Color #abd297

%19
%0
%28
%18

Triadic Colors of #abd297

#abd297 #97abd2 #d297ab

Analogous Colors of #abd297

#abd297 #97d2a1 #c9d297

Monochromatic Colors of #abd297

#abd297

Complementary Color

#abd297 #be97d2

#abd297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd297 Color CSS Codes

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

#abd297 Text Font Color

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

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


#abd297 Background Color

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

This div background color is #abd297


#abd297 Border Color

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

This div border color is #abd297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd297


Comments

No comments written yet.

Please login to write comment.