Color Hex Logo

#6af96e Color Hex

#6AF96E
(106,249,110)
0 Favorites   0 Comments

Color spaces of #6af96e

RGB 106249110
HSL0.340.920.70
HSV122°57°98°
CMYK 0.570.000.56   0.02
XYZ42.634071.941326.3909
Yxy71.94130.30240.5103
Hunter Lab84.8182-58.708640.9249
CIE-Lab87.9403-65.273954.5089

#6af96e color RGB value is (106,249,110).

#6af96e hex color red value is 106, green value is 249 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #6af96e hue: 0.34 , saturation: 0.92 and the lightness value of 6af96e is 0.70.

The process color (four color CMYK) of #6af96e color hex is 0.57, 0.00, 0.56, 0.02. Web safe color of #6af96e is #66ff66. Color #6af96e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111001 01101110
Octal 152 371 156
Decimal 106 249 110
Hex 6A F9 6E

RGB Percentages of Color #6af96e

%22.80
%53.55
%23.66

CMYK Percentages of Color #6af96e

%57
%0
%56
%2

Triadic Colors of #6af96e

#6af96e #6e6af9 #f96e6a

Analogous Colors of #6af96e

#6af96e #6af9b6 #aef96a

Monochromatic Colors of #6af96e

#6af96e

Complementary Color

#6af96e #f96af5

#6af96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6af96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6af96e Color CSS Codes

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

#6af96e Text Font Color

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

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


#6af96e Background Color

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

This div background color is #6af96e


#6af96e Border Color

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

This div border color is #6af96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6af96e


Comments

No comments written yet.

Please login to write comment.