Color Hex Logo

#6ab38e Color Hex

#6AB38E
(106,179,142)
0 Favorites   0 Comments

Color spaces of #6ab38e

RGB 106179142
HSL0.420.320.56
HSV150°41°70°
CMYK 0.410.000.21   0.30
XYZ26.946437.257431.3623
Yxy37.25740.28200.3899
Hunter Lab61.0388-28.016812.2635
CIE-Lab67.4697-31.316911.8306

#6ab38e color RGB value is (106,179,142).

#6ab38e hex color red value is 106, green value is 179 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #6ab38e hue: 0.42 , saturation: 0.32 and the lightness value of 6ab38e is 0.56.

The process color (four color CMYK) of #6ab38e color hex is 0.41, 0.00, 0.21, 0.30. Web safe color of #6ab38e is #66cc99. Color #6ab38e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10110011 10001110
Octal 152 263 216
Decimal 106 179 142
Hex 6A B3 8E

RGB Percentages of Color #6ab38e

%24.82
%41.92
%33.26

CMYK Percentages of Color #6ab38e

%41
%0
%21
%30

Triadic Colors of #6ab38e

#6ab38e #8e6ab3 #b38e6a

Analogous Colors of #6ab38e

#6ab38e #6ab3b3 #6bb36a

Monochromatic Colors of #6ab38e

#6ab38e

Complementary Color

#6ab38e #b36a8f

#6ab38e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ab38e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ab38e Color CSS Codes

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

#6ab38e Text Font Color

<p style="color:#6ab38e">Text here</p>

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


#6ab38e Background Color

<div style="background-color:#6ab38e">
Div content here</div>

This div background color is #6ab38e


#6ab38e Border Color

<div style="border:3px solid #6ab38e">
Div here</div>

This div border color is #6ab38e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(106,179,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6ab38e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6ab38e;
  -webkit-box-shadow: 1px 1px 3px 2px #6ab38e;
  box-shadow:         1px 1px 3px 2px #6ab38e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(106,179,142, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ab38e


Comments

No comments written yet.

Please login to write comment.