Color Hex Logo

#abc384 Color Hex

#ABC384
(171,195,132)
0 Favorites   0 Comments

Color spaces of #abc384

RGB 171195132
HSL0.230.340.64
HSV83°32°76°
CMYK 0.120.000.32   0.24
XYZ40.474649.354129.2229
Yxy49.35410.34000.4146
Hunter Lab70.2525-20.102524.5139
CIE-Lab75.6711-18.963529.0453

#abc384 color RGB value is (171,195,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000011 10000100
Octal 253 303 204
Decimal 171 195 132
Hex AB C3 84

RGB Percentages of Color #abc384

%34.34
%39.16
%26.51

CMYK Percentages of Color #abc384

%12
%0
%32
%24

Triadic Colors of #abc384

#abc384 #84abc3 #c384ab

Analogous Colors of #abc384

#abc384 #8cc384 #c3bc84

Monochromatic Colors of #abc384

#abc384

Complementary Color

#abc384 #9c84c3

#abc384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc384 Color CSS Codes

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

#abc384 Text Font Color

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

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


#abc384 Background Color

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

This div background color is #abc384


#abc384 Border Color

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

This div border color is #abc384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc384


Comments

No comments written yet.

Please login to write comment.