Color Hex Logo

#6bebaa Color Hex

#6BEBAA
(107,235,170)
0 Favorites   0 Comments

Color spaces of #6bebaa

RGB 107235170
HSL0.420.760.67
HSV150°54°92°
CMYK 0.540.000.28   0.08
XYZ43.027465.444748.3945
Yxy65.44470.27430.4172
Hunter Lab80.8979-46.632021.1602
CIE-Lab84.7124-50.186721.0113

#6bebaa color RGB value is (107,235,170).

#6bebaa hex color red value is 107, green value is 235 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #6bebaa hue: 0.42 , saturation: 0.76 and the lightness value of 6bebaa is 0.67.

The process color (four color CMYK) of #6bebaa color hex is 0.54, 0.00, 0.28, 0.08. Web safe color of #6bebaa is #66ff99. Color #6bebaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11101011 10101010
Octal 153 353 252
Decimal 107 235 170
Hex 6B EB AA

RGB Percentages of Color #6bebaa

%20.90
%45.90
%33.20

CMYK Percentages of Color #6bebaa

%54
%0
%28
%8

Triadic Colors of #6bebaa

#6bebaa #aa6beb #ebaa6b

Analogous Colors of #6bebaa

#6bebaa #6bebea #6ceb6b

Monochromatic Colors of #6bebaa

#6bebaa

Complementary Color

#6bebaa #eb6bac

#6bebaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bebaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bebaa Color CSS Codes

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

#6bebaa Text Font Color

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

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


#6bebaa Background Color

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

This div background color is #6bebaa


#6bebaa Border Color

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

This div border color is #6bebaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bebaa


Comments

No comments written yet.

Please login to write comment.