Color Hex Logo

#6bc496 Color Hex

#6BC496
(107,196,150)
0 Favorites   0 Comments

Color spaces of #6bc496

RGB 107196150
HSL0.410.430.59
HSV149°45°77°
CMYK 0.450.000.23   0.23
XYZ31.308444.807735.8528
Yxy44.80770.27960.4002
Hunter Lab66.9386-33.654715.1008
CIE-Lab72.7651-37.296814.9356

#6bc496 color RGB value is (107,196,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11000100 10010110
Octal 153 304 226
Decimal 107 196 150
Hex 6B C4 96

RGB Percentages of Color #6bc496

%23.62
%43.27
%33.11

CMYK Percentages of Color #6bc496

%45
%0
%23
%23

Triadic Colors of #6bc496

#6bc496 #966bc4 #c4966b

Analogous Colors of #6bc496

#6bc496 #6bc4c3 #6dc46b

Monochromatic Colors of #6bc496

#6bc496

Complementary Color

#6bc496 #c46b99

#6bc496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bc496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bc496 Color CSS Codes

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

#6bc496 Text Font Color

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

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


#6bc496 Background Color

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

This div background color is #6bc496


#6bc496 Border Color

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

This div border color is #6bc496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bc496


Comments

No comments written yet.

Please login to write comment.