Color Hex Logo

#6cfa12 Color Hex

#6CFA12
(108,250,18)
0 Favorites   0 Comments

Color spaces of #6cfa12

RGB 10825018
HSL0.270.960.53
HSV97°93°98°
CMYK 0.570.000.93   0.02
XYZ40.479171.603012.2596
Yxy71.60300.32550.5759
Hunter Lab84.6186-62.693250.6430
CIE-Lab87.7771-71.130982.3502

#6cfa12 color RGB value is (108,250,18).

#6cfa12 hex color red value is 108, green value is 250 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #6cfa12 hue: 0.27 , saturation: 0.96 and the lightness value of 6cfa12 is 0.53.

The process color (four color CMYK) of #6cfa12 color hex is 0.57, 0.00, 0.93, 0.02. Web safe color of #6cfa12 is #66ff00. Color #6cfa12 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11111010 00010010
Octal 154 372 22
Decimal 108 250 18
Hex 6C FA 12

RGB Percentages of Color #6cfa12

%28.72
%66.49
%4.79

CMYK Percentages of Color #6cfa12

%57
%0
%93
%2

Triadic Colors of #6cfa12

#6cfa12 #126cfa #fa126c

Analogous Colors of #6cfa12

#6cfa12 #12fa2c #e0fa12

Monochromatic Colors of #6cfa12

#6cfa12

Complementary Color

#6cfa12 #a012fa

#6cfa12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cfa12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cfa12 Color CSS Codes

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

#6cfa12 Text Font Color

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

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


#6cfa12 Background Color

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

This div background color is #6cfa12


#6cfa12 Border Color

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

This div border color is #6cfa12


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,250,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6cfa12; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6cfa12;
  -webkit-box-shadow: 1px 1px 3px 2px #6cfa12;
  box-shadow:         1px 1px 3px 2px #6cfa12; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,250,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cfa12

Related Colors


Comments

No comments written yet.

Please login to write comment.