Color Hex Logo

#6abf3a Color Hex

#6ABF3A
(106,191,58)
0 Favorites   0 Comments

Color spaces of #6abf3a

RGB 10619158
HSL0.270.530.49
HSV98°70°75°
CMYK 0.450.000.70   0.25
XYZ25.338440.631310.5101
Yxy40.63130.33130.5313
Hunter Lab63.7427-40.594034.8440
CIE-Lab69.9168-48.533056.3882

#6abf3a color RGB value is (106,191,58).

#6abf3a hex color red value is 106, green value is 191 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #6abf3a hue: 0.27 , saturation: 0.53 and the lightness value of 6abf3a is 0.49.

The process color (four color CMYK) of #6abf3a color hex is 0.45, 0.00, 0.70, 0.25. Web safe color of #6abf3a is #66cc33. Color #6abf3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111111 00111010
Octal 152 277 72
Decimal 106 191 58
Hex 6A BF 3A

RGB Percentages of Color #6abf3a

%29.86
%53.80
%16.34

CMYK Percentages of Color #6abf3a

%45
%0
%70
%25

Triadic Colors of #6abf3a

#6abf3a #3a6abf #bf3a6a

Analogous Colors of #6abf3a

#6abf3a #3abf4c #adbf3a

Monochromatic Colors of #6abf3a

#6abf3a

Complementary Color

#6abf3a #8f3abf

#6abf3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6abf3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#6abf3a Color CSS Codes

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

#6abf3a Text Font Color

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

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


#6abf3a Background Color

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

This div background color is #6abf3a


#6abf3a Border Color

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

This div border color is #6abf3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6abf3a


Comments

No comments written yet.

Please login to write comment.