Color Hex Logo

#6ab29e Color Hex

#6AB29E
(106,178,158)
0 Favorites   0 Comments

Color spaces of #6ab29e

RGB 106178158
HSL0.450.320.56
HSV163°40°70°
CMYK 0.400.000.11   0.30
XYZ28.035837.373638.0839
Yxy37.37360.27090.3611
Hunter Lab61.1340-25.12505.8586
CIE-Lab67.5564-27.32243.1478

#6ab29e color RGB value is (106,178,158).

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

The process color (four color CMYK) of #6ab29e color hex is 0.40, 0.00, 0.11, 0.30. Web safe color of #6ab29e is #669999. Color #6ab29e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10110010 10011110
Octal 152 262 236
Decimal 106 178 158
Hex 6A B2 9E

RGB Percentages of Color #6ab29e

%23.98
%40.27
%35.75

CMYK Percentages of Color #6ab29e

%40
%0
%11
%30

Triadic Colors of #6ab29e

#6ab29e #9e6ab2 #b29e6a

Analogous Colors of #6ab29e

#6ab29e #6aa2b2 #6ab27a

Monochromatic Colors of #6ab29e

#6ab29e

Complementary Color

#6ab29e #b26a7e

#6ab29e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ab29e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ab29e Color CSS Codes

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

#6ab29e Text Font Color

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

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


#6ab29e Background Color

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

This div background color is #6ab29e


#6ab29e Border Color

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

This div border color is #6ab29e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ab29e


Comments

No comments written yet.

Please login to write comment.