Color Hex Logo

#6ab930 Color Hex

#6AB930
(106,185,48)
0 Favorites   0 Comments

Color spaces of #6ab930

RGB 10618548
HSL0.260.590.46
HSV95°74°73°
CMYK 0.430.000.74   0.27
XYZ23.826337.97558.8705
Yxy37.97550.33710.5373
Hunter Lab61.6243-38.827534.6025
CIE-Lab68.0026-46.814758.1306

#6ab930 color RGB value is (106,185,48).

#6ab930 hex color red value is 106, green value is 185 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #6ab930 hue: 0.26 , saturation: 0.59 and the lightness value of 6ab930 is 0.46.

The process color (four color CMYK) of #6ab930 color hex is 0.43, 0.00, 0.74, 0.27. Web safe color of #6ab930 is #66cc33. Color #6ab930 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 10111001 00110000
Octal 152 271 60
Decimal 106 185 48
Hex 6A B9 30

RGB Percentages of Color #6ab930

%31.27
%54.57
%14.16

CMYK Percentages of Color #6ab930

%43
%0
%74
%27

Triadic Colors of #6ab930

#6ab930 #306ab9 #b9306a

Analogous Colors of #6ab930

#6ab930 #30b93a #afb930

Monochromatic Colors of #6ab930

#6ab930

Complementary Color

#6ab930 #7f30b9

#6ab930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ab930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ab930 Color CSS Codes

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

#6ab930 Text Font Color

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

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


#6ab930 Background Color

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

This div background color is #6ab930


#6ab930 Border Color

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

This div border color is #6ab930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ab930


Comments

No comments written yet.

Please login to write comment.