Color Hex Logo

#6afc0d Color Hex

#6AFC0D
(106,252,13)
0 Favorites   0 Comments

Color spaces of #6afc0d

RGB 10625213
HSL0.270.980.52
HSV97°95°99°
CMYK 0.580.000.95   0.01
XYZ40.826972.714012.2642
Yxy72.71400.32450.5780
Hunter Lab85.2725-63.764451.1635
CIE-Lab88.3111-72.358283.2588

#6afc0d color RGB value is (106,252,13).

#6afc0d hex color red value is 106, green value is 252 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #6afc0d hue: 0.27 , saturation: 0.98 and the lightness value of 6afc0d is 0.52.

The process color (four color CMYK) of #6afc0d color hex is 0.58, 0.00, 0.95, 0.01. Web safe color of #6afc0d is #66ff00. Color #6afc0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101010 11111100 00001101
Octal 152 374 15
Decimal 106 252 13
Hex 6A FC D

RGB Percentages of Color #6afc0d

%28.57
%67.92
%3.50

CMYK Percentages of Color #6afc0d

%58
%0
%95
%1

Triadic Colors of #6afc0d

#6afc0d #0d6afc #fc0d6a

Analogous Colors of #6afc0d

#6afc0d #0dfc28 #e2fc0d

Monochromatic Colors of #6afc0d

#6afc0d

Complementary Color

#6afc0d #9f0dfc

#6afc0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6afc0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#6afc0d Color CSS Codes

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

#6afc0d Text Font Color

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

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


#6afc0d Background Color

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

This div background color is #6afc0d


#6afc0d Border Color

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

This div border color is #6afc0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6afc0d

Related Colors


Comments

No comments written yet.

Please login to write comment.