Color Hex Logo

#6be3aa Color Hex

#6BE3AA
(107,227,170)
0 Favorites   0 Comments

Color spaces of #6be3aa

RGB 107227170
HSL0.420.680.65
HSV152°53°89°
CMYK 0.530.000.25   0.11
XYZ40.788260.966247.6481
Yxy60.96620.27300.4081
Hunter Lab78.0809-43.395918.4754
CIE-Lab82.3606-46.828417.7452

#6be3aa color RGB value is (107,227,170).

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

The process color (four color CMYK) of #6be3aa color hex is 0.53, 0.00, 0.25, 0.11. Web safe color of #6be3aa is #66cc99. Color #6be3aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11100011 10101010
Octal 153 343 252
Decimal 107 227 170
Hex 6B E3 AA

RGB Percentages of Color #6be3aa

%21.23
%45.04
%33.73

CMYK Percentages of Color #6be3aa

%53
%0
%25
%11

Triadic Colors of #6be3aa

#6be3aa #aa6be3 #e3aa6b

Analogous Colors of #6be3aa

#6be3aa #6be0e3 #6be36e

Monochromatic Colors of #6be3aa

#6be3aa

Complementary Color

#6be3aa #e36ba4

#6be3aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6be3aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6be3aa Color CSS Codes

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

#6be3aa Text Font Color

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

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


#6be3aa Background Color

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

This div background color is #6be3aa


#6be3aa Border Color

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

This div border color is #6be3aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,227,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 #6be3aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6be3aa


Comments

No comments written yet.

Please login to write comment.