color codes Logo

#8abd7c color codes

#8ABD7C
(138,189,124)
0 Favorites   0 Comments

Color spaces of #8abd7c

RGB 138189124
HSL0.300.330.61
HSV107°34°74°
CMYK 0.270.000.34   0.26
XYZ32.316943.253725.7143
Yxy43.25370.31910.4270
Hunter Lab65.7675-27.381822.8556
CIE-Lab71.7268-29.153027.6295

#8abd7c color RGB value is (138,189,124).

#8abd7c hex color red value is 138, green value is 189 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #8abd7c hue: 0.30 , saturation: 0.33 and the lightness value of 8abd7c is 0.61.

The process color (four color CMYK) of #8abd7c color code is 0.27, 0.00, 0.34, 0.26. Web safe color of #8abd7c is #99cc66. Color #8abd7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111101 01111100
Octal 212 275 174
Decimal 138 189 124
Hex 8A BD 7C

RGB Percentages of Color #8abd7c

%30.60
%41.91
%27.49

CMYK Percentages of Color #8abd7c

%27
%0
%34
%26

Triadic Colors of #8abd7c

#8abd7c #7c8abd #bd7c8a

Analogous Colors of #8abd7c

#8abd7c #7cbd8f #abbd7c

Monochromatic Colors of #8abd7c

#8abd7c

Complementary Color

#8abd7c #af7cbd

#8abd7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abd7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abd7c Color CSS Codes

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

#8abd7c Text Font Color

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

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


#8abd7c Background Color

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

This div background color is #8abd7c


#8abd7c Border Color

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

This div border color is #8abd7c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,189,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8abd7c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8abd7c;
  -webkit-box-shadow: 1px 1px 3px 2px #8abd7c;
  box-shadow:         1px 1px 3px 2px #8abd7c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,189,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abd7c


Comments

No comments written yet.

Please login to write comment.