Color Hex Logo

#abc388 Color Hex

#ABC388
(171,195,136)
0 Favorites   0 Comments

Color spaces of #abc388

RGB 171195136
HSL0.230.330.65
HSV84°30°76°
CMYK 0.120.000.30   0.24
XYZ40.753649.465730.6924
Yxy49.46570.33710.4091
Hunter Lab70.3319-19.649423.3585
CIE-Lab75.7401-18.398827.0372

#abc388 color RGB value is (171,195,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000011 10001000
Octal 253 303 210
Decimal 171 195 136
Hex AB C3 88

RGB Percentages of Color #abc388

%34.06
%38.84
%27.09

CMYK Percentages of Color #abc388

%12
%0
%30
%24

Triadic Colors of #abc388

#abc388 #88abc3 #c388ab

Analogous Colors of #abc388

#abc388 #8ec388 #c3be88

Monochromatic Colors of #abc388

#abc388

Complementary Color

#abc388 #a088c3

#abc388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc388 Color CSS Codes

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

#abc388 Text Font Color

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

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


#abc388 Background Color

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

This div background color is #abc388


#abc388 Border Color

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

This div border color is #abc388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc388


Comments

No comments written yet.

Please login to write comment.