Color Hex Logo

#abc38b Color Hex

#ABC38B
(171,195,139)
0 Favorites   0 Comments

Color spaces of #abc38b

RGB 171195139
HSL0.240.320.65
HSV86°29°76°
CMYK 0.120.000.29   0.24
XYZ40.969949.552231.8313
Yxy49.55220.33480.4050
Hunter Lab70.3933-19.298822.4649
CIE-Lab75.7936-17.963325.5269

#abc38b color RGB value is (171,195,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000011 10001011
Octal 253 303 213
Decimal 171 195 139
Hex AB C3 8B

RGB Percentages of Color #abc38b

%33.86
%38.61
%27.52

CMYK Percentages of Color #abc38b

%12
%0
%29
%24

Triadic Colors of #abc38b

#abc38b #8babc3 #c38bab

Analogous Colors of #abc38b

#abc38b #8fc38b #c3bf8b

Monochromatic Colors of #abc38b

#abc38b

Complementary Color

#abc38b #a38bc3

#abc38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc38b Color CSS Codes

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

#abc38b Text Font Color

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

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


#abc38b Background Color

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

This div background color is #abc38b


#abc38b Border Color

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

This div border color is #abc38b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc38b


Comments

No comments written yet.

Please login to write comment.