Color Hex Logo

#6cbd1c Color Hex

#6CBD1C
(108,189,28)
0 Favorites   0 Comments

Color spaces of #6cbd1c

RGB 10818928
HSL0.250.740.43
HSV90°85°74°
CMYK 0.430.000.85   0.26
XYZ24.591539.66727.4590
Yxy39.66720.34290.5531
Hunter Lab62.9819-40.522437.0656
CIE-Lab69.2318-48.773965.1169

#6cbd1c color RGB value is (108,189,28).

#6cbd1c hex color red value is 108, green value is 189 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #6cbd1c hue: 0.25 , saturation: 0.74 and the lightness value of 6cbd1c is 0.43.

The process color (four color CMYK) of #6cbd1c color hex is 0.43, 0.00, 0.85, 0.26. Web safe color of #6cbd1c is #66cc33. Color #6cbd1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10111101 00011100
Octal 154 275 34
Decimal 108 189 28
Hex 6C BD 1C

RGB Percentages of Color #6cbd1c

%33.23
%58.15
%8.62

CMYK Percentages of Color #6cbd1c

%43
%0
%85
%26

Triadic Colors of #6cbd1c

#6cbd1c #1c6cbd #bd1c6c

Analogous Colors of #6cbd1c

#6cbd1c #1cbd1d #bdbd1c

Monochromatic Colors of #6cbd1c

#6cbd1c

Complementary Color

#6cbd1c #6d1cbd

#6cbd1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cbd1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cbd1c Color CSS Codes

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

#6cbd1c Text Font Color

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

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


#6cbd1c Background Color

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

This div background color is #6cbd1c


#6cbd1c Border Color

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

This div border color is #6cbd1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cbd1c


Comments

No comments written yet.

Please login to write comment.