Color Hex Logo

#6cbfbb Color Hex

#6CBFBB
(108,191,187)
0 Favorites   0 Comments

Color spaces of #6cbfbb

RGB 108191187
HSL0.490.390.59
HSV177°43°75°
CMYK 0.430.000.02   0.25
XYZ33.784844.037653.7332
Yxy44.03760.25680.3347
Hunter Lab66.3608-25.2558-1.5553
CIE-Lab72.2536-26.2179-5.8873

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

#6cbfbb hex color red value is 108, green value is 191 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #6cbfbb hue: 0.49 , saturation: 0.39 and the lightness value of 6cbfbb is 0.59.

The process color (four color CMYK) of #6cbfbb color hex is 0.43, 0.00, 0.02, 0.25. Web safe color of #6cbfbb is #66cccc. Color #6cbfbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111111 10111011
Octal 154 277 273
Decimal 108 191 187
Hex 6C BF BB

RGB Percentages of Color #6cbfbb

%22.22
%39.30
%38.48

CMYK Percentages of Color #6cbfbb

%43
%0
%2
%25

Triadic Colors of #6cbfbb

#6cbfbb #bb6cbf #bfbb6c

Analogous Colors of #6cbfbb

#6cbfbb #6c9abf #6cbf92

Monochromatic Colors of #6cbfbb

#6cbfbb

Complementary Color

#6cbfbb #bf6c70

#6cbfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbfbb Color CSS Codes

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

#6cbfbb Text Font Color

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

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


#6cbfbb Background Color

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

This div background color is #6cbfbb


#6cbfbb Border Color

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

This div border color is #6cbfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbfbb

#6cbfbb Color Palettes


Comments

No comments written yet.

Please login to write comment.