Color Hex Logo

#8ab244 Color Hex

#8AB244
(138,178,68)
0 Favorites   0 Comments

Color spaces of #8ab244

RGB 13817868
HSL0.230.450.48
HSV82°62°70°
CMYK 0.220.000.62   0.30
XYZ27.445037.661411.2917
Yxy37.66140.35920.4930
Hunter Lab61.3689-27.567932.0490
CIE-Lab67.7703-30.599150.4672

#8ab244 color RGB value is (138,178,68).

#8ab244 hex color red value is 138, green value is 178 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #8ab244 hue: 0.23 , saturation: 0.45 and the lightness value of 8ab244 is 0.48.

The process color (four color CMYK) of #8ab244 color hex is 0.22, 0.00, 0.62, 0.30. Web safe color of #8ab244 is #999933. Color #8ab244 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10110010 01000100
Octal 212 262 104
Decimal 138 178 68
Hex 8A B2 44

RGB Percentages of Color #8ab244

%35.94
%46.35
%17.71

CMYK Percentages of Color #8ab244

%22
%0
%62
%30

Triadic Colors of #8ab244

#8ab244 #448ab2 #b2448a

Analogous Colors of #8ab244

#8ab244 #53b244 #b2a344

Monochromatic Colors of #8ab244

#8ab244

Complementary Color

#8ab244 #6c44b2

#8ab244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ab244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ab244 Color CSS Codes

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

#8ab244 Text Font Color

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

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


#8ab244 Background Color

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

This div background color is #8ab244


#8ab244 Border Color

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

This div border color is #8ab244


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ab244


Comments

No comments written yet.

Please login to write comment.