color codes Logo

#6ad73c color codes

#6AD73C
(106,215,60)
0 Favorites   0 Comments

Color spaces of #6ad73c

RGB 10621560
HSL0.280.660.54
HSV102°72°84°
CMYK 0.510.000.72   0.16
XYZ31.059951.991312.6733
Yxy51.99130.32450.5431
Hunter Lab72.1050-49.293240.0526
CIE-Lab77.2756-57.654963.1698

#6ad73c color RGB value is (106,215,60).

#6ad73c hex color red value is 106, green value is 215 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #6ad73c hue: 0.28 , saturation: 0.66 and the lightness value of 6ad73c is 0.54.

The process color (four color CMYK) of #6ad73c color code is 0.51, 0.00, 0.72, 0.16. Web safe color of #6ad73c is #66cc33. Color #6ad73c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11010111 00111100
Octal 152 327 74
Decimal 106 215 60
Hex 6A D7 3C

RGB Percentages of Color #6ad73c

%27.82
%56.43
%15.75

CMYK Percentages of Color #6ad73c

%51
%0
%72
%16

Triadic Colors of #6ad73c

#6ad73c #3c6ad7 #d73c6a

Analogous Colors of #6ad73c

#6ad73c #3cd75b #b8d73c

Monochromatic Colors of #6ad73c

#6ad73c

Complementary Color

#6ad73c #a93cd7

#6ad73c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ad73c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ad73c Color CSS Codes

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

#6ad73c Text Font Color

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

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


#6ad73c Background Color

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

This div background color is #6ad73c


#6ad73c Border Color

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

This div border color is #6ad73c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ad73c


Comments

No comments written yet.

Please login to write comment.