Color Hex Logo

#6cbbbb Color Hex

#6CBBBB
(108,187,187)
0 Favorites   0 Comments

Color spaces of #6cbbbb

RGB 108187187
HSL0.500.370.58
HSV180°42°73°
CMYK 0.420.000.00   0.27
XYZ32.924342.316653.4463
Yxy42.31660.25580.3288
Hunter Lab65.0512-23.4956-3.1770
CIE-Lab71.0887-24.2294-7.6140

#6cbbbb color RGB value is (108,187,187).

#6cbbbb hex color red value is 108, green value is 187 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6cbbbb hue: 0.50 , saturation: 0.37 and the lightness value of 6cbbbb is 0.58.

The process color (four color CMYK) of #6cbbbb color hex is 0.42, 0.00, 0.00, 0.27. Web safe color of #6cbbbb is #66cccc. Color #6cbbbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111011 10111011
Octal 154 273 273
Decimal 108 187 187
Hex 6C BB BB

RGB Percentages of Color #6cbbbb

%22.41
%38.80
%38.80

CMYK Percentages of Color #6cbbbb

%42
%0
%0
%27

Triadic Colors of #6cbbbb

#6cbbbb #bb6cbb #bbbb6c

Analogous Colors of #6cbbbb

#6cbbbb #6c94bb #6cbb94

Monochromatic Colors of #6cbbbb

#6cbbbb

Complementary Color

#6cbbbb #bb6c6c

#6cbbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbbbb Color CSS Codes

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

#6cbbbb Text Font Color

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

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


#6cbbbb Background Color

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

This div background color is #6cbbbb


#6cbbbb Border Color

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

This div border color is #6cbbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbbbb


Comments

No comments written yet.

Please login to write comment.