Color Hex Logo

#6befcf Color Hex

#6BEFCF
(107,239,207)
0 Favorites   0 Comments

Color spaces of #6befcf

RGB 107239207
HSL0.460.800.68
HSV165°55°94°
CMYK 0.550.000.13   0.06
XYZ48.192469.363869.8800
Yxy69.36380.25710.3701
Hunter Lab83.2849-42.46058.5523
CIE-Lab86.6839-43.89944.5259

#6befcf color RGB value is (107,239,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11101111 11001111
Octal 153 357 317
Decimal 107 239 207
Hex 6B EF CF

RGB Percentages of Color #6befcf

%19.35
%43.22
%37.43

CMYK Percentages of Color #6befcf

%55
%0
%13
%6

Triadic Colors of #6befcf

#6befcf #cf6bef #efcf6b

Analogous Colors of #6befcf

#6befcf #6bcdef #6bef8d

Monochromatic Colors of #6befcf

#6befcf

Complementary Color

#6befcf #ef6b8b

#6befcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6befcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#6befcf Color CSS Codes

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

#6befcf Text Font Color

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

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


#6befcf Background Color

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

This div background color is #6befcf


#6befcf Border Color

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

This div border color is #6befcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6befcf


Comments

No comments written yet.

Please login to write comment.