Color Hex Logo

#6bccac Color Hex

#6BCCAC
(107,204,172)
0 Favorites   0 Comments

Color spaces of #6bccac

RGB 107204172
HSL0.450.490.61
HSV160°48°80°
CMYK 0.480.000.16   0.20
XYZ35.102749.290146.6936
Yxy49.29010.26780.3760
Hunter Lab70.2069-33.61409.7119
CIE-Lab75.6314-36.23077.1640

#6bccac color RGB value is (107,204,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001100 10101100
Octal 153 314 254
Decimal 107 204 172
Hex 6B CC AC

RGB Percentages of Color #6bccac

%22.15
%42.24
%35.61

CMYK Percentages of Color #6bccac

%48
%0
%16
%20

Triadic Colors of #6bccac

#6bccac #ac6bcc #ccac6b

Analogous Colors of #6bccac

#6bccac #6bbccc #6bcc7c

Monochromatic Colors of #6bccac

#6bccac

Complementary Color

#6bccac #cc6b8b

#6bccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bccac Color CSS Codes

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

#6bccac Text Font Color

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

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


#6bccac Background Color

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

This div background color is #6bccac


#6bccac Border Color

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

This div border color is #6bccac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bccac


Comments

No comments written yet.

Please login to write comment.