Color Hex Logo

#6ba47e Color Hex

#6BA47E
(107,164,126)
0 Favorites   0 Comments

Color spaces of #6ba47e

RGB 107164126
HSL0.390.240.53
HSV140°35°64°
CMYK 0.350.000.23   0.36
XYZ23.104831.183124.5399
Yxy31.18310.29310.3956
Hunter Lab55.8418-23.868113.0341
CIE-Lab62.6619-27.009613.9117

#6ba47e color RGB value is (107,164,126).

#6ba47e hex color red value is 107, green value is 164 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #6ba47e hue: 0.39 , saturation: 0.24 and the lightness value of 6ba47e is 0.53.

The process color (four color CMYK) of #6ba47e color hex is 0.35, 0.00, 0.23, 0.36. Web safe color of #6ba47e is #669966. Color #6ba47e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10100100 01111110
Octal 153 244 176
Decimal 107 164 126
Hex 6B A4 7E

RGB Percentages of Color #6ba47e

%26.95
%41.31
%31.74

CMYK Percentages of Color #6ba47e

%35
%0
%23
%36

Triadic Colors of #6ba47e

#6ba47e #7e6ba4 #a47e6b

Analogous Colors of #6ba47e

#6ba47e #6ba49b #75a46b

Monochromatic Colors of #6ba47e

#6ba47e

Complementary Color

#6ba47e #a46b91

#6ba47e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ba47e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ba47e Color CSS Codes

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

#6ba47e Text Font Color

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

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


#6ba47e Background Color

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

This div background color is #6ba47e


#6ba47e Border Color

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

This div border color is #6ba47e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,164,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6ba47e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6ba47e;
  -webkit-box-shadow: 1px 1px 3px 2px #6ba47e;
  box-shadow:         1px 1px 3px 2px #6ba47e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,164,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ba47e


Comments

No comments written yet.

Please login to write comment.