color codes Logo

#6ad34c color codes

#6AD34C
(106,211,76)
0 Favorites   0 Comments

Color spaces of #6ad34c

RGB 10621176
HSL0.300.610.56
HSV107°64°83°
CMYK 0.500.000.64   0.17
XYZ30.542650.174514.9124
Yxy50.17450.31940.5247
Hunter Lab70.8340-46.992837.1017
CIE-Lab76.1762-54.838855.8324

#6ad34c color RGB value is (106,211,76).

#6ad34c hex color red value is 106, green value is 211 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #6ad34c hue: 0.30 , saturation: 0.61 and the lightness value of 6ad34c is 0.56.

The process color (four color CMYK) of #6ad34c color code is 0.50, 0.00, 0.64, 0.17. Web safe color of #6ad34c is #66cc33. Color #6ad34c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11010011 01001100
Octal 152 323 114
Decimal 106 211 76
Hex 6A D3 4C

RGB Percentages of Color #6ad34c

%26.97
%53.69
%19.34

CMYK Percentages of Color #6ad34c

%50
%0
%64
%17

Triadic Colors of #6ad34c

#6ad34c #4c6ad3 #d34c6a

Analogous Colors of #6ad34c

#6ad34c #4cd372 #aed34c

Monochromatic Colors of #6ad34c

#6ad34c

Complementary Color

#6ad34c #b54cd3

#6ad34c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ad34c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ad34c Color CSS Codes

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

#6ad34c Text Font Color

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

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


#6ad34c Background Color

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

This div background color is #6ad34c


#6ad34c Border Color

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

This div border color is #6ad34c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ad34c


Comments

No comments written yet.

Please login to write comment.