Color Hex Logo

#6afa7a Color Hex

#6AFA7A
(106,250,122)
0 Favorites   0 Comments

Color spaces of #6afa7a

RGB 106250122
HSL0.350.940.70
HSV127°58°98°
CMYK 0.580.000.51   0.02
XYZ43.642372.840530.1718
Yxy72.84050.29760.4967
Hunter Lab85.3466-58.080038.7824
CIE-Lab88.3716-64.139049.5612

#6afa7a color RGB value is (106,250,122).

#6afa7a hex color red value is 106, green value is 250 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #6afa7a hue: 0.35 , saturation: 0.94 and the lightness value of 6afa7a is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111010 01111010
Octal 152 372 172
Decimal 106 250 122
Hex 6A FA 7A

RGB Percentages of Color #6afa7a

%22.18
%52.30
%25.52

CMYK Percentages of Color #6afa7a

%58
%0
%51
%2

Triadic Colors of #6afa7a

#6afa7a #7a6afa #fa7a6a

Analogous Colors of #6afa7a

#6afa7a #6afac2 #a2fa6a

Monochromatic Colors of #6afa7a

#6afa7a

Complementary Color

#6afa7a #fa6aea

#6afa7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afa7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afa7a Color CSS Codes

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

#6afa7a Text Font Color

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

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


#6afa7a Background Color

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

This div background color is #6afa7a


#6afa7a Border Color

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

This div border color is #6afa7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afa7a


Comments

No comments written yet.

Please login to write comment.