Color Hex Logo

#6af962 Color Hex

#6AF962
(106,249,98)
0 Favorites   0 Comments

Color spaces of #6af962

RGB 10624998
HSL0.320.930.68
HSV117°61°98°
CMYK 0.570.000.61   0.02
XYZ42.024171.697423.1794
Yxy71.69740.30700.5237
Hunter Lab84.6743-59.590043.0415
CIE-Lab87.8227-66.600959.5846

#6af962 color RGB value is (106,249,98).

#6af962 hex color red value is 106, green value is 249 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #6af962 hue: 0.32 , saturation: 0.93 and the lightness value of 6af962 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111001 01100010
Octal 152 371 142
Decimal 106 249 98
Hex 6A F9 62

RGB Percentages of Color #6af962

%23.40
%54.97
%21.63

CMYK Percentages of Color #6af962

%57
%0
%61
%2

Triadic Colors of #6af962

#6af962 #626af9 #f9626a

Analogous Colors of #6af962

#6af962 #62f9a6 #b6f962

Monochromatic Colors of #6af962

#6af962

Complementary Color

#6af962 #f162f9

#6af962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6af962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6af962 Color CSS Codes

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

#6af962 Text Font Color

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

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


#6af962 Background Color

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

This div background color is #6af962


#6af962 Border Color

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

This div border color is #6af962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6af962


Comments

No comments written yet.

Please login to write comment.