Color Hex Logo

#8ab100 Color Hex

#8AB100
(138,177,0)
0 Favorites   0 Comments

Color spaces of #8ab100

RGB 1381770
HSL0.201.000.35
HSV73°100°69°
CMYK 0.220.001.00   0.31
XYZ26.203436.84765.7312
Yxy36.84760.38100.5357
Hunter Lab60.7022-29.175636.8937
CIE-Lab67.1625-33.040168.4302

#8ab100 color RGB value is (138,177,0).

#8ab100 hex color red value is 138, green value is 177 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #8ab100 hue: 0.20 , saturation: 1.00 and the lightness value of 8ab100 is 0.35.

The process color (four color CMYK) of #8ab100 color hex is 0.22, 0.00, 1.00, 0.31. Web safe color of #8ab100 is #999900. Color #8ab100 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10110001 00000000
Octal 212 261 0
Decimal 138 177 0
Hex 8A B1 0

RGB Percentages of Color #8ab100

%43.81
%56.19
%0.00

CMYK Percentages of Color #8ab100

%22
%0
%100
%31

Triadic Colors of #8ab100

#8ab100 #008ab1 #b1008a

Analogous Colors of #8ab100

#8ab100 #32b100 #b18000

Monochromatic Colors of #8ab100

#8ab100

Complementary Color

#8ab100 #2700b1

#8ab100 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ab100 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ab100 Color CSS Codes

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

#8ab100 Text Font Color

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

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


#8ab100 Background Color

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

This div background color is #8ab100


#8ab100 Border Color

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

This div border color is #8ab100


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,177,0, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ab100; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ab100;
  -webkit-box-shadow: 1px 1px 3px 2px #8ab100;
  box-shadow:         1px 1px 3px 2px #8ab100; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ab100


Comments

No comments written yet.

Please login to write comment.