Color Hex Logo

#6cbbac Color Hex

#6CBBAC
(108,187,172)
0 Favorites   0 Comments

Color spaces of #6cbbac

RGB 108187172
HSL0.470.370.58
HSV169°42°73°
CMYK 0.420.000.08   0.27
XYZ31.401141.707445.4250
Yxy41.70740.26490.3519
Hunter Lab64.5813-26.22593.5036
CIE-Lab70.6687-27.9203-0.0140

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111011 10101100
Octal 154 273 254
Decimal 108 187 172
Hex 6C BB AC

RGB Percentages of Color #6cbbac

%23.13
%40.04
%36.83

CMYK Percentages of Color #6cbbac

%42
%0
%8
%27

Triadic Colors of #6cbbac

#6cbbac #ac6cbb #bbac6c

Analogous Colors of #6cbbac

#6cbbac #6ca3bb #6cbb85

Monochromatic Colors of #6cbbac

#6cbbac

Complementary Color

#6cbbac #bb6c7b

#6cbbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbbac Color CSS Codes

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

#6cbbac Text Font Color

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

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


#6cbbac Background Color

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

This div background color is #6cbbac


#6cbbac Border Color

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

This div border color is #6cbbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbbac


Comments

No comments written yet.

Please login to write comment.