Color Hex Logo

#6ccd14 Color Hex

#6CCD14
(108,205,20)
0 Favorites   0 Comments

Color spaces of #6ccd14

RGB 10820520
HSL0.250.820.44
HSV91°90°80°
CMYK 0.470.000.90   0.20
XYZ28.141946.90138.2314
Yxy46.90130.33790.5632
Hunter Lab68.4845-46.498140.8129
CIE-Lab74.1266-55.223070.8236

#6ccd14 color RGB value is (108,205,20).

#6ccd14 hex color red value is 108, green value is 205 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #6ccd14 hue: 0.25 , saturation: 0.82 and the lightness value of 6ccd14 is 0.44.

The process color (four color CMYK) of #6ccd14 color hex is 0.47, 0.00, 0.90, 0.20. Web safe color of #6ccd14 is #66cc00. Color #6ccd14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 11001101 00010100
Octal 154 315 24
Decimal 108 205 20
Hex 6C CD 14

RGB Percentages of Color #6ccd14

%32.43
%61.56
%6.01

CMYK Percentages of Color #6ccd14

%47
%0
%90
%20

Triadic Colors of #6ccd14

#6ccd14 #146ccd #cd146c

Analogous Colors of #6ccd14

#6ccd14 #14cd18 #c9cd14

Monochromatic Colors of #6ccd14

#6ccd14

Complementary Color

#6ccd14 #7514cd

#6ccd14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6ccd14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#6ccd14 Color CSS Codes

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

#6ccd14 Text Font Color

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

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


#6ccd14 Background Color

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

This div background color is #6ccd14


#6ccd14 Border Color

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

This div border color is #6ccd14


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,205,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 #6ccd14">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6ccd14


Comments

No comments written yet.

Please login to write comment.