Color Hex Logo

#6cdc2b Color Hex

#6CDC2B
(108,220,43)
0 Favorites   0 Comments

Color spaces of #6cdc2b

RGB 10822043
HSL0.270.720.52
HSV98°80°86°
CMYK 0.510.000.80   0.14
XYZ32.213654.549011.1167
Yxy54.54900.32910.5573
Hunter Lab73.8573-51.395742.7760
CIE-Lab78.7808-59.930169.9387

#6cdc2b color RGB value is (108,220,43).

#6cdc2b hex color red value is 108, green value is 220 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #6cdc2b hue: 0.27 , saturation: 0.72 and the lightness value of 6cdc2b is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011100 00101011
Octal 154 334 53
Decimal 108 220 43
Hex 6C DC 2B

RGB Percentages of Color #6cdc2b

%29.11
%59.30
%11.59

CMYK Percentages of Color #6cdc2b

%51
%0
%80
%14

Triadic Colors of #6cdc2b

#6cdc2b #2b6cdc #dc2b6c

Analogous Colors of #6cdc2b

#6cdc2b #2bdc43 #c5dc2b

Monochromatic Colors of #6cdc2b

#6cdc2b

Complementary Color

#6cdc2b #9b2bdc

#6cdc2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdc2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdc2b Color CSS Codes

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

#6cdc2b Text Font Color

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

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


#6cdc2b Background Color

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

This div background color is #6cdc2b


#6cdc2b Border Color

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

This div border color is #6cdc2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdc2b


Comments

No comments written yet.

Please login to write comment.