Color Hex Logo

#6bcd7e Color Hex

#6BCD7E
(107,205,126)
0 Favorites   0 Comments

Color spaces of #6bcd7e

RGB 107205126
HSL0.370.490.61
HSV132°48°80°
CMYK 0.480.000.39   0.20
XYZ31.660648.294827.3918
Yxy48.29480.29490.4499
Hunter Lab69.4945-40.293525.2765
CIE-Lab75.0105-45.685230.6592

#6bcd7e color RGB value is (107,205,126).

#6bcd7e hex color red value is 107, green value is 205 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #6bcd7e hue: 0.37 , saturation: 0.49 and the lightness value of 6bcd7e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01101011 11001101 01111110
Octal 153 315 176
Decimal 107 205 126
Hex 6B CD 7E

RGB Percentages of Color #6bcd7e

%24.43
%46.80
%28.77

CMYK Percentages of Color #6bcd7e

%48
%0
%39
%20

Triadic Colors of #6bcd7e

#6bcd7e #7e6bcd #cd7e6b

Analogous Colors of #6bcd7e

#6bcd7e #6bcdaf #89cd6b

Monochromatic Colors of #6bcd7e

#6bcd7e

Complementary Color

#6bcd7e #cd6bba

#6bcd7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bcd7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bcd7e Color CSS Codes

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

#6bcd7e Text Font Color

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

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


#6bcd7e Background Color

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

This div background color is #6bcd7e


#6bcd7e Border Color

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

This div border color is #6bcd7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6bcd7e


Comments

No comments written yet.

Please login to write comment.