Color Hex Logo

#6ec696 Color Hex

#6EC696
(110,198,150)
0 Favorites   0 Comments

Color spaces of #6ec696

RGB 110198150
HSL0.410.440.60
HSV147°44°78°
CMYK 0.440.000.24   0.22
XYZ32.129545.905236.0213
Yxy45.90520.28170.4025
Hunter Lab67.7534-33.921515.9056
CIE-Lab73.4840-37.402815.9591

#6ec696 color RGB value is (110,198,150).

#6ec696 hex color red value is 110, green value is 198 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #6ec696 hue: 0.41 , saturation: 0.44 and the lightness value of 6ec696 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01101110 11000110 10010110
Octal 156 306 226
Decimal 110 198 150
Hex 6E C6 96

RGB Percentages of Color #6ec696

%24.02
%43.23
%32.75

CMYK Percentages of Color #6ec696

%44
%0
%24
%22

Triadic Colors of #6ec696

#6ec696 #966ec6 #c6966e

Analogous Colors of #6ec696

#6ec696 #6ec6c2 #72c66e

Monochromatic Colors of #6ec696

#6ec696

Complementary Color

#6ec696 #c66e9e

#6ec696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ec696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ec696 Color CSS Codes

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

#6ec696 Text Font Color

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

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


#6ec696 Background Color

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

This div background color is #6ec696


#6ec696 Border Color

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

This div border color is #6ec696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ec696


Comments

No comments written yet.

Please login to write comment.