Color Hex Logo

#6cbcab Color Hex

#6CBCAB
(108,188,171)
0 Favorites   0 Comments

Color spaces of #6cbcab

RGB 108188171
HSL0.460.370.58
HSV167°43°74°
CMYK 0.430.000.09   0.26
XYZ31.518242.094944.9920
Yxy42.09490.26570.3549
Hunter Lab64.8806-26.82794.3012
CIE-Lab70.9363-28.64450.9237

#6cbcab color RGB value is (108,188,171).

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

The process color (four color CMYK) of #6cbcab color hex is 0.43, 0.00, 0.09, 0.26. Web safe color of #6cbcab is #66cc99. Color #6cbcab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111100 10101011
Octal 154 274 253
Decimal 108 188 171
Hex 6C BC AB

RGB Percentages of Color #6cbcab

%23.13
%40.26
%36.62

CMYK Percentages of Color #6cbcab

%43
%0
%9
%26

Triadic Colors of #6cbcab

#6cbcab #ab6cbc #bcab6c

Analogous Colors of #6cbcab

#6cbcab #6ca5bc #6cbc83

Monochromatic Colors of #6cbcab

#6cbcab

Complementary Color

#6cbcab #bc6c7d

#6cbcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbcab Color CSS Codes

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

#6cbcab Text Font Color

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

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


#6cbcab Background Color

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

This div background color is #6cbcab


#6cbcab Border Color

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

This div border color is #6cbcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbcab


Comments

No comments written yet.

Please login to write comment.