Color Hex Logo

#abc364 Color Hex

#ABC364
(171,195,100)
0 Favorites   0 Comments

Color spaces of #abc364

RGB 171195100
HSL0.210.440.58
HSV75°49°76°
CMYK 0.120.000.49   0.24
XYZ38.609948.608219.4040
Yxy48.60820.36210.4559
Hunter Lab69.7196-23.158032.3024
CIE-Lab75.2069-22.830744.7047

#abc364 color RGB value is (171,195,100).

#abc364 hex color red value is 171, green value is 195 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #abc364 hue: 0.21 , saturation: 0.44 and the lightness value of abc364 is 0.58.

The process color (four color CMYK) of #abc364 color hex is 0.12, 0.00, 0.49, 0.24. Web safe color of #abc364 is #99cc66. Color #abc364 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000011 01100100
Octal 253 303 144
Decimal 171 195 100
Hex AB C3 64

RGB Percentages of Color #abc364

%36.70
%41.85
%21.46

CMYK Percentages of Color #abc364

%12
%0
%49
%24

Triadic Colors of #abc364

#abc364 #64abc3 #c364ab

Analogous Colors of #abc364

#abc364 #7cc364 #c3ac64

Monochromatic Colors of #abc364

#abc364

Complementary Color

#abc364 #7c64c3

#abc364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc364 Color CSS Codes

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

#abc364 Text Font Color

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

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


#abc364 Background Color

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

This div background color is #abc364


#abc364 Border Color

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

This div border color is #abc364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc364


Comments

No comments written yet.

Please login to write comment.