Color Hex Logo

#6bcfbb Color Hex

#6BCFBB
(107,207,187)
0 Favorites   0 Comments

Color spaces of #6bcfbb

RGB 107207187
HSL0.470.510.62
HSV168°48°81°
CMYK 0.480.000.10   0.19
XYZ37.345951.339354.9549
Yxy51.33930.26000.3574
Hunter Lab71.6514-32.35294.6820
CIE-Lab76.8841-34.14570.9074

#6bcfbb color RGB value is (107,207,187).

#6bcfbb hex color red value is 107, green value is 207 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6bcfbb hue: 0.47 , saturation: 0.51 and the lightness value of 6bcfbb is 0.62.

The process color (four color CMYK) of #6bcfbb color hex is 0.48, 0.00, 0.10, 0.19. Web safe color of #6bcfbb is #66cccc. Color #6bcfbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001111 10111011
Octal 153 317 273
Decimal 107 207 187
Hex 6B CF BB

RGB Percentages of Color #6bcfbb

%21.36
%41.32
%37.33

CMYK Percentages of Color #6bcfbb

%48
%0
%10
%19

Triadic Colors of #6bcfbb

#6bcfbb #bb6bcf #cfbb6b

Analogous Colors of #6bcfbb

#6bcfbb #6bb1cf #6bcf89

Monochromatic Colors of #6bcfbb

#6bcfbb

Complementary Color

#6bcfbb #cf6b7f

#6bcfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcfbb Color CSS Codes

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

#6bcfbb Text Font Color

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

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


#6bcfbb Background Color

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

This div background color is #6bcfbb


#6bcfbb Border Color

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

This div border color is #6bcfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcfbb


Comments

No comments written yet.

Please login to write comment.