Color Hex Logo

#6bc2af Color Hex

#6BC2AF
(107,194,175)
0 Favorites   0 Comments

Color spaces of #6bc2af

RGB 107194175
HSL0.460.420.59
HSV167°45°76°
CMYK 0.450.000.10   0.24
XYZ33.093144.804547.4614
Yxy44.80450.26400.3574
Hunter Lab66.9362-28.88834.8155
CIE-Lab72.7630-30.84721.3962

#6bc2af color RGB value is (107,194,175).

#6bc2af hex color red value is 107, green value is 194 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #6bc2af hue: 0.46 , saturation: 0.42 and the lightness value of 6bc2af is 0.59.

The process color (four color CMYK) of #6bc2af color hex is 0.45, 0.00, 0.10, 0.24. Web safe color of #6bc2af is #66cc99. Color #6bc2af contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 11000010 10101111
Octal 153 302 257
Decimal 107 194 175
Hex 6B C2 AF

RGB Percentages of Color #6bc2af

%22.48
%40.76
%36.76

CMYK Percentages of Color #6bc2af

%45
%0
%10
%24

Triadic Colors of #6bc2af

#6bc2af #af6bc2 #c2af6b

Analogous Colors of #6bc2af

#6bc2af #6baac2 #6bc284

Monochromatic Colors of #6bc2af

#6bc2af

Complementary Color

#6bc2af #c26b7e

#6bc2af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bc2af Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bc2af Color CSS Codes

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

#6bc2af Text Font Color

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

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


#6bc2af Background Color

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

This div background color is #6bc2af


#6bc2af Border Color

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

This div border color is #6bc2af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,194,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bc2af


Comments

No comments written yet.

Please login to write comment.