Color Hex Logo

#6ec255 Color Hex

#6EC255
(110,194,85)
0 Favorites   0 Comments

Color spaces of #6ec255

RGB 11019485
HSL0.300.470.55
HSV106°56°76°
CMYK 0.430.000.56   0.24
XYZ27.361942.554415.3660
Yxy42.55440.32080.4990
Hunter Lab65.2337-39.288331.6977
CIE-Lab71.2515-45.938046.3065

#6ec255 color RGB value is (110,194,85).

#6ec255 hex color red value is 110, green value is 194 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #6ec255 hue: 0.30 , saturation: 0.47 and the lightness value of 6ec255 is 0.55.

The process color (four color CMYK) of #6ec255 color hex is 0.43, 0.00, 0.56, 0.24. Web safe color of #6ec255 is #66cc66. Color #6ec255 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101110 11000010 01010101
Octal 156 302 125
Decimal 110 194 85
Hex 6E C2 55

RGB Percentages of Color #6ec255

%28.28
%49.87
%21.85

CMYK Percentages of Color #6ec255

%43
%0
%56
%24

Triadic Colors of #6ec255

#6ec255 #556ec2 #c2556e

Analogous Colors of #6ec255

#6ec255 #55c273 #a5c255

Monochromatic Colors of #6ec255

#6ec255

Complementary Color

#6ec255 #a955c2

#6ec255 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ec255 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ec255 Color CSS Codes

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

#6ec255 Text Font Color

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

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


#6ec255 Background Color

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

This div background color is #6ec255


#6ec255 Border Color

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

This div border color is #6ec255


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ec255


Comments

No comments written yet.

Please login to write comment.