Color Hex Logo

#6be7ba Color Hex

#6BE7BA
(107,231,186)
0 Favorites   0 Comments

Color spaces of #6be7ba

RGB 107231186
HSL0.440.720.66
HSV158°54°91°
CMYK 0.540.000.19   0.09
XYZ43.502263.822856.4806
Yxy63.82280.26560.3896
Hunter Lab79.8892-42.607114.0052
CIE-Lab83.8734-45.163511.4978

#6be7ba color RGB value is (107,231,186).

#6be7ba hex color red value is 107, green value is 231 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #6be7ba hue: 0.44 , saturation: 0.72 and the lightness value of 6be7ba is 0.66.

The process color (four color CMYK) of #6be7ba color hex is 0.54, 0.00, 0.19, 0.09. Web safe color of #6be7ba is #66ffcc. Color #6be7ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11100111 10111010
Octal 153 347 272
Decimal 107 231 186
Hex 6B E7 BA

RGB Percentages of Color #6be7ba

%20.42
%44.08
%35.50

CMYK Percentages of Color #6be7ba

%54
%0
%19
%9

Triadic Colors of #6be7ba

#6be7ba #ba6be7 #e7ba6b

Analogous Colors of #6be7ba

#6be7ba #6bd6e7 #6be77c

Monochromatic Colors of #6be7ba

#6be7ba

Complementary Color

#6be7ba #e76b98

#6be7ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6be7ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#6be7ba Color CSS Codes

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

#6be7ba Text Font Color

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

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


#6be7ba Background Color

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

This div background color is #6be7ba


#6be7ba Border Color

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

This div border color is #6be7ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6be7ba


Comments

No comments written yet.

Please login to write comment.