Color Hex Logo

#6cdc8b Color Hex

#6CDC8B
(108,220,139)
0 Favorites   0 Comments

Color spaces of #6cdc8b

RGB 108220139
HSL0.380.620.64
HSV137°51°86°
CMYK 0.510.000.37   0.14
XYZ36.437756.238633.3608
Yxy56.23860.28910.4462
Hunter Lab74.9924-44.506226.1192
CIE-Lab79.7494-49.489330.2545

#6cdc8b color RGB value is (108,220,139).

#6cdc8b hex color red value is 108, green value is 220 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #6cdc8b hue: 0.38 , saturation: 0.62 and the lightness value of 6cdc8b is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01101100 11011100 10001011
Octal 154 334 213
Decimal 108 220 139
Hex 6C DC 8B

RGB Percentages of Color #6cdc8b

%23.13
%47.11
%29.76

CMYK Percentages of Color #6cdc8b

%51
%0
%37
%14

Triadic Colors of #6cdc8b

#6cdc8b #8b6cdc #dc8b6c

Analogous Colors of #6cdc8b

#6cdc8b #6cdcc3 #85dc6c

Monochromatic Colors of #6cdc8b

#6cdc8b

Complementary Color

#6cdc8b #dc6cbd

#6cdc8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cdc8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cdc8b Color CSS Codes

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

#6cdc8b Text Font Color

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

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


#6cdc8b Background Color

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

This div background color is #6cdc8b


#6cdc8b Border Color

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

This div border color is #6cdc8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cdc8b


Comments

No comments written yet.

Please login to write comment.