Color Hex Logo

#6bc295 Color Hex

#6BC295
(107,194,149)
0 Favorites   0 Comments

Color spaces of #6bc295

RGB 107194149
HSL0.410.420.59
HSV149°45°76°
CMYK 0.450.000.23   0.24
XYZ30.780043.879335.2810
Yxy43.87930.28000.3991
Hunter Lab66.2415-32.980114.7904
CIE-Lab72.1477-36.589514.6094

#6bc295 color RGB value is (107,194,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11000010 10010101
Octal 153 302 225
Decimal 107 194 149
Hex 6B C2 95

RGB Percentages of Color #6bc295

%23.78
%43.11
%33.11

CMYK Percentages of Color #6bc295

%45
%0
%23
%24

Triadic Colors of #6bc295

#6bc295 #956bc2 #c2956b

Analogous Colors of #6bc295

#6bc295 #6bc2c1 #6dc26b

Monochromatic Colors of #6bc295

#6bc295

Complementary Color

#6bc295 #c26b98

#6bc295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bc295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bc295 Color CSS Codes

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

#6bc295 Text Font Color

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

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


#6bc295 Background Color

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

This div background color is #6bc295


#6bc295 Border Color

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

This div border color is #6bc295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bc295


Comments

No comments written yet.

Please login to write comment.