Color Hex Logo

#8abb21 Color Hex

#8ABB21
(138,187,33)
0 Favorites   0 Comments

Color spaces of #8abb21

RGB 13818733
HSL0.220.700.43
HSV79°82°73°
CMYK 0.260.000.82   0.27
XYZ28.526141.05377.8595
Yxy41.05370.36840.5301
Hunter Lab64.0732-32.657837.5784
CIE-Lab70.2135-36.846665.3702

#8abb21 color RGB value is (138,187,33).

#8abb21 hex color red value is 138, green value is 187 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #8abb21 hue: 0.22 , saturation: 0.70 and the lightness value of 8abb21 is 0.43.

The process color (four color CMYK) of #8abb21 color hex is 0.26, 0.00, 0.82, 0.27. Web safe color of #8abb21 is #99cc33. Color #8abb21 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111011 00100001
Octal 212 273 41
Decimal 138 187 33
Hex 8A BB 21

RGB Percentages of Color #8abb21

%38.55
%52.23
%9.22

CMYK Percentages of Color #8abb21

%26
%0
%82
%27

Triadic Colors of #8abb21

#8abb21 #218abb #bb218a

Analogous Colors of #8abb21

#8abb21 #3dbb21 #bb9f21

Monochromatic Colors of #8abb21

#8abb21

Complementary Color

#8abb21 #5221bb

#8abb21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8abb21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8abb21 Color CSS Codes

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

#8abb21 Text Font Color

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

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


#8abb21 Background Color

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

This div background color is #8abb21


#8abb21 Border Color

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

This div border color is #8abb21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8abb21


Comments

No comments written yet.

Please login to write comment.