Color Hex Logo

#6bcbac Color Hex

#6BCBAC
(107,203,172)
0 Favorites   0 Comments

Color spaces of #6bcbac

RGB 107203172
HSL0.450.480.61
HSV161°47°80°
CMYK 0.470.000.15   0.20
XYZ34.865748.816246.6146
Yxy48.81620.26760.3747
Hunter Lab69.8686-33.19539.3512
CIE-Lab75.3368-35.77006.7412

#6bcbac color RGB value is (107,203,172).

#6bcbac hex color red value is 107, green value is 203 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #6bcbac hue: 0.45 , saturation: 0.48 and the lightness value of 6bcbac is 0.61.

The process color (four color CMYK) of #6bcbac color hex is 0.47, 0.00, 0.15, 0.20. Web safe color of #6bcbac is #66cc99. Color #6bcbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001011 10101100
Octal 153 313 254
Decimal 107 203 172
Hex 6B CB AC

RGB Percentages of Color #6bcbac

%22.20
%42.12
%35.68

CMYK Percentages of Color #6bcbac

%47
%0
%15
%20

Triadic Colors of #6bcbac

#6bcbac #ac6bcb #cbac6b

Analogous Colors of #6bcbac

#6bcbac #6bbacb #6bcb7c

Monochromatic Colors of #6bcbac

#6bcbac

Complementary Color

#6bcbac #cb6b8a

#6bcbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcbac Color CSS Codes

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

#6bcbac Text Font Color

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

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


#6bcbac Background Color

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

This div background color is #6bcbac


#6bcbac Border Color

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

This div border color is #6bcbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcbac


Comments

No comments written yet.

Please login to write comment.