Color Hex Logo

#8ab621 Color Hex

#8AB621
(138,182,33)
0 Favorites   0 Comments

Color spaces of #8ab621

RGB 13818233
HSL0.220.690.42
HSV78°82°71°
CMYK 0.240.000.82   0.29
XYZ27.483738.96907.5121
Yxy38.96900.37160.5269
Hunter Lab62.4252-30.656536.5628
CIE-Lab68.7288-34.575364.0558

#8ab621 color RGB value is (138,182,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10110110 00100001
Octal 212 266 41
Decimal 138 182 33
Hex 8A B6 21

RGB Percentages of Color #8ab621

%39.09
%51.56
%9.35

CMYK Percentages of Color #8ab621

%24
%0
%82
%29

Triadic Colors of #8ab621

#8ab621 #218ab6 #b6218a

Analogous Colors of #8ab621

#8ab621 #40b621 #b69821

Monochromatic Colors of #8ab621

#8ab621

Complementary Color

#8ab621 #4d21b6

#8ab621 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ab621 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ab621 Color CSS Codes

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

#8ab621 Text Font Color

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

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


#8ab621 Background Color

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

This div background color is #8ab621


#8ab621 Border Color

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

This div border color is #8ab621


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,182,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 #8ab621">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ab621


Comments

No comments written yet.

Please login to write comment.