Color Hex Logo

#6bcb7b Color Hex

#6BCB7B
(107,203,123)
0 Favorites   0 Comments

Color spaces of #6bcb7b

RGB 107203123
HSL0.360.480.61
HSV130°47°80°
CMYK 0.470.000.39   0.20
XYZ30.994547.267726.2289
Yxy47.26770.29660.4524
Hunter Lab68.7515-39.843925.5067
CIE-Lab74.3607-45.332331.3514

#6bcb7b color RGB value is (107,203,123).

#6bcb7b hex color red value is 107, green value is 203 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #6bcb7b hue: 0.36 , saturation: 0.48 and the lightness value of 6bcb7b is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001011 01111011
Octal 153 313 173
Decimal 107 203 123
Hex 6B CB 7B

RGB Percentages of Color #6bcb7b

%24.71
%46.88
%28.41

CMYK Percentages of Color #6bcb7b

%47
%0
%39
%20

Triadic Colors of #6bcb7b

#6bcb7b #7b6bcb #cb7b6b

Analogous Colors of #6bcb7b

#6bcb7b #6bcbab #8bcb6b

Monochromatic Colors of #6bcb7b

#6bcb7b

Complementary Color

#6bcb7b #cb6bbb

#6bcb7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcb7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcb7b Color CSS Codes

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

#6bcb7b Text Font Color

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

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


#6bcb7b Background Color

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

This div background color is #6bcb7b


#6bcb7b Border Color

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

This div border color is #6bcb7b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,203,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6bcb7b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6bcb7b;
  -webkit-box-shadow: 1px 1px 3px 2px #6bcb7b;
  box-shadow:         1px 1px 3px 2px #6bcb7b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,203,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcb7b


Comments

No comments written yet.

Please login to write comment.