Color Hex Logo

#6befcd Color Hex

#6BEFCD
(107,239,205)
0 Favorites   0 Comments

Color spaces of #6befcd

RGB 107239205
HSL0.460.800.68
HSV165°55°94°
CMYK 0.550.000.14   0.06
XYZ47.949469.266668.6002
Yxy69.26660.25800.3728
Hunter Lab83.2266-42.80719.3883
CIE-Lab86.6359-44.36395.5028

#6befcd color RGB value is (107,239,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11101111 11001101
Octal 153 357 315
Decimal 107 239 205
Hex 6B EF CD

RGB Percentages of Color #6befcd

%19.42
%43.38
%37.21

CMYK Percentages of Color #6befcd

%55
%0
%14
%6

Triadic Colors of #6befcd

#6befcd #cd6bef #efcd6b

Analogous Colors of #6befcd

#6befcd #6bcfef #6bef8b

Monochromatic Colors of #6befcd

#6befcd

Complementary Color

#6befcd #ef6b8d

#6befcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6befcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#6befcd Color CSS Codes

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

#6befcd Text Font Color

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

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


#6befcd Background Color

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

This div background color is #6befcd


#6befcd Border Color

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

This div border color is #6befcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6befcd


Comments

No comments written yet.

Please login to write comment.