Color Hex Logo

#6bcdbb Color Hex

#6BCDBB
(107,205,187)
0 Favorites   0 Comments

Color spaces of #6bcdbb

RGB 107205187
HSL0.470.490.61
HSV169°48°80°
CMYK 0.480.000.09   0.20
XYZ36.864450.376354.7944
Yxy50.37630.25950.3547
Hunter Lab70.9763-31.49723.9109
CIE-Lab76.2997-33.20730.0550

#6bcdbb color RGB value is (107,205,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001101 10111011
Octal 153 315 273
Decimal 107 205 187
Hex 6B CD BB

RGB Percentages of Color #6bcdbb

%21.44
%41.08
%37.47

CMYK Percentages of Color #6bcdbb

%48
%0
%9
%20

Triadic Colors of #6bcdbb

#6bcdbb #bb6bcd #cdbb6b

Analogous Colors of #6bcdbb

#6bcdbb #6baecd #6bcd8a

Monochromatic Colors of #6bcdbb

#6bcdbb

Complementary Color

#6bcdbb #cd6b7d

#6bcdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcdbb Color CSS Codes

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

#6bcdbb Text Font Color

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

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


#6bcdbb Background Color

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

This div background color is #6bcdbb


#6bcdbb Border Color

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

This div border color is #6bcdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcdbb


Comments

No comments written yet.

Please login to write comment.