Color Hex Logo

#8ab694 Color Hex

#8AB694
(138,182,148)
0 Favorites   0 Comments

Color spaces of #8ab694

RGB 138182148
HSL0.370.230.63
HSV134°24°71°
CMYK 0.240.000.19   0.29
XYZ32.554540.997334.2144
Yxy40.99730.30210.3804
Hunter Lab64.0291-21.295813.1384
CIE-Lab70.1740-21.606712.6049

#8ab694 color RGB value is (138,182,148).

#8ab694 hex color red value is 138, green value is 182 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #8ab694 hue: 0.37 , saturation: 0.23 and the lightness value of 8ab694 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 10110110 10010100
Octal 212 266 224
Decimal 138 182 148
Hex 8A B6 94

RGB Percentages of Color #8ab694

%29.49
%38.89
%31.62

CMYK Percentages of Color #8ab694

%24
%0
%19
%29

Triadic Colors of #8ab694

#8ab694 #948ab6 #b6948a

Analogous Colors of #8ab694

#8ab694 #8ab6aa #96b68a

Monochromatic Colors of #8ab694

#8ab694

Complementary Color

#8ab694 #b68aac

#8ab694 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ab694 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ab694 Color CSS Codes

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

#8ab694 Text Font Color

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

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


#8ab694 Background Color

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

This div background color is #8ab694


#8ab694 Border Color

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

This div border color is #8ab694


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ab694


Comments

No comments written yet.

Please login to write comment.