Color Hex Logo

#6befac Color Hex

#6BEFAC
(107,239,172)
0 Favorites   0 Comments

Color spaces of #6befac

RGB 107239172
HSL0.420.800.68
HSV150°55°94°
CMYK 0.550.000.28   0.06
XYZ44.376367.837449.7848
Yxy67.83740.27390.4188
Hunter Lab82.3635-47.962721.8164
CIE-Lab85.9251-51.443121.6543

#6befac color RGB value is (107,239,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11101111 10101100
Octal 153 357 254
Decimal 107 239 172
Hex 6B EF AC

RGB Percentages of Color #6befac

%20.66
%46.14
%33.20

CMYK Percentages of Color #6befac

%55
%0
%28
%6

Triadic Colors of #6befac

#6befac #ac6bef #efac6b

Analogous Colors of #6befac

#6befac #6befee #6cef6b

Monochromatic Colors of #6befac

#6befac

Complementary Color

#6befac #ef6bae

#6befac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6befac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6befac Color CSS Codes

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

#6befac Text Font Color

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

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


#6befac Background Color

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

This div background color is #6befac


#6befac Border Color

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

This div border color is #6befac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6befac


Comments

No comments written yet.

Please login to write comment.