color codes Logo

#abd38f color codes

#ABD38F
(171,211,143)
0 Favorites   0 Comments

Color spaces of #abd38f

RGB 171211143
HSL0.260.440.69
HSV95°32°83°
CMYK 0.190.000.32   0.17
XYZ45.046857.229634.6588
Yxy57.22960.32900.4179
Hunter Lab75.6502-26.098125.7917
CIE-Lab80.3086-25.290229.4921

#abd38f color RGB value is (171,211,143).

#abd38f hex color red value is 171, green value is 211 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #abd38f hue: 0.26 , saturation: 0.44 and the lightness value of abd38f is 0.69.

The process color (four color CMYK) of #abd38f color code is 0.19, 0.00, 0.32, 0.17. Web safe color of #abd38f is #99cc99. Color #abd38f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11010011 10001111
Octal 253 323 217
Decimal 171 211 143
Hex AB D3 8F

RGB Percentages of Color #abd38f

%32.57
%40.19
%27.24

CMYK Percentages of Color #abd38f

%19
%0
%32
%17

Triadic Colors of #abd38f

#abd38f #8fabd3 #d38fab

Analogous Colors of #abd38f

#abd38f #8fd395 #cdd38f

Monochromatic Colors of #abd38f

#abd38f

Complementary Color

#abd38f #b78fd3

#abd38f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abd38f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abd38f Color CSS Codes

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

#abd38f Text Font Color

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

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


#abd38f Background Color

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

This div background color is #abd38f


#abd38f Border Color

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

This div border color is #abd38f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abd38f


Comments

No comments written yet.

Please login to write comment.