Color Hex Logo

#6cdc14 Color Hex

#6CDC14
(108,220,20)
0 Favorites   0 Comments

Color spaces of #6cdc14

RGB 10822020
HSL0.260.830.47
HSV94°91°86°
CMYK 0.510.000.91   0.14
XYZ31.903854.42519.4854
Yxy54.42510.33300.5680
Hunter Lab73.7734-51.909844.0182
CIE-Lab78.7090-60.741774.6311

#6cdc14 color RGB value is (108,220,20).

#6cdc14 hex color red value is 108, green value is 220 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #6cdc14 hue: 0.26 , saturation: 0.83 and the lightness value of 6cdc14 is 0.47.

The process color (four color CMYK) of #6cdc14 color hex is 0.51, 0.00, 0.91, 0.14. Web safe color of #6cdc14 is #66cc00. Color #6cdc14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011100 00010100
Octal 154 334 24
Decimal 108 220 20
Hex 6C DC 14

RGB Percentages of Color #6cdc14

%31.03
%63.22
%5.75

CMYK Percentages of Color #6cdc14

%51
%0
%91
%14

Triadic Colors of #6cdc14

#6cdc14 #146cdc #dc146c

Analogous Colors of #6cdc14

#6cdc14 #14dc20 #d0dc14

Monochromatic Colors of #6cdc14

#6cdc14

Complementary Color

#6cdc14 #8414dc

#6cdc14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdc14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdc14 Color CSS Codes

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

#6cdc14 Text Font Color

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

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


#6cdc14 Background Color

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

This div background color is #6cdc14


#6cdc14 Border Color

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

This div border color is #6cdc14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdc14


Comments

No comments written yet.

Please login to write comment.