Color Hex Logo

#abc38a Color Hex

#ABC38A
(171,195,138)
0 Favorites   0 Comments

Color spaces of #abc38a

RGB 171195138
HSL0.240.320.65
HSV85°29°76°
CMYK 0.120.000.29   0.24
XYZ40.897149.523131.4482
Yxy49.52310.33560.4064
Hunter Lab70.3727-19.416822.7653
CIE-Lab75.7756-18.109626.0306

#abc38a color RGB value is (171,195,138).

#abc38a hex color red value is 171, green value is 195 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #abc38a hue: 0.24 , saturation: 0.32 and the lightness value of abc38a is 0.65.

The process color (four color CMYK) of #abc38a color hex is 0.12, 0.00, 0.29, 0.24. Web safe color of #abc38a is #99cc99. Color #abc38a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000011 10001010
Octal 253 303 212
Decimal 171 195 138
Hex AB C3 8A

RGB Percentages of Color #abc38a

%33.93
%38.69
%27.38

CMYK Percentages of Color #abc38a

%12
%0
%29
%24

Triadic Colors of #abc38a

#abc38a #8aabc3 #c38aab

Analogous Colors of #abc38a

#abc38a #8fc38a #c3bf8a

Monochromatic Colors of #abc38a

#abc38a

Complementary Color

#abc38a #a28ac3

#abc38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc38a Color CSS Codes

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

#abc38a Text Font Color

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

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


#abc38a Background Color

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

This div background color is #abc38a


#abc38a Border Color

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

This div border color is #abc38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc38a


Comments

No comments written yet.

Please login to write comment.